albertvillanova HF staff commited on
Commit
7c34079
1 Parent(s): 0472595

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +163 -0
README.md CHANGED
@@ -1,3 +1,166 @@
1
  ---
 
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
  license: cc-by-4.0
4
+ multilinguality:
5
+ - monolingual
6
+ pretty_name: MedMNIST v2
7
+ size_categories:
8
+ - 100K<n<1M
9
+ source_datasets:
10
+ - original
11
+ task_categories:
12
+ - image-classification
13
+ task_ids: []
14
+ paperswithcode_id: medmnist-v2
15
+ tags:
16
+ - medical
17
  ---
18
+
19
+ # Dataset Card for MedMNIST v2
20
+
21
+ ## Table of Contents
22
+ - [Table of Contents](#table-of-contents)
23
+ - [Dataset Description](#dataset-description)
24
+ - [Dataset Summary](#dataset-summary)
25
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
26
+ - [Languages](#languages)
27
+ - [Dataset Structure](#dataset-structure)
28
+ - [Data Instances](#data-instances)
29
+ - [Data Fields](#data-fields)
30
+ - [Data Splits](#data-splits)
31
+ - [Dataset Creation](#dataset-creation)
32
+ - [Curation Rationale](#curation-rationale)
33
+ - [Source Data](#source-data)
34
+ - [Annotations](#annotations)
35
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
36
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
37
+ - [Social Impact of Dataset](#social-impact-of-dataset)
38
+ - [Discussion of Biases](#discussion-of-biases)
39
+ - [Other Known Limitations](#other-known-limitations)
40
+ - [Additional Information](#additional-information)
41
+ - [Dataset Curators](#dataset-curators)
42
+ - [Licensing Information](#licensing-information)
43
+ - [Citation Information](#citation-information)
44
+ - [Contributions](#contributions)
45
+
46
+ ## Dataset Description
47
+
48
+ - **Homepage:** https://medmnist.com/
49
+ - **Repository:** https://github.com/MedMNIST/MedMNIST
50
+ - **Paper:** [MedMNIST v2 -- A large-scale lightweight benchmark for 2D and 3D biomedical image classification](https://arxiv.org/abs/2110.14795)
51
+ - **Leaderboard:**
52
+ - **Point of Contact:** [Bingbing Ni](mailto:nibingbing@sjtu.edu.cn)
53
+
54
+ ### Dataset Summary
55
+
56
+ We introduce MedMNIST v2, a large-scale MNIST-like collection of standardized biomedical images, including 12 datasets for 2D and 6 datasets for 3D. All images are pre-processed into 28 x 28 (2D) or 28 x 28 x 28 (3D) with the corresponding classification labels, so that no background knowledge is required for users. Covering primary data modalities in biomedical images, MedMNIST v2 is designed to perform classification on lightweight 2D and 3D images with various data scales (from 100 to 100,000) and diverse tasks (binary/multi-class, ordinal regression and multi-label). The resulting dataset, consisting of 708,069 2D images and 9,998 3D images in total, could support numerous research / educational purposes in biomedical image analysis, computer vision and machine learning. We benchmark several baseline methods on MedMNIST v2, including 2D / 3D neural networks and open-source / commercial AutoML tools.
57
+
58
+ ### Supported Tasks and Leaderboards
59
+
60
+ [More Information Needed]
61
+
62
+ ### Languages
63
+
64
+ English (`en`).
65
+
66
+ ## Dataset Structure
67
+
68
+ ### Data Instances
69
+
70
+ [More Information Needed]
71
+
72
+ ### Data Fields
73
+
74
+ [More Information Needed]
75
+
76
+ ### Data Splits
77
+
78
+ [More Information Needed]
79
+
80
+ ## Dataset Creation
81
+
82
+ ### Curation Rationale
83
+
84
+ [More Information Needed]
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+ [More Information Needed]
91
+
92
+ #### Who are the source language producers?
93
+
94
+ [More Information Needed]
95
+
96
+ ### Annotations
97
+
98
+ #### Annotation process
99
+
100
+ [More Information Needed]
101
+
102
+ #### Who are the annotators?
103
+
104
+ [More Information Needed]
105
+
106
+ ### Personal and Sensitive Information
107
+
108
+ [More Information Needed]
109
+
110
+ ## Considerations for Using the Data
111
+
112
+ ### Social Impact of Dataset
113
+
114
+ [More Information Needed]
115
+
116
+ ### Discussion of Biases
117
+
118
+ [More Information Needed]
119
+
120
+ ### Other Known Limitations
121
+
122
+ [More Information Needed]
123
+
124
+ ## Additional Information
125
+
126
+ ### Dataset Curators
127
+
128
+ [More Information Needed]
129
+
130
+ ### Licensing Information
131
+
132
+ The dataset is licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0).
133
+
134
+ Each subset keeps the same license as that of the source dataset. Please also cite the corresponding paper of source data if you use any subset of MedMNIST.
135
+
136
+ ### Citation Information
137
+
138
+ If you find this project useful, please cite both v1 and v2 papers:
139
+
140
+ ```
141
+ @article{medmnistv2,
142
+ title={MedMNIST v2-A large-scale lightweight benchmark for 2D and 3D biomedical image classification},
143
+ author={Yang, Jiancheng and Shi, Rui and Wei, Donglai and Liu, Zequan and Zhao, Lin and Ke, Bilian and Pfister, Hanspeter and Ni, Bingbing},
144
+ journal={Scientific Data},
145
+ volume={10},
146
+ number={1},
147
+ pages={41},
148
+ year={2023},
149
+ publisher={Nature Publishing Group UK London}
150
+ }
151
+
152
+ @inproceedings{medmnistv1,
153
+ title={MedMNIST Classification Decathlon: A Lightweight AutoML Benchmark for Medical Image Analysis},
154
+ author={Yang, Jiancheng and Shi, Rui and Ni, Bingbing},
155
+ booktitle={IEEE 18th International Symposium on Biomedical Imaging (ISBI)},
156
+ pages={191--195},
157
+ year={2021}
158
+ }
159
+ ```
160
+
161
+ Please also cite the corresponding paper(s) of source data if you use any subset of MedMNIST as per the description on the [project website](https://medmnist.com/).
162
+
163
+ ### Contributions
164
+
165
+ Thanks to [@albertvillanova](https://huggingface.co/albertvillanova) for adding this dataset.
166
+