Whole Heart Segmentation
To access the dataset, please register here.
Cardiovascular diseases (CVDs), as the leading cause of death globally
The objective of this track is to achieve precise segmentation of seven substructures of the whole heart, with robustness against domain shifts (see Fig. 1).
The specific substructures, each associated with a unique label value, are:
Note on Great Vessels: The great vessels of interest, comprising the ascending aorta and pulmonary artery, are specifically defined due to variations in the fields of view across different scans. This uniform definition is crucial for ensuring consistency across evaluations. During the assessment, segmentation results for these vessels will be truncated to average lengths measured in healthy subjects, although participants are encouraged to extend their segmentation beyond these lengths. Our provided manual segmentations similarly cover more than the defined trunk measurements.
1) Dataset overview: CARE-Whole Heart has 246 cases collected from 8 centers, supporting in-distribution and out-of-distribution performance evaluation for methods. Moreover, the diversity and clinical relevance of the dataset offers a broader spectrum of anatomical and pathological variations.
2) Scanner: Philips 64-slice CT scanner, SIEMENS SOMATOM Force CT scanner, GE Revolution_CT scanner, Philips Achieva 1.5T, Siemens Avanto 1.5T, Toshiba Aquilion ONE CT scanner.
3) Data format: The data are all in Nifty format. Each training case has one CT or MRI scan with its corresponding label.
| Center | Num. patients | Modalities |
|---|---|---|
| A | 20 | CT |
| B | 20 | CT |
| C & D | 20 | MRI |
| E | 26 | MRI |
| G | 20 | CT |
A ct_train
|-- Case1001_image.nii.gz
|-- Case1001_label.nii.gz
|-- ...
B ct_train
|-- Case2001_image.nii.gz
|-- Case2001_label.nii.gz
|-- ...
C and D mr_train
|-- Case3001_image.nii.gz
|-- Case3001_label.nii.gz
|-- ...
...
| Center | Num. patients | Modalities |
|---|---|---|
| A | 20 | CT |
| B | 10 | CT |
| C & D | 20 | MRI |
ct_val
|-- CaseCTVal001_image.nii.gz
|-- CaseCTVal002_image.nii.gz
|-- CaseCTVal003_image.nii.gz
|-- ...
mr_val
|-- CaseMRVal001_image.nii.gz
|-- CaseMRVal002_image.nii.gz
|-- CaseMRVal003_image.nii.gz
|-- ...
| Center | Num. patients | Modalities |
|---|---|---|
| A | 20 | CT |
| B | 14 | CT |
| C & D | 20 | MRI |
| F | 16 | MRI |
| H | 20 | CT |
ct_test
|-- CaseCTTest001_image.nii.gz
|-- CaseCTTest002_image.nii.gz
|-- CaseCTTest003_image.nii.gz
|-- ...
mr_test
|-- CaseMRTest001_image.nii.gz
|-- CaseMRTest002_image.nii.gz
|-- CaseMRTest003_image.nii.gz
|-- ...
Note on Validation and Test datasets: We have randomly shuffled the data from different centers and anonymized the center information to promote fairness.
The performance of segmentation results will be assessed through:
Leaderboards will be released after test results submission.
Please cite these papers when you use the data for publications:
@article{Zhuang2016MSMMA,
Author = {Zhuang, Xiahai and Shen, Juan},
Title = {Multi-scale patch and multi-modality atlases for whole heart
segmentation of MRI},
Journal = {Medical Image Analysis},
Year = {2016},
Volume = {31},
Pages = {77-87},
}
@article{Zhuang2019MvMM,
Author = {Zhuang, Xiahai},
Title = {Multivariate Mixture Model for Myocardial Segmentation Combining
Multi-Source Images},
Journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
Year = {2019},
Volume = {41},
Number = {12},
Pages = {2933-2946},
}
@article{GAO2023BayeSeg,
Author = {Gao, Shangqi and Zhou, Hangqi and Gao, Yibo and Zhuang, Xiahai},
Title = {BayeSeg: Bayesian modeling for medical image segmentation with
interpretable generalizability},
Journal = {Medical Image Analysis},
Year = {2023},
Volume = {89},
Pages = {102889},
}