Deep learning pipeline for automated abdominal adipose tissue segmentation on Dixon MRI
FatSegNet is a fast and fully automated deep learning pipeline to accurately identify, segment, and quantify visceral and subcutaneous adipose tissue (VAT and SAT) within a consistent, anatomically defined abdominal region on Dixon MRI scans. The pipeline implements a three-stage design with our Competitive Dense Fully Convolutional Network (CDFNet) architecture at its core for localizing the abdominal region and segmenting abdominal adipose tissue.
Our CDFNet adopts a Dense-Unet architecture extended toward competitive learning via maxout activations. The Maxout operation computes the maximum at each spatial location across feature maps instead of concatenating them. Benefits of competitive learning through Maxout activations:
For more information on competitive learning:
FatSegNet was tested and validated in the Rhineland Study, a large prospective cohort study based in Bonn, Germany. We evaluate the whole pipeline with respect to robustness and reliability against two independent test sets: a manually edited set and a test-retest set.
| N | Metric | VAT | SAT |
|---|---|---|---|
| Segmentation Accuracy: FatSegNet vs. Inter-Rater variability | |||
| 5 | DSC (SD) | 0.850 (0.076) vs. 0.788 (.060) | 0.975 (0.018) vs. 0.982 (0.018) |
| Test-Retest Reliability: Agreement between predictions of 2 consecutive scans | |||
| 17 | ICC (A,1) [95% CI] | 0.998 [0.995–0.999] | 0.996 [0.986–0.999] |
| Segmentation Generalizability: Agreement between FatSegNet and manually corrected predictions | |||
| 50 | ICC (A,1) [95% CI] | 0.999 [0.994–0.999] | 0.999 [0.999–1.000] |