saadwazir commited on
Commit
a213a61
·
verified ·
1 Parent(s): c3b4240

Update info.txt

Browse files
Files changed (1) hide show
  1. info.txt +120 -87
info.txt CHANGED
@@ -1,87 +1,120 @@
1
- # MedCAGD-Dataset-Collection - Medical Image Segmentation Datasets
2
-
3
- This repo contains multiple publicly available medical image segmentation (Semantic Segmentation) datasets used for training and evaluation of the segmentation models. Each subfolder corresponds to a specific dataset and follows its original structure or a standardized format used in this project. These datasets are used for benchmarking segmentation performance across multiple medical imaging modalities including CT, MRI, dermoscopy, endoscopy, ultrasound, fundus imaging, and microscopy.
4
-
5
- ## Citation
6
-
7
- If you use this dataset collection or the benchmark results in your research, please cite the following paper:
8
-
9
- ```bibtex
10
- @inproceedings{wazir2025rethinking,
11
- title={Rethinking decoder design: Improving biomarker segmentation using depth-to-space restoration and residual linear attention},
12
- author={Wazir, Saad and Kim, Daeyoung},
13
- booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
14
- pages={30861--30871},
15
- year={2025},
16
- doi = {10.48550/arXiv.2506.18335},
17
- url = {https://doi.org/10.48550/arXiv.2506.18335}
18
- }
19
- ```
20
-
21
- ## Research Note
22
-
23
- This dataset collection is used to benchmark segmentation models across multiple medical imaging datasets. The segmentation benchmarks provided here are part of ongoing research related to the MCADS decoder and the upcoming MedCAGD framework. The full benchmark results and evaluation protocols will appear in the MedCAGD paper, which is currently under review, and additional results will be released after the review process.
24
-
25
- _____________________________________________________________________________
26
-
27
- ## Included Datasets:
28
-
29
- ACDC-2D-Slices
30
- 2D cardiac MRI slices from the ACDC dataset used for cardiac structure segmentation.
31
-
32
- Synapse Multi-Organ Segmentation Dataset-8 abdominal organs-2D-Slices
33
- 2D slices from the Synapse multi-organ CT segmentation dataset containing annotations for eight abdominal organs.
34
-
35
- ThyroidXL
36
- Thyroid ultrasound dataset for thyroid nodule segmentation.
37
-
38
- ISIC2017
39
- Skin lesion segmentation dataset from the ISIC 2017 challenge.
40
-
41
- ISIC2018
42
- Skin lesion segmentation dataset from the ISIC 2018 challenge.
43
-
44
- BKAI
45
- Gastrointestinal polyp segmentation dataset released by BKAI.
46
-
47
- ClinicDB
48
- Colonoscopy polyp segmentation dataset from the CVC-ClinicDB benchmark.
49
-
50
- ColonDB
51
- Colonoscopy polyp segmentation dataset commonly used for evaluating polyp detection models.
52
-
53
- ETIS
54
- ETIS-Larib polyp dataset containing challenging colonoscopy images with pixel-level annotations.
55
-
56
- Kvasir
57
- Kvasir-SEG dataset for gastrointestinal polyp segmentation.
58
-
59
- BUSI
60
- Breast ultrasound dataset used for tumor segmentation.
61
-
62
- DRIVE
63
- Retinal vessel segmentation dataset from the DRIVE challenge.
64
-
65
- FIVES
66
- Fundus Image Vessel Segmentation dataset for retinal blood vessel analysis.
67
-
68
- CHASEDB
69
- Retinal vessel segmentation dataset from the CHASE_DB1 benchmark.
70
-
71
- LES-AV
72
- Dataset for retinal artery and vein segmentation.
73
-
74
- STARE
75
- Retinal vessel segmentation dataset from the STARE benchmark.
76
-
77
- UOA-DR
78
- Diabetic retinopathy dataset with retinal lesion annotations.
79
-
80
- CellSeg
81
- Microscopy cell segmentation dataset used for cell instance or semantic segmentation.
82
-
83
- ____________________________________________________________________________
84
-
85
-
86
- ## Acknowledgement
87
- We gratefully acknowledge the prior contributions of the research community, which have provided the foundation for our framework.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MedCAGD-Dataset-Collection - Medical Image Segmentation Datasets
2
+
3
+ This repo contains multiple publicly available medical image segmentation (Semantic Segmentation) datasets used for training and evaluation of the segmentation models. Each subfolder corresponds to a specific dataset and follows its original structure or a standardized format used in this project. These datasets are used for benchmarking segmentation performance across multiple medical imaging modalities including CT, MRI, dermoscopy, endoscopy, ultrasound, fundus imaging, and microscopy.
4
+
5
+ ## Citation
6
+
7
+ If you use this dataset collection or the benchmark results in your research, please cite the following paper:
8
+
9
+ ```bibtex
10
+ @inproceedings{wazir2025rethinking,
11
+ title={Rethinking decoder design: Improving biomarker segmentation using depth-to-space restoration and residual linear attention},
12
+ author={Wazir, Saad and Kim, Daeyoung},
13
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
14
+ pages={30861--30871},
15
+ year={2025},
16
+ doi = {10.48550/arXiv.2506.18335},
17
+ url = {https://doi.org/10.48550/arXiv.2506.18335}
18
+ }
19
+ ```
20
+
21
+ ## Research Note
22
+
23
+ This dataset collection provides early access to the datasets used for benchmarking segmentation models across multiple medical imaging datasets. The benchmark results for the methods evaluated on these datasets are currently under review and have not yet been published.
24
+ The segmentation benchmarks associated with this dataset collection are part of ongoing research related to the MCADS decoder and the upcoming MedCAGD framework. The full benchmark results and evaluation protocols will appear in the MedCAGD paper, which is currently under review, and additional results will be released after the review process.
25
+ _____________________________________________________________________________
26
+
27
+ ## Included Datasets:
28
+
29
+ ACDC-2D-Slices
30
+ 2D cardiac MRI slices from the ACDC dataset used for cardiac structure segmentation.
31
+
32
+ Synapse Multi-Organ Segmentation Dataset-8 abdominal organs-2D-Slices
33
+ 2D slices from the Synapse multi-organ CT segmentation dataset containing annotations for eight abdominal organs.
34
+
35
+ ThyroidXL
36
+ Thyroid ultrasound dataset for thyroid nodule segmentation.
37
+
38
+ ISIC2017
39
+ Skin lesion segmentation dataset from the ISIC 2017 challenge.
40
+
41
+ ISIC2018
42
+ Skin lesion segmentation dataset from the ISIC 2018 challenge.
43
+
44
+ BKAI
45
+ Gastrointestinal polyp segmentation dataset released by BKAI.
46
+
47
+ ClinicDB
48
+ Colonoscopy polyp segmentation dataset from the CVC-ClinicDB benchmark.
49
+
50
+ ColonDB
51
+ Colonoscopy polyp segmentation dataset commonly used for evaluating polyp detection models.
52
+
53
+ ETIS
54
+ ETIS-Larib polyp dataset containing challenging colonoscopy images with pixel-level annotations.
55
+
56
+ Kvasir
57
+ Kvasir-SEG dataset for gastrointestinal polyp segmentation.
58
+
59
+ BUSI
60
+ Breast ultrasound dataset used for tumor segmentation.
61
+
62
+ DRIVE
63
+ Retinal vessel segmentation dataset from the DRIVE challenge.
64
+
65
+ FIVES
66
+ Fundus Image Vessel Segmentation dataset for retinal blood vessel analysis.
67
+
68
+ CHASEDB
69
+ Retinal vessel segmentation dataset from the CHASE_DB1 benchmark.
70
+
71
+ LES-AV
72
+ Dataset for retinal artery and vein segmentation.
73
+
74
+ STARE
75
+ Retinal vessel segmentation dataset from the STARE benchmark.
76
+
77
+ UOA-DR
78
+ Diabetic retinopathy dataset with retinal lesion annotations.
79
+
80
+ CellSeg
81
+ Microscopy cell segmentation dataset used for cell instance or semantic segmentation.
82
+
83
+ ____________________________________________________________________________
84
+
85
+
86
+ ## Acknowledgement
87
+ We gratefully acknowledge the prior contributions of the research community, which have provided the foundation for our framework.
88
+
89
+
90
+ ---
91
+ license: mit
92
+ language:
93
+ - en
94
+ tags:
95
+ - MCADS-Decoder
96
+ - medical-image-segmentation
97
+ - semantic-segmentation
98
+ - computer-vision
99
+ - multi-class-segmentation
100
+ - Synapse
101
+ - ThyroidXL
102
+ - ISIC2017
103
+ - ISIC2018
104
+ - BKAI
105
+ - ClinicDB
106
+ - ColonDB
107
+ - ETIS
108
+ - Kvasir
109
+ - BUSI
110
+ - DRIVE
111
+ - FIVES
112
+ - CHASEDB
113
+ - LES-AV
114
+ - STARE
115
+ - UOA-DR
116
+ - CellSeg
117
+
118
+ task_categories:
119
+ - image-segmentation
120
+ ---