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] |
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