Skip to content

HiLab-git/CSAL-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[MICCAI 2025] CSAL-3D

This repository contains the official implementation of our paper: CSAL-3D: Cold-start Active Learning for 3D Medical Image Segmentation via SSL-driven Uncertainty-Reinforced Diversity Sampling, for 28th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2025, Early Accept).

📌 Overall Framework

Framework

The overall CSAL-3D pipeline consists of:

  • A CSAL-adapted Self-Supervised Learning (SSL) framework for both 3D-aware feature extraction and uncertainty estimation.
  • An Ensemble-based Uncertainty Estimation strategy to generate sample-level uncertainty scores.
  • A URDS (Uncertainty-Reinforced Diversity Sampling) method that hierarchically combines diversity and uncertainty for one-shot sample selection.

📁 Dataset Download

We evaluate our method on three publicly available 3D medical image segmentation datasets from the Medical Segmentation Decathlon (MSD):

  • Brain Tumor (Task01_BrainTumour) [MRI, multi-modality]
  • Heart (Task02_Heart) [MRI]
  • Spleen (Task09_Spleen) [CT]
  • Datasets can be downloaded from the official MSD website: 👉 http://medicaldecathlon.com/

Environment Setup

We recommend using Python 3.8+ with PyTorch 2.3.1 and MONAI 1.3+.

🙏 Acknowledgement

Our codebase is built upon the excellent COLosSAL project (https://github.com/han-liu/COLosSAL), which provides a benchmark for Cold-Start Active Learning in 3D medical image segmentation.

About

[MICCAI 2025] Official code for CSAL-3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages