Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,105 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 3 |
size_categories:
|
| 4 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
-
#
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
conda create -n huggingface python=3.11 -y
|
| 10 |
conda activate huggingface
|
| 11 |
python -m pip install --upgrade pip
|
|
@@ -14,15 +108,35 @@ hf --version
|
|
| 14 |
hf auth login
|
| 15 |
```
|
| 16 |
|
| 17 |
-
## Download CancerVerse
|
|
|
|
| 18 |
```bash
|
| 19 |
mkdir CancerVerse
|
| 20 |
cd CancerVerse
|
| 21 |
bash download_cancerverse.sh
|
| 22 |
```
|
| 23 |
-
## Citation
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
```bibtex
|
| 28 |
@inproceedings{li2024well,
|
|
@@ -42,8 +156,10 @@ If you find CancerVerse useful in your research, please cite:
|
|
| 42 |
year={2024},
|
| 43 |
publisher={Elsevier}
|
| 44 |
}
|
| 45 |
-
|
| 46 |
```
|
| 47 |
|
| 48 |
-
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
pretty_name: "CancerVerse"
|
| 4 |
size_categories:
|
| 5 |
- 10K<n<100K
|
| 6 |
+
tags:
|
| 7 |
+
- medical-imaging
|
| 8 |
+
- computed-tomography
|
| 9 |
+
- oncology
|
| 10 |
+
- cancer
|
| 11 |
+
- radiology-reports
|
| 12 |
+
- longitudinal
|
| 13 |
+
- multimodal
|
| 14 |
+
- vision-language
|
| 15 |
+
task_categories:
|
| 16 |
+
- image-classification
|
| 17 |
+
- image-segmentation
|
| 18 |
+
- image-to-text
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# π©» CancerVerse
|
| 22 |
+
|
| 23 |
+
### The first **longitudinal**, **multimodal** CT dataset spanning **13 malignant tumor types**
|
| 24 |
+
|
| 25 |
+
CancerVerse pairs whole-body abdominal/pelvic **CT volumes** with the **radiologists' own free-text reports**, follows patients **across time**, and is being released in stages β culminating in **expert voxel-level tumor masks** and a deep **clinical & longitudinal annotation layer**. It is built to power the next generation of cancer-aware medical AI: tumor detection and segmentation, report generation and grounding, longitudinal disease modeling, and treatment-response prediction.
|
| 26 |
+
|
| 27 |
+
> **24,168 CT volumes Β· 13,863 patients Β· 24,168 paired radiology reports Β· 15 years of follow-up Β· 13 cancer types β fully de-identified.**
|
| 28 |
+
|
| 29 |
+
CancerVerse is built and maintained by the [BodyMaps](https://huggingface.co/BodyMaps) team.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## π CancerVerse by the Numbers
|
| 34 |
+
|
| 35 |
+
| | |
|
| 36 |
+
|---|---|
|
| 37 |
+
| π§ **24,168** | de-identified 3D **CT volumes** |
|
| 38 |
+
| π§βπ€βπ§ **13,863** | unique **patients** |
|
| 39 |
+
| π **24,168** | paired **radiology reports** |
|
| 40 |
+
| ποΈ **15 years** | of imaging history (**Jul 2010 β Jun 2025**) |
|
| 41 |
+
| π **up to 26** | imaging **timepoints** for a single patient |
|
| 42 |
+
| ποΈ **4** | CT **contrast phases** (portal-venous, arterial early/late, non-contrast β¦) |
|
| 43 |
+
| π― **13** | **malignant tumor types** covered |
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## π Staged Release β what's ready today, what's coming next
|
| 48 |
+
|
| 49 |
+
CancerVerse is continuously evolving. We are releasing it in stages so the community can start building today while the richest layers are finalized.
|
| 50 |
+
|
| 51 |
+
### β
Available now
|
| 52 |
+
|
| 53 |
+
- **De-identified CT volumes** β 24,168 3D scans from 13,863 patients, across multiple scanners and **4 contrast phases**.
|
| 54 |
+
- **Paired radiology reports** β the radiologist's full free-text impression for 24,168 scans. Real clinical language, ready for report generation, information extraction, and imageβtext pre-training.
|
| 55 |
+
- **Scan-level context** β sex, age, exam date, contrast phase, scanner, and study/series/protocol descriptions for every volume.
|
| 56 |
+
- **Longitudinal linkage** β stable de-identified patient IDs + exam dates let you reconstruct each patient's imaging timeline (up to **26 timepoints**, spanning up to **14.4 years**).
|
| 57 |
+
|
| 58 |
+
### π Coming soon
|
| 59 |
+
|
| 60 |
+
- 𧬠**Structured tumor features** *(by August 2026)* β per-organ malignancy status, largest-lesion **diameters, locations, attenuation**, and **tumor staging**.
|
| 61 |
+
- π¬ **Pathology results** *(by August 2026)* β ICD-10 codes.
|
| 62 |
+
- π― **Expert manual segmentation annotations** *(by September 2026)* β voxel-level, radiologist-verified **tumor** annotations.
|
| 63 |
+
- π **Clinical & longitudinal layer** *(by September 2026)* β cancer histology, TNM stage, treatments received, surgical resections, **RECIST treatment response**, metastatic sites, disease-status narratives, follow-up recommendations, comorbidities, and devices/implants.
|
| 64 |
+
|
| 65 |
+
> π‘ *Cancer information is already in your hands today β it lives in the paired radiology reports. The structured, machine-readable labels and masks make it turnkey, and arrive in the next releases.*
|
| 66 |
+
|
| 67 |
+
---
|
| 68 |
+
|
| 69 |
+
## π― The 13 malignant tumor types
|
| 70 |
+
|
| 71 |
+
CancerVerse is curated around 13 abdominal and pelvic malignancies:
|
| 72 |
+
|
| 73 |
+
`liver` Β· `kidney` Β· `pancreas` Β· `colon` Β· `adrenal gland` Β· `bladder` Β· `duodenum` Β· `esophagus` Β· `gallbladder` Β· `prostate` Β· `spleen` Β· `stomach` Β· `uterus`
|
| 74 |
+
|
| 75 |
+
---
|
| 76 |
+
|
| 77 |
+
## π¦ What's inside this release
|
| 78 |
+
|
| 79 |
+
Each row is **one CT volume**, paired with that scan's radiology report and acquisition context.
|
| 80 |
+
|
| 81 |
+
| Field | Description |
|
| 82 |
+
|---|---|
|
| 83 |
+
| `CancerVerse ID` | Unique de-identified identifier for the CT volume (one per scan). |
|
| 84 |
+
| `Patient ID` | De-identified patient identifier β **links a patient's scans across time**. |
|
| 85 |
+
| `Encrypted Accession Number` | De-identified study/visit identifier. |
|
| 86 |
+
| `sex` | Patient sex (M / F). |
|
| 87 |
+
| `age` | Patient age at the time of the scan (years). |
|
| 88 |
+
| `exam_date` | Date of the CT exam (enables longitudinal ordering). |
|
| 89 |
+
| `phase` | Contrast phase (e.g., portal-venous, arterial early/late, non-contrast). |
|
| 90 |
+
| `scanner` | Scanner model / vendor. |
|
| 91 |
+
| `study_description`, `series_description`, `protocol_name` | Acquisition protocol details. |
|
| 92 |
+
| `report` | **Free-text radiology report**. |
|
| 93 |
+
|
| 94 |
+
The CT volumes themselves are provided alongside this table and are linked by `CancerVerse ID`.
|
| 95 |
+
|
| 96 |
+
---
|
| 97 |
+
|
| 98 |
+
## β¬οΈ Download
|
| 99 |
+
|
| 100 |
+
### 1. Set up the environment
|
| 101 |
+
|
| 102 |
+
```bash
|
| 103 |
conda create -n huggingface python=3.11 -y
|
| 104 |
conda activate huggingface
|
| 105 |
python -m pip install --upgrade pip
|
|
|
|
| 108 |
hf auth login
|
| 109 |
```
|
| 110 |
|
| 111 |
+
### 2. Download CancerVerse
|
| 112 |
+
|
| 113 |
```bash
|
| 114 |
mkdir CancerVerse
|
| 115 |
cd CancerVerse
|
| 116 |
bash download_cancerverse.sh
|
| 117 |
```
|
|
|
|
| 118 |
|
| 119 |
+
---
|
| 120 |
+
|
| 121 |
+
## β¨ Why CancerVerse?
|
| 122 |
+
|
| 123 |
+
- **Truly longitudinal.** Most public CT datasets are single snapshots. CancerVerse follows real patients over **up to 14.4 years and 26 timepoints**, enabling disease-progression and treatment-response research.
|
| 124 |
+
- **Multimodal from day one.** Every scan ships with its **radiologist report** β pixels *and* clinical language β ideal for vision-language pre-training, report generation, and grounded detection.
|
| 125 |
+
- **Cancer-centric.** Purpose-built around **13 malignant tumor types**, with expert masks and structured oncology labels on the way.
|
| 126 |
+
- **Real-world scale & diversity.** 13,863 patients, multiple scanners, and 4 contrast phases β clinical heterogeneity, not a sanitized benchmark.
|
| 127 |
+
- **Responsibly de-identified.** No protected health information; stable de-identified IDs preserve patient timelines for research.
|
| 128 |
+
|
| 129 |
+
---
|
| 130 |
+
|
| 131 |
+
## π License
|
| 132 |
+
|
| 133 |
+
CancerVerse is released under **CC BY-NC-ND 4.0**. Please review the license before use.
|
| 134 |
+
|
| 135 |
+
---
|
| 136 |
+
|
| 137 |
+
## π Citation
|
| 138 |
+
|
| 139 |
+
A dedicated CancerVerse data paper is forthcoming. In the meantime, if you use CancerVerse, please cite:
|
| 140 |
|
| 141 |
```bibtex
|
| 142 |
@inproceedings{li2024well,
|
|
|
|
| 156 |
year={2024},
|
| 157 |
publisher={Elsevier}
|
| 158 |
}
|
|
|
|
| 159 |
```
|
| 160 |
|
| 161 |
+
---
|
| 162 |
+
|
| 163 |
+
## π£ Stay tuned
|
| 164 |
+
|
| 165 |
+
CancerVerse is actively growing β **masks and structured oncology labels are coming next.** β Follow [BodyMaps on Hugging Face](https://huggingface.co/BodyMaps) and watch this dataset to be notified when each release lands.
|