Datasets:

Modalities:
Text
ArXiv:
License:
RadGenome-ChestCT / README.md
xmcmic's picture
Upload /README.md with huggingface_hub
b0a407c verified
|
raw
history blame
No virus
5.49 kB
---
title: "RadGenome Chest CT Dataset"
license: cc-by-nc-sa-4.0
extra_gated_prompt: |
## Terms and Conditions for Using the RadGenome Chest CT
**1. Acceptance of Terms**
Accessing and using the RadGenome Chest CT dataset implies your agreement to these terms and conditions copied from CT-RATE. If you disagree with any part, please refrain from using the dataset.
**2. Permitted Use**
- The dataset is intended solely for academic, research, and educational purposes.
- Any commercial exploitation of the dataset without prior permission is strictly forbidden.
- You must adhere to all relevant laws, regulations, and research ethics, including data privacy and protection standards.
**3. Data Protection and Privacy**
- Acknowledge the presence of sensitive information within the dataset and commit to maintaining data confidentiality.
- Direct attempts to re-identify individuals from the dataset are prohibited.
- Ensure compliance with data protection laws such as GDPR and HIPAA.
**4. Attribution**
- Cite the dataset and acknowledge the providers in any publications resulting from its use.
- Claims of ownership or exclusive rights over the dataset or derivatives are not permitted.
**5. Redistribution**
- Redistribution of the dataset or any portion thereof is not allowed.
- Sharing derived data must respect the privacy and confidentiality terms set forth.
**6. Disclaimer**
The dataset is provided "as is" without warranty of any kind, either expressed or implied, including but not limited to the accuracy or completeness of the data.
**7. Limitation of Liability**
Under no circumstances will the dataset providers be liable for any claims or damages resulting from your use of the dataset.
**8. Access Revocation**
Violation of these terms may result in the termination of your access to the dataset.
**9. Amendments**
The terms and conditions may be updated at any time; continued use of the dataset signifies acceptance of the new terms.
**10. Governing Law**
These terms are governed by the laws of the location of the dataset providers, excluding conflict of law rules.
**Consent:**
extra_gated_fields:
Name: "text"
Institution: "text"
Email: "text"
I have read and agree with Terms and Conditions for using the RadGenome Chest CT and CT-RATE dataset: "checkbox"
configs:
- config_name: grounded reports
data_files:
- split: train
path: "dataset/radgenome_files/train_region_report.csv"
- split: validation
path: "dataset/radgenome_files/validation_region_report.csv"
- config_name: grounded vqa
data_files:
- split: train
path: ["dataset/radgenome_files/train_vqa_abnormality.csv",
"dataset/radgenome_files/train_vqa_location.csv",
"dataset/radgenome_files/train_vqa_presence.csv",
"dataset/radgenome_files/train_vqa_size.csv"]
- split: validation
path: ["dataset/radgenome_files/validation_vqa_abnormality.csv",
"dataset/radgenome_files/validation_vqa_location.csv",
"dataset/radgenome_files/validation_vqa_presence.csv",
"dataset/radgenome_files/validation_vqa_size.csv"]
- config_name: case-level vqa
data_files:
- split: train
path: "dataset/radgenome_files/train_case_disorders.csv"
- split: validation
path: "dataset/radgenome_files/calidation_case_disorders.csv"
---
## [RadGenome Chest CT: A Grounded Vision-Language Dataset for Chest CT Analysis](https://arxiv.org/pdf/2404.16754)
Developing generalist foundation model has recently attracted tremendous attention among researchers in the field of AI for Medicine (AI4Medicine). A pivotal insight in developing these models is their reliance on dataset scaling, which emphasizes the requirements on developing open-source medical image datasets that incorporate diverse supervision signals across various imaging modalities.
We introduce RadGenome-Chest CT, a comprehensive, large-scale, region-guided 3D chest CT interpretation dataset based on [CT-RATE](https://huggingface.co/datasets/ibrahimhamamci/CT-RATE). Specifically, we leverage the latest powerful universal segmentation and large language models, to extend the original datasets (over 25,692 non-contrast 3D chest CT volume and reports from 20,000 patients) from the following aspects: (i) organ-level segmentation masks covering 197 categories, which provide intermediate reasoning visual clues for interpretation; (ii) 665 K multi-granularity grounded reports, where each sentence of the report is linked to the corresponding anatomical region of CT volume in the form of a segmentation mask; (iii) 1.3 M grounded VQA pairs, where questions and answers are all linked with reference segmentation masks, enabling models to associate visual evidence with textual explanations. All grounded reports and VQA pairs in the validation set have gone through manual verification to ensure dataset quality.
We believe that RadGenome-Chest CT can significantly advance the development of multimodal medical foundation models, by training to generate texts based on given segmentation regions, which is unattainable with previous relevant datasets. We will release all segmentation masks, grounded reports, and VQA pairs to facilitate further research and development in this field.
## Citing Us
If you use RadGenome Chest CT, we would appreciate your references to [CT-CLIP](https://arxiv.org/abs/2403.17834) and [our paper](https://arxiv.org/pdf/2404.16754).