johnnv commited on
Commit
e7c5a0b
1 Parent(s): db2c651

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +288 -1
README.md CHANGED
@@ -1,3 +1,290 @@
1
  ---
2
- license: cc-by-nc-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ languages:
7
+ - en
8
+ license:
9
+ - cc-by-nc-3.0
10
+ multilinguality:
11
+ - monolingual
12
+ paperswithcode_id: null
13
+ pretty_name: Images of Cervical Cells with AgNOR Stain Technique
14
+ size_categories:
15
+ - 1K<n<10K
16
+ source_datasets:
17
+ - original
18
+ task_categories:
19
+ - image-segmentation
20
+ - object-detection
21
+ task_ids:
22
+ - semantic-segmentation
23
+ - instance-segmentation
24
  ---
25
+
26
+ # Dataset Card for Images of Cervical Cells with AgNOR Stain Technique
27
+
28
+ ## Table of Contents
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Annotations](#annotations)
41
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
43
+ - [Social Impact of Dataset](#social-impact-of-dataset)
44
+ - [Discussion of Biases](#discussion-of-biases)
45
+ - [Other Known Limitations](#other-known-limitations)
46
+ - [Additional Information](#additional-information)
47
+ - [Dataset Curators](#dataset-curators)
48
+ - [Licensing Information](#licensing-information)
49
+ - [Citation Information](#citation-information)
50
+ - [Contributions](#contributions)
51
+
52
+ ## Dataset Description
53
+
54
+ - **Homepage:** [CCAgT homepage](https://data.mendeley.com/datasets/wg4bpm33hj/)
55
+ - **Repository:** [CCAgT-utils](https://doi.org/10.5281/zenodo.6350442)
56
+ - **Paper:** [Semantic Segmentation for the Detection of Very Small Objects on Cervical Cell Samples Stained with the AgNOR Technique](https://dx.doi.org/10.2139/ssrn.4126881)
57
+ - **Leaderboard:** [Needs More Information]
58
+ - **Point of Contact:** [João G. A. Amorim](mailto:joao.atkinson@posgrad.ufsc.br)
59
+
60
+ ### Dataset Summary
61
+
62
+ The CCAgT (Images of Cervical Cells with AgNOR Stain Technique) dataset contains 9339 images (1600x1200 resolution where each pixel is 0.111µmX0.111µm) from 15 different slides stained using the AgNOR technique. Each image has at least one label. In total, this dataset has more than 63K instances of annotated object. The images are from the patients of the Gynecology and Colonoscopy Outpatient Clinic of the [Polydoro Ernani de São Thiago University Hospital of the Universidade Federal de Santa Catarina (HU-UFSC)](https://unihospital.ufsc.br/).
63
+
64
+ ### Supported Tasks and Leaderboards
65
+
66
+ - `image-segmentation`: The dataset can be used to train a model for semantic segmentation or instance segmentation. Semantic segmentation consists in classifying each pixel of the image. Success on this task is typically measured by achieving high values of [mean iou](https://huggingface.co/spaces/evaluate-metric/mean_iou) or [f-score](https://huggingface.co/spaces/evaluate-metric/f1) for pixels results. Instance segmentation consists of doing object detection first and then using a semantic segmentation model inside detected objects. For instances results, this task is typically measured by achieving high values of [recall](https://huggingface.co/spaces/evaluate-metric/recall), [precision](https://huggingface.co/spaces/evaluate-metric/precision) and [f-score](https://huggingface.co/spaces/evaluate-metric/f1).
67
+
68
+ - `object-detection`: The dataset can be used to train a model for object detection to detect the nuclei categories or the nucleolus organizer regions (NORs), which consists of locating instances of objects and then classifying each one. This task is typically measured by achieving a high values of [recall](https://huggingface.co/spaces/evaluate-metric/recall), [precision](https://huggingface.co/spaces/evaluate-metric/precision) and [f-score](https://huggingface.co/spaces/evaluate-metric/f1).
69
+
70
+
71
+ ### Languages
72
+
73
+ The class labels in the dataset are in English.
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ An example looks like the one below:
80
+
81
+ #### `semantic segmentation` (default configuration)
82
+
83
+ ```
84
+ {
85
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1200x1600 at 0x276021C5EB8>,
86
+ 'annotation': <PIL.PngImagePlugin.PngImageFile image mode=L size=1200x1600 at 0x385021C5ED7>
87
+ }
88
+ ```
89
+
90
+ #### `object detection`
91
+
92
+ ```
93
+ {
94
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1200x1600 at 0x276021C5EB8>,
95
+ 'objects': {
96
+ 'bbox': [
97
+ [36, 7, 13, 32],
98
+ [50, 7, 12, 32]
99
+ ],
100
+ 'label': [1, 5]
101
+ }
102
+ ```
103
+
104
+ #### `instance segmentation`
105
+
106
+ ```
107
+ {
108
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1200x1600 at 0x276021C5EB8>,
109
+ 'objects': {
110
+ 'bbox': [
111
+ [13.3, 7.5, 47.6, 38.3],
112
+ [10.2, 7.5, 50.7, 38.3]
113
+ ],
114
+ 'segment': [
115
+ [[36.2, 7.5, 13.3, 32.1, 52.1, 40.6, 60.9, 45.8, 50.1, 40, 40, 33.2, 35.2]],
116
+ [[10.2, 7.5, 10.3, 32.1, 52.1, 40.6, 60.9, 45.8, 50.1, 40, 40, 33.2, 35.2]],
117
+ ],
118
+ 'label': [1, 5]
119
+ }
120
+ ```
121
+
122
+ ### Data Fields
123
+
124
+ The data annotations have the following fields:
125
+
126
+ #### `semantic segmentation` (default configuration)
127
+
128
+ - `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`.
129
+ - `annotation`: A `PIL.Image.Image` object containing the annotation mask. The mask has a single channel and the following pixel values are possible: `BACKGROUND` (0), `NUCLEUS` (1), `CLUSTER` (2), `SATELLITE` (3), `NUCLEUS_OUT_OF_FOCUS` (4), `OVERLAPPED_NUCLEI` (5), `NON_VIABLE_NUCLEUS` (6) and `LEUKOCYTE_NUCLEUS` (7).
130
+
131
+ #### `object detection`
132
+
133
+ - `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`.
134
+ - `objects`: a dictionary containing bounding boxes and labels of the cell objects
135
+ - `bbox`: a list of bounding boxes (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format) corresponding to the objects present on the image
136
+ - `label`: a list of integers representing the category (7 categories to describe the objects in total; two to differentiate nucleolus organizer regions), with the possible values including `NUCLEUS` (0), `CLUSTER` (1), `SATELLITE` (2), `NUCLEUS_OUT_OF_FOCUS` (3), `OVERLAPPED_NUCLEI` (4), `NON_VIABLE_NUCLEUS` (5) and `LEUKOCYTE_NUCLEUS` (6).
137
+
138
+ #### `instance segmentation`
139
+
140
+ - `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`.
141
+ - `objects`: a dictionary containing bounding boxes and labels of the cell objects
142
+ - `bbox`: a list of bounding boxes (in the [coco](https://albumentations.ai/docs/getting_started/bounding_boxes_augmentation/#coco) format) corresponding to the objects present on the image
143
+ - `segment`: a list of segments in format of `[polygon_0, ..., polygon_n]`, where each polygon is `[x0, y0, ..., xn, yn]`.
144
+ - `label`: a list of integers representing the category (7 categories to describe the objects in total; two to differentiate nucleolus organizer regions), with the possible values including `NUCLEUS` (0), `CLUSTER` (1), `SATELLITE` (2), `NUCLEUS_OUT_OF_FOCUS` (3), `OVERLAPPED_NUCLEI` (4), `NON_VIABLE_NUCLEUS` (5) and `LEUKOCYTE_NUCLEUS` (6).
145
+
146
+
147
+ ### Data Splits
148
+
149
+ The data is split randomly using the fixed seed into training, test and validation set. The training data contains 70% of the images and the testing and the validation data contain 15% of the images each. In total, the training set contains 6533 images and the testing and the validation set 1403 images each.
150
+
151
+ <details>
152
+ <summary>
153
+ Click here to see additional statistics:
154
+ </summary>
155
+
156
+ | Slide id | Diagnostics | images | annotations | NUCLEUS | CLUSTER | SATELLITE | NUCLEUS_OUT_OF_FOCUS | OVERLAPPED_NUCLEI | NON_VIABLE_NUCLEUS | LEUKOCYTE_NUCLEUS |
157
+ | :-------: | :---------: | :----: | :---------: | :-----: | :------: | :-------: | :------------------: | :---------------: | :---------------: | :-------: |
158
+ | A | CIN 3 | 1311 | 3164 | 763 | 1038 | 922 | 381 | 46 | 14 | 0 |
159
+ | B | SCC | 561 | 911 | 224 | 307 | 112 | 132 | 5 | 1 | 130 |
160
+ | C | AC | 385 | 11420 | 2420 | 3584 | 1112 | 1692 | 228 | 477 | 1907 |
161
+ | D | CIN 3 | 2125 | 1258 | 233 | 337 | 107 | 149 | 12 | 8 | 412 |
162
+ | E | CIN 3 | 506 | 11131 | 2611 | 6249 | 1648 | 476 | 113 | 34 | 0 |
163
+ | F | CIN 1 | 318 | 3365 | 954 | 1406 | 204 | 354 | 51 | 326 | 70 |
164
+ | G | CIN 2 | 249 | 2759 | 691 | 1279 | 336 | 268 | 49 | 51 | 85 |
165
+ | H | CIN 2 | 650 | 5216 | 993 | 983 | 425 | 2562 | 38 | 214 | 1 |
166
+ | I | No lesion | 309 | 474 | 56 | 55 | 19 | 170 | 2 | 23 | 149 |
167
+ | J | CIN 1 | 261 | 1786 | 355 | 304 | 174 | 743 | 18 | 33 | 159 |
168
+ | K | No lesion | 1503 | 13102 | 2464 | 6669 | 638 | 620 | 670 | 138 | 1903 |
169
+ | L | CIN 2 | 396 | 3289 | 842 | 796 | 387 | 1209 | 27 | 23 | 5 |
170
+ | M | CIN 2 | 254 | 1500 | 357 | 752 | 99 | 245 | 16 | 12 | 19 |
171
+ | N | CIN 3 | 248 | 911 | 258 | 402 | 67 | 136 | 10 | 6 | 32 |
172
+ | O | AC | 262 | 2904 | 792 | 1549 | 228 | 133 | 88 | 52 | 62 |
173
+ | **Total** | - | 9339 | 63190 | 14013 | 25710 | 6478 | 9270 | 1373 | 1412 | 4934 |
174
+
175
+ Lesion types:
176
+ - Cervical intraepithelial neoplasia 1 - CIN 1
177
+ - Cervical intraepithelial neoplasia 2 - CIN 2
178
+ - Cervical intraepithelial neoplasia 3 - CIN 3
179
+ - Squamous cell carcinoma - SCC
180
+ - Adenocarcinoma - AC
181
+ - No lesion
182
+
183
+ </details>
184
+
185
+ ## Dataset Creation
186
+
187
+ ### Curation Rationale
188
+
189
+ CCAgT was built to provide a dataset for machines to learn how to identify nucleus and nucleolus organizer regions (NORs).
190
+
191
+ ### Source Data
192
+
193
+ #### Initial Data Collection and Normalization
194
+
195
+ The images are collected as patches/tiles of whole slide images (WSIs) from cervical samples stained with AgNOR technique to allow the detection of nucleolus organizer regions (NORs). NORs are DNA loops containing genes responsible for the transcription of ribosomal RNA located in the cell nucleolus. They contain a set of argyrophilic proteins, selectively stained by silver nitrate, which can be identified as black dots located throughout the nucleoli area and called AgNORs.
196
+
197
+ #### Who are the source language producers?
198
+
199
+ The dataset was built using images from examinations (a gynecological exam, colposcopy and biopsy) of 15 women patients who were treated at the Gynecology and Colposcopy Outpatient Clinic of the [University Hospital Professor Polydoro Ernani de São Thiago of Federal University of Santa Catarina (HU-UFSC)](https://unihospital.ufsc.br/) and had 6 different diagnoses in their oncological exams. The samples were collected by the members of the Clinical Analyses Department: Ane Francyne Costa, Fabiana Botelho De Miranda Onofre, and Alexandre Sherlley Casimiro Onofre.
200
+
201
+ ### Annotations
202
+
203
+ #### Annotation process
204
+
205
+ The instances were annotated using the [labelbox](https://labelbox.com/) tool. The satellite category was labeled as a single dot, and the other categories were labeled as polygons. After the annotation process, all annotations were reviewed.
206
+
207
+ #### Who are the annotators?
208
+
209
+ Members of the Clinical Analyses Department and the Image Processing and Computer Graphics Lab. — LAPiX from [Universidade Federal de Santa Catarina (UFSC)](https://en.ufsc.br/).
210
+
211
+ - Tainee Bottamedi
212
+ - Vinícius Sanches
213
+ - João H. Telles de Carvalho
214
+ - Ricardo Thisted
215
+
216
+ ### Personal and Sensitive Information
217
+
218
+ This research was approved by the UFSC Research Ethics Committee (CEPSH), protocol number 57423616.3.0000.0121. All involved patients were informed about the study's objectives, and those who agreed to participate signed an informed consent form.
219
+
220
+ ## Considerations for Using the Data
221
+
222
+ ### Social Impact of Dataset
223
+
224
+ This dataset's purpose is to help spread the AgNOR as a support method for cancer diagnosis since this method is not standardized among pathologists.
225
+
226
+ ### Discussion of Biases
227
+
228
+ [More Information Needed]
229
+
230
+ ### Other Known Limitations
231
+
232
+ Satellite annotation is not as accurate for pixel-level representation due to single-point annotations.
233
+
234
+ ## Additional Information
235
+
236
+ ### Dataset Curators
237
+
238
+ Members of the Clinical Analyses Department from [Universidade Federal de Santa Catarina (UFSC)](https://en.ufsc.br/) collected the dataset samples: Ane Francyne Costa, Fabiana Botelho De Miranda Onofre, and Alexandre Sherlley Casimiro Onofre.
239
+
240
+ ### Licensing Information
241
+
242
+ The files associated with this dataset are licensed under an [Attribution-NonCommercial 3.0 Unported](https://creativecommons.org/licenses/by-nc/3.0/) license.
243
+
244
+ Users are free to adapt, copy or redistribute the material as long as they attribute it appropriately and do not use it for commercial purposes.
245
+
246
+ ### Citation Information
247
+
248
+ ```bibtex
249
+ % Dataset oficial page
250
+ @misc{CCAgTDataset,
251
+ doi = {10.17632/WG4BPM33HJ.2},
252
+ url = {https://data.mendeley.com/datasets/wg4bpm33hj/2},
253
+ author = {Jo{\~{a}}o Gustavo Atkinson Amorim and Andr{\'{e}} Vict{\'{o}}ria Matias and Tainee Bottamedi and Vin{\'{i}}us Sanches and Ane Francyne Costa and Fabiana Botelho De Miranda Onofre and Alexandre Sherlley Casimiro Onofre and Aldo von Wangenheim},
254
+ title = {CCAgT: Images of Cervical Cells with AgNOR Stain Technique},
255
+ publisher = {Mendeley},
256
+ year = {2022},
257
+ copyright = {Attribution-NonCommercial 3.0 Unported}
258
+ }
259
+
260
+
261
+ % Dataset second version
262
+ % pre-print:
263
+ @article{AtkinsonAmorim2022,
264
+ doi = {10.2139/ssrn.4126881},
265
+ url = {https://doi.org/10.2139/ssrn.4126881},
266
+ year = {2022},
267
+ publisher = {Elsevier {BV}},
268
+ author = {Jo{\~{a}}o Gustavo Atkinson Amorim and Andr{\'{e}} Vict{\'{o}}ria Matias and Allan Cerentini and Fabiana Botelho de Miranda Onofre and Alexandre Sherlley Casimiro Onofre and Aldo von Wangenheim},
269
+ title = {Semantic Segmentation for the Detection of Very Small Objects on Cervical Cell Samples Stained with the {AgNOR} Technique},
270
+ journal = {{SSRN} Electronic Journal}
271
+ }
272
+
273
+
274
+ % Dataset first version
275
+ % Link: https://arquivos.ufsc.br/d/373be2177a33426a9e6c/
276
+ % Paper:
277
+ @inproceedings{AtkinsonSegmentationAgNORCBMS2020,
278
+ author={Jo{\~{a}}o Gustavo Atkinson Amorim and Luiz Antonio Buschetto Macarini and Andr{\'{e}} Vict{\'{o}}ria Matias and Allan Cerentini and Fabiana Botelho De Miranda Onofre and Alexandre Sherlley Casimiro Onofre and Aldo von Wangenheim},
279
+ booktitle={2020 IEEE 33rd International Symposium on Computer-Based Medical Systems (CBMS)},
280
+ title={A Novel Approach on Segmentation of AgNOR-Stained Cytology Images Using Deep Learning},
281
+ year={2020},
282
+ pages={552-557},
283
+ doi={10.1109/CBMS49503.2020.00110},
284
+ url={https://doi.org/10.1109/CBMS49503.2020.00110}
285
+ }
286
+ ```
287
+
288
+ ### Contributions
289
+
290
+ Thanks to [@johnnv1](https://github.com/johnnv1) for adding this dataset.