Dataset Viewer
Auto-converted to Parquet Duplicate
patient_id
string
split
string
survival_label
string
source_collection
string
shape
string
num_slices
int32
tumor_voxels
int64
slice_index
int32
image
image
mask
image
overlay
image
QIN-LSC-0009
train
Short
LungCT-Diagnosis
(512, 512, 150)
150
2,214
122
QIN-LSC-0014
train
Short
LungCT-Diagnosis
(512, 512, 109)
109
4,553
81
QIN-LSC-0064
train
Short
LungCT-Diagnosis
(512, 512, 103)
103
40,231
69
R0004
train
Long
QIN LUNG CT
(512, 512, 68)
68
9,597
32
R0013
train
Long
QIN LUNG CT
(512, 512, 67)
67
7,613
57
R0017
train
Long
QIN LUNG CT
(512, 512, 70)
70
913
25
R0018
train
Short
QIN LUNG CT
(512, 512, 63)
63
7,642
50
R0019
train
Short
QIN LUNG CT
(512, 512, 63)
63
3,984
45
R0022
train
Short
QIN LUNG CT
(512, 512, 80)
80
5,495
34
R0033
train
Short
QIN LUNG CT
(512, 512, 67)
67
1,857
39
R0052
train
Short
QIN LUNG CT
(512, 512, 92)
92
5,900
78
R0056
train
Long
QIN LUNG CT
(512, 512, 62)
62
2,113
46
R0064
train
Long
QIN LUNG CT
(512, 512, 63)
63
3,014
27
R0065
train
Short
QIN LUNG CT
(512, 512, 69)
69
8,977
50
R0077
train
Long
QIN LUNG CT
(512, 512, 81)
81
334
72
R0079
train
Short
QIN LUNG CT
(512, 512, 62)
62
1,020
54
R0080
train
Short
QIN LUNG CT
(512, 512, 80)
80
8,542
67
R0086
train
Long
QIN LUNG CT
(512, 512, 73)
73
840
46
R0098
train
Short
QIN LUNG CT
(512, 512, 88)
88
2,006
69
R0100
train
Short
QIN LUNG CT
(512, 512, 75)
75
46,840
62
R0102
train
Long
QIN LUNG CT
(512, 512, 75)
75
10,325
22
R0108
train
Short
QIN LUNG CT
(512, 512, 66)
66
1,181
42
R0117
train
Short
QIN LUNG CT
(512, 512, 78)
78
1,212
53
R0126
train
Short
QIN LUNG CT
(512, 512, 71)
71
7,608
33
R0127
train
Short
QIN LUNG CT
(512, 512, 68)
68
8,521
29
R0144
train
Short
QIN LUNG CT
(512, 512, 93)
93
36,435
36
R0146
train
Long
QIN LUNG CT
(512, 512, 87)
87
967
52
R0150
train
Long
QIN LUNG CT
(512, 512, 77)
77
585
49
R0166
train
Long
QIN LUNG CT
(512, 512, 75)
75
1,629
65
R0180
train
Long
QIN LUNG CT
(512, 512, 68)
68
1,020
51
R0182
train
Long
QIN LUNG CT
(512, 512, 69)
69
5,497
46
R0191
train
Short
QIN LUNG CT
(512, 512, 76)
76
629
56
R0204
train
Long
QIN LUNG CT
(512, 512, 92)
92
184,229
47
R0223
train
Long
QIN LUNG CT
(512, 512, 170)
170
15,089
104
R0238
train
Short
QIN LUNG CT
(512, 512, 67)
67
14,152
55
R0259
train
Long
QIN LUNG CT
(512, 512, 58)
58
7,181
20
R0263
train
Long
QIN LUNG CT
(512, 512, 62)
62
398
41
R0267
train
Long
QIN LUNG CT
(512, 512, 69)
69
24,040
51
R0273
train
Long
QIN LUNG CT
(512, 512, 62)
62
5,884
44
R0274
train
Long
QIN LUNG CT
(512, 512, 74)
74
222
61

LUAD-CT-Survival (Long and Short Survival in Adenocarcinoma Lung CTs)

40 contrast-enhanced chest CT scans of lung adenocarcinoma patients from the H. Lee Moffitt Cancer Center, each with an expert-seeded primary-tumor segmentation and a binary survival-outcome label (long- vs short-survivor). This is the segmentation-ready HuggingFace mirror.

Dataset Details

Field Value
Modality CT (contrast-enhanced, pre-surgical)
Body part Lung (primary adenocarcinoma tumor)
Task 3D binary tumor segmentation (foreground = tumor)
Cases 40 (single cohort, no official train/val/test split)
Survival labels 20 Long, 20 Short (outcome quartiles)
Image format NIfTI .nii.gz (converted losslessly from original DICOM)
Mask format NIfTI .nii.gz, binary {0,1} (tumor = 1)
License CC BY 3.0
Source TCIA, DOI 10.7937/K9/TCIA.2017.0tv7b9x1

Format note (reformatted variant)

The original TCIA distribution ships the CT images as DICOM and the tumor masks as uncompressed NIfTI with values 0/255. This mirror converts each DICOM series to .nii.gz with SimpleITK (voxel data, spacing, origin and direction preserved) and binarizes the masks to {0, 1}. Image↔mask geometry was verified identical (same shape / spacing / origin) before binarization; any case needing it has its mask nearest-neighbour resampled onto the image grid, so every masks/<id>.nii.gz is defined on exactly its images/<id>.nii.gz grid.

Ground truth

One tumor mask per case, produced by a semi-automatic region-growing algorithm with radiologist-placed seed points. There is a single annotation tier — it is the gold-standard reference (no multi-rater or auto-vs-expert variants).

⚠️ Cross-dataset overlap (benchmark-leakage hazard)

LUAD-CT-Survival is a TCIA analysis-result collection: its masks and survival labels are original, but the 40 CT image series are drawn from two other Moffitt TCIA collections:

  • 37 casesQIN LUNG CT (patient IDs R0xxx)
  • 3 casesLungCT-Diagnosis (QIN-LSC-0009, QIN-LSC-0014, QIN-LSC-0064)

patient_id in metadata.csv equals the original TCIA PatientID and is the cross-reference key. Exclude these patient IDs before benchmarking against QIN-LUNG-CT or LungCT-Diagnosis. (The NBIA API currently files all 40 series' Collection as "QIN LUNG CT"; the three QIN-LSC-* IDs trace to LungCT-Diagnosis per the source publication, recorded in source_collection.)

Structure

images/<patient_id>.nii.gz    # CT volume
masks/<patient_id>.nii.gz     # binary tumor mask (tumor = 1)
metadata.csv                  # patient_id, survival_label, source_collection,
                              #   num_slices, spacing_x/y/z, tumor_voxels
FeaturesWithLabels.csv        # original TCIA radiomic features + survival_label (verbatim)

Source & Citation

  • TCIA collection: Long and Short Survival in Adenocarcinoma Lung CTs (LUAD-CT-Survival), DOI 10.7937/K9/TCIA.2017.0tv7b9x1, CC BY 3.0.
@article{paul2016deepfeature,
  author  = {Paul, Rahul and Hawkins, Samuel H. and Balagurunathan, Yoganand and
             Schabath, Matthew B. and Gillies, Robert J. and Hall, Lawrence O. and
             Goldgof, Dmitry B.},
  title   = {Deep Feature Transfer Learning in Combination with Traditional
             Features Predicts Survival among Patients with Lung Adenocarcinoma},
  journal = {Tomography},
  volume  = {2},
  number  = {4},
  pages   = {388--395},
  year    = {2016},
  doi     = {10.18383/j.tom.2016.00211}
}

@misc{luadctsurvival2017tcia,
  author    = {Goldgof, D. and Hall, L. and Hawkins, S. H. and Schabath, M. B. and
               Stringfield, O. and Garcia, A. and Balagurunathan, Y. and Kim, J. and
               Eschrich, S. and Berglund, A. E. and Gatenby, R. and Gillies, R. J.},
  title     = {Long and Short Survival in Adenocarcinoma Lung CTs [Dataset]},
  year      = {2017},
  publisher = {The Cancer Imaging Archive},
  doi       = {10.7937/K9/TCIA.2017.0tv7b9x1}
}
Downloads last month
144