File size: 1,814 Bytes
1afb623
ee757ad
fc1a743
 
4b5336a
fc1a743
4b5336a
 
 
 
1afb623
fc1a743
 
 
cccf6b2
fc1a743
60ed5c1
fc1a743
2d7ad0b
 
 
fc1a743
 
 
2d7ad0b
 
fc1a743
2d7ad0b
fc1a743
 
 
2d7ad0b
fc1a743
cccf6b2
fc1a743
 
 
 
 
206f874
cccf6b2
 
 
 
 
 
206f874
fc1a743
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: cc-by-nc-4.0
library_name: pytorch
tags:
  - medical-image-segmentation
  - ct
  - lower-extremity
  - body-composition
  - computer-vision
pipeline_tag: image-segmentation
---

# LegSegNet

**GitHub:** [https://github.com/mazurowski-lab/LegSegNet](https://github.com/mazurowski-lab/LegSegNet)

**LegSegNet** is a deep learning system for lower extremity CT tissue segmentation and body composition quantification. 

Given an input CT scan, LegSegNet segments four tissue compartments: **bone**, **skeletal muscle**, **subcutaneous adipose tissue (SAT)**, and **inter- and intramuscular adipose tissue (IMAT)**.

The system can further convert predicted masks into quantitative measurements, including tissue area, tissue volume, CT attenuation, and tissue-volume ratios, supporting downstream medical image analysis.

## Model Details

- **Task:** Lower extremity CT tissue segmentation
- **Input:** Lower extremity CT images/volumes
- **Output:** Multi-class segmentation mask and body composition measurements
- **Labels:** Background, SAT, skeletal muscle, IAT, bone

## Usage

Please refer to the GitHub repository for more details:

[https://github.com/mazurowski-lab/LegSegNet](https://github.com/mazurowski-lab/LegSegNet)

## Citation

Please cite the following manuscript if you find the model useful:

```
@article{chen2026legsegnet,
  title={LegSegNet: A Public Deep Learning System for Lower Extremity CT Tissue Segmentation and Quantification},
  author={Chen, Yuwen and Chen, Yaqian and Colglazier, Roy and Dong, Haoyu and Gu, Hanxue and Mazurowski, Maciej A and Southerland, Kevin W},
  journal={arXiv preprint arXiv:2605.30829},
  year={2026}
}
```

## License

This project is released under the **Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)**.