|
|
5 months ago | |
|---|---|---|
| Phase I | 5 months ago | |
| Phase II | 5 months ago | |
| Phase III | 5 months ago | |
| assets | 5 months ago | |
| 3DLAND_Info.csv | 5 months ago | |
| LICENSE | 5 months ago | |
| README.md | 5 months ago | |
| deeplesion_Info.csv | 5 months ago | |
This repository accompanies the 3DLAND project β a large-scale, organ-aware 3D lesion segmentation benchmark for abdominal CT scans β submitted for review to ACM Multimedia 2025.
The lesion segmentation pipeline includes:
We curated over 6,000 contrast-enhanced abdominal CT scans from the publicly available DeepLesion dataset, selecting only those studies that include visible lesions or anomalies in abdominal organs.
To transform these raw scans into a structured, organ-aware 3D segmentation benchmark, we developed a multi-stage pipeline with both automated and expert-in-the-loop components:
Each lesion in the dataset is:
The dataset includes:
Phase II/2D_lesion_mask:2D lesion masks linked to organsPahse III/3D_lesion_mask: 3D lesion masks linked to organsdeeplesion_Info.csv: CSV file of Our dataset metadata according to DeepLesion metadataAll annotations underwent clinical review on 10β20% of lesions per organ to ensure high-quality ground truth.
Each lesion in the 3DLAND dataset is described in a structured CSV file that includes key metadata for localization and segmentation. This CSV file links the image slices with their corresponding organ labels and bounding boxes.
| Column | Description |
|---|---|
series |
Series ID from the DeepLesion dataset |
slice_range |
Range of axial slices in which the lesion may appear (according to deeplesion dataset metadata) |
key_slice |
Central slice with the most visible view of the lesion |
lesion_id |
Unique ID assigned to each lesion |
matched_organs |
Organ to which the lesion is anatomically linked |
File_name |
PNG file name of the key slice (e.g., 000002_02_01_050.png) |
Bounding_boxes |
Coordinates of the lesion in the key slice: [x_min, y_min, x_max, y_max] |
Phase II/2D_lesion_mask{series}_{key_slice}.pngPhase III/3D_lesion_mask{series}_K{key_slice}/{slice number}.pngYou can use the metadata CSV to:
3DLAND_Info.csvThe dataset and outputs are licensed under CC BY 4.0.
See the full license in the LICENSE file or at creativecommons.org/licenses/by/4.0