YuxuanZhang888 commited on
Commit
3566aa1
1 Parent(s): bca91fa

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +170 -3
README.md CHANGED
@@ -1,5 +1,172 @@
1
  ---
2
- license: other
3
- license_name: fairsharing
4
- license_link: https://fairsharing.org/FAIRsharing.0b5a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - other
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: ColonCancerCTDataset
13
+ size_categories:
14
+ - 100B<n<1T
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - colon cancer
19
+ - medical
20
+ - cancer
21
+ task_categories:
22
+ - image-classification
23
+ task_ids:
24
+ - multi-label-image-classification
25
  ---
26
+
27
+ # Dataset Card Creation Guide
28
+
29
+ ## Table of Contents
30
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
31
+ - [Table of Contents](#table-of-contents)
32
+ - [Dataset Description](#dataset-description)
33
+ - [Dataset Summary](#dataset-summary)
34
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
35
+ - [Languages](#languages)
36
+ - [Dataset Structure](#dataset-structure)
37
+ - [Data Instances](#data-instances)
38
+ - [Data Fields](#data-fields)
39
+ - [Data Splits](#data-splits)
40
+ - [Dataset Creation](#dataset-creation)
41
+ - [Curation Rationale](#curation-rationale)
42
+ - [Source Data](#source-data)
43
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
44
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
45
+ - [Annotations](#annotations)
46
+ - [Annotation process](#annotation-process)
47
+ - [Who are the annotators?](#who-are-the-annotators)
48
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
49
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
50
+ - [Social Impact of Dataset](#social-impact-of-dataset)
51
+ - [Discussion of Biases](#discussion-of-biases)
52
+ - [Other Known Limitations](#other-known-limitations)
53
+ - [Additional Information](#additional-information)
54
+ - [Dataset Curators](#dataset-curators)
55
+ - [Licensing Information](#licensing-information)
56
+ - [Citation Information](#citation-information)
57
+ - [Contributions](#contributions)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** [https://portal.imaging.datacommons.cancer.gov]()
62
+ - **Repository:** [https://aws.amazon.com/marketplace/pp/prodview-3bcx7vcebfi2i#resources]()
63
+ - **Paper:** [https://aacrjournals.org/cancerres/article/81/16/4188/670283/NCI-Imaging-Data-CommonsNCI-Imaging-Data-Commons]()
64
+
65
+ ### Dataset Summary
66
+
67
+ The dataset in the focus of this project is a curated subset of the National Cancer Institute Imaging Data Commons (IDC), specifically highlighting CT Colonography images. This specialized dataset will encompass a targeted collection from the broader IDC repository hosted on the AWS Marketplace, which includes diverse cancer imaging data. The images included are sourced from clinical studies worldwide and encompass modalities such as Computed Tomography (CT), Magnetic Resonance Imaging (MRI), and Positron Emission Tomography (PET).
68
+
69
+ In addition to the clinical images, essential metadata that contains patient demographics (sex and pregnancy status) and detailed study descriptions are also included in this dataset, enabling nuanced analysis and interpretation of the imaging data.
70
+
71
+
72
+ ### Supported Tasks
73
+
74
+ The dataset can be utilized for several tasks:
75
+ - Developing machine learning models to differentiate between benign and malignant colonic lesions.
76
+ - Developing algorithms for Creating precise algorithms for segmenting polyps and other colonic structures.
77
+ - Conducting longitudinal studies on cancer progression.
78
+ - Assessing the diagnostic accuracy of CT Colonography compared to other imaging modalities in colorectal conditions.
79
+
80
+ ### Languages
81
+
82
+ English is used for text data like labels and imaging study descriptions.
83
+
84
+ ## Dataset Structure
85
+
86
+ ### Data Instances
87
+
88
+ The data will follow the structure below:
89
+ {
90
+ "image": image.png # A CT image
91
+ "ImageType": ['ORIGINAL', 'PRIMARY', 'AXIAL', 'CT_SOM5 SPI'] # A list containing the info of the image
92
+ "StudyDate": "20000101" # Date of the study case
93
+ "SeriesDate": 20000101" # Date of the series
94
+ "Manufacturer": "SIEMENS" # Manufacturer of the device used for imaging
95
+ "StudyDescription": "Abdomen^24ACRIN_Colo_IRB2415-04 (Adult)" # Description of the study
96
+ "SeriesDescription": "Colo_prone 1.0 B30f" # Description of the series
97
+ "PatientSex": "F" # Patient's sex
98
+ "PatientAge": "059Y" # Patient's age
99
+ "PregnancyStatus": "None" # Patient's pregnancy status
100
+ "BodyPartExamined": "COLON" # Body part examined
101
+ }
102
+
103
+ ### Data Fields
104
+
105
+ - CT Image (String): The file path for the image file
106
+ - Study_date (String): The date of the study
107
+ - Patient_sex (String): The patient's sex
108
+ - Pregnancy Status (String): The patient's pregnancy status
109
+ - Body Part Examined (String): The body part examined in this study
110
+ - Slice Thickness (Float): The slice thickness of the CT scan, in millimeters.
111
+ - Pixel Data (Array): Pixel data of the CT image
112
+ - Photometric Interpretation (String): Specify the indented interpretation of the pixel data
113
+
114
+ ### Data Splits
115
+
116
+ | | train | validation | test |
117
+ |-------------------------|------:|-----------:|-----:|
118
+ | Input Sentences | | | |
119
+ | Average Sentence Length | | | |
120
+
121
+ ## Dataset Creation
122
+
123
+ ### Curation Rationale
124
+
125
+ The dataset is conceived from the necessity to streamline a vast collection of heterogeneous cancer imaging data to facilitate focused research on colon cancer. By distilling the dataset to specifically include CT Colonography, it addresses the challenge of data accessibility for researchers and healthcare professionals interested in colon cancer. This refinement simplifies the task of obtaining relevant data for developing diagnostic models and potentially improving patient outcomes through early detection. The curation of this focused dataset aims to make data more open and usable for specialists and academics in the field of colon cancer research.
126
+
127
+ ### Source Data
128
+
129
+ According to [IDC](https://portal.imaging.datacommons.cancer.gov/about/), data are submitted from NCI-funded driving projects and other special selected projects.
130
+
131
+ ### Personal and Sensitive Information
132
+
133
+ According to [IDC](https://portal.imaging.datacommons.cancer.gov/about/), submitters of data to IDC must ensure that the data have been de-identified for protected health information (PHI).
134
+
135
+ ## Considerations for Using the Data
136
+
137
+ ### Social Impact of Dataset
138
+
139
+ The dataset tailored for CT Colonography aims to enhance medical research and potentially aid in early detection and treatment of colon cancer. Providing high-quality imaging data empowers the development of diagnostic AI tools, contributing to improved patient care and outcomes. This can have a profound social impact, as timely diagnosis is crucial in treating cancer effectively.
140
+
141
+ ### Discussion of Biases
142
+
143
+ Given the dataset's focus on CT Colonography, biases may arise from the population demographics represented or the prevalence of certain conditions within the dataset. It is crucial to ensure that the dataset includes diverse cases to mitigate biases in model development and to ensure that AI tools developed using this data are generalizable and equitable in their application.
144
+
145
+ ### Other Known Limitations
146
+
147
+ The dataset may have limitations in terms of variability and scope, as it focuses solely on CT Colonography. Other modalities and cancer types are not represented, which could limit the breadth of research.
148
+
149
+ ### Licensing Information
150
+
151
+ https://fairsharing.org/FAIRsharing.0b5a1d
152
+
153
+ ### Citation Information
154
+
155
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
156
+ ```
157
+ @article{fedorov2021nci,
158
+ title={NCI imaging data commons},
159
+ author={Fedorov, Andrey and Longabaugh, William JR and Pot, David
160
+ and Clunie, David A and Pieper, Steve and Aerts, Hugo JWL and
161
+ Homeyer, Andr{\'e} and Lewis, Rob and Akbarzadeh, Afshin and
162
+ Bontempi, Dennis and others},
163
+ journal={Cancer research},
164
+ volume={81},
165
+ number={16},
166
+ pages={4188--4193},
167
+ year={2021},
168
+ publisher={AACR}
169
+ }
170
+ ```
171
+
172
+ [DOI](https://doi.org/10.1158/0008-5472.CAN-21-0950)