Dataset Viewer
Auto-converted to Parquet Duplicate
patient
stringlengths
10
10
a666587afd
1732cb4372
091d584fce
f157be1f00
cfecdb276f
73f7634ab3
842f3298f9
45fbc6d3e0
eb160de1de
64b2c11867
e56954b4f6
5878a7ab84
58a2fc6ed3
2723d092b6
03c6b06952
158f3069a4
a71d83915f
ba55ff88bd
6974ce5ac6
9f9cee5b98
ef0d3930a7
8c19f571e2
03b90eb112
fb9ce87f03
d2490f048d
47d1e99058
0e65972dce
b7923fe9af
9dcb88e013
fa7cdfad1a
7a614fd06c
d2716515bd
56d9ba4ec6
caf1a3dfb5
57aeee35c9
9dfcd5e558
11364907cf
140f6969d5
871c14878f
38b18881fc
c4de9fe968
be83ab3ecd
577bcc914f
2b24d49505
7ef605fc8d
c8ffe9a587
f7e6c85504
e4a6222cdb
65cfedc125
92c8c96e4c
6a9aeddfc6
18bbcaa5ef
01161aaa0b
a861405761
cb70ab3756
979d472a84
dc5e819e18
cfa0860e83
b34f33d0bc
bf97f24695

Longitudinal native CT (validation split)

Validation split (60 patients, 64 cases) of a longitudinal CT lesion dataset, in native (pre-registration, unwarped) frame. Baseline (BL) and follow-up (FU) scans are each in their own original acquisition space — no image registration has been applied.

This replaces a prior push that shipped uniGradICON-registered/warped-frame data with incomplete per-timepoint click files. This native version is the corrected eval package: every case now has full baseline and follow-up scans, masks, and click prompts with correct union-of-lesions semantics (see below).

Contents

  • inputsTrBL/ — baseline CT (.nii.gz) + click-prompt JSON (.json), native BL frame
  • inputsTrFU/ — follow-up CT (.nii.gz) + click-prompt JSON (.json), native FU frame
  • targetsTrBL/ — baseline lesion segmentation mask, native BL frame
  • targetsTrFU/ — follow-up lesion segmentation mask, native FU frame
  • meta/<patient_id>.csv — per-patient lesion metadata: lesion_id, cog_bl, cog_backpropagated, img_id_bl, cog_propagated, cog_fu, img_id_fu, lesion_type, topology_class, merged_into, volume_bl, volume_fu, target_lesion, use_for_challenge, linking_unclear
  • val_patients.csv — the 60 patient IDs defining this split

Case naming

<patient_id>_<scan_idx>scan_idx matches img_id_bl / img_id_fu in the corresponding patient's meta/<patient_id>.csv.

Click JSON semantics

Each click JSON's point list is the full union of lesions present at either timepoint for that case, filtered to use_for_challenge == True. Point "name" equals lesion_id, paired 1:1 across the BL and FU json for a case (same lesion_id appears at the matching point index in both).

  • inputsTrBL/<case>.json: point = cog_bl if present, else cog_backpropagated (a back-propagated stand-in location for lesions that only appear in follow-up, i.e. topology_class == NEWLYAPPEARING, so they still get a plausible BL-frame click).
  • inputsTrFU/<case>.json: point = cog_propagated (baseline location propagated forward) if present, else native cog_fu (covers lesions that disappear by follow-up, i.e. topology_class == DISAPPEARING, giving them an FU-frame click even though there's no visible lesion there anymore).

A lesion is only included in a given case's BL (or FU) json if its img_id_bl (or img_id_fu) matches that case's scan_idx — a lesion can be tracked across different scan indices at BL vs FU for the same patient, in which case it belongs to different case files.

Citation

Derived from the Universal Lesion Segmentation longitudinal extension. See project repo for dataset construction methodology.

Downloads last month
92