|
1 day ago | |
---|---|---|
Phase I | 6 days ago | |
Phase II | 6 days ago | |
Phase III | 6 days ago | |
assets | 4 days ago | |
3DLAND_Info.csv | 6 days ago | |
LICENSE | 4 days ago | |
README.md | 1 day ago | |
deeplesion_Info.csv | 6 days 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}.png
Phase III/3D_lesion_mask
{series}_K{key_slice}/{slice number}.png
You can use the metadata CSV to:
3DLAND_Info.csv
The original CT scan volumes used in 3DLAND are sourced from the DeepLesion dataset.
You can download the CT scans from the official NIH repository:
π Download CT scans from DeepLesion (NIH)
βΉοΈ These CT volumes are required to visualize the lesion masks or to apply the 3DLAND segmentation pipeline. Make sure to match each
series
in the metadata with the corresponding CT study.
The 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