🤖 AI Summary
This study addresses the absence of publicly available, end-to-end systems for tissue segmentation and quantification in lower-limb CT imaging, particularly the challenge of accurately delineating clinically critical structures such as intramuscular and intermuscular adipose tissue. To this end, we present the first end-to-end deep learning framework tailored for lower-limb CT, enabling automated segmentation and quantitative analysis of bone, skeletal muscle, subcutaneous fat, and intramuscular/intermuscular fat. Our system integrates convolutional neural networks, Transformers, and fine-tuned foundation models, trained on high-quality annotations curated by radiologists. Evaluated on 900 test slices, it achieves an average Dice score of 89.31, significantly outperforming existing methods, and demonstrates strong generalization performance on external public datasets.
📝 Abstract
Lower extremity computed tomography (CT) contains clinically relevant information for body composition analysis, sarcopenia assessment, and musculoskeletal disease monitoring, but extracting these measurements at scale requires accurate tissue segmentation and an automated quantification workflow. Existing public segmentation tools are not designed for comprehensive lower extremity CT analysis, particularly for clinically important inter/intramuscular adipose tissue, and most public methods only provide mask prediction rather than an end-to-end quantification system. To address this problem, we present LegSegNet, a deep learning system for lower extremity CT tissue segmentation and body composition quantification. Given an input CT scan, LegSegNet segments bone, skeletal muscle, subcutaneous adipose tissue, and inter/intramuscular adipose tissue. It then computes quantitative tissue measurements for downstream analysis. We developed the segmentation model using 1,302 manually annotated CT slices and evaluated it on 900 held-out test slices, with all annotations reviewed by radiologists. We benchmark LegSegNet against a broad set of 2D segmentation methods, including CNN-based models, transformer-based models, and finetuned foundation models, and further evaluate its generalization on an external public CT dataset. LegSegNet achieves the best overall segmentation performance, with an average Dice score of 89.31 on the held-out test set. To our knowledge, LegSegNet is the first publicly available end-to-end system for lower extremity CT tissue segmentation and quantification, providing a practical evaluation tool for future computer vision research in medical image analysis. The code and model weights are available at: https://github.com/mazurowski-lab/LegSegNet