Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.82 KB

File metadata and controls

51 lines (33 loc) · 1.82 KB

MICCAI 2026 Submission

This repository contains the implementation code for our MICCAI 2026 submission.

🔒 Anonymous Review Notice

This repository is anonymized for double-blind review.
Author information and license will be added upon acceptance.
Full code and training scripts will be released after the paper is accepted.

Description

We propose a novel framework for semi-supervised medical image segmentation using chained diffusion-based pseudo-label refinement.

Requirements

  • Python 3.8+
  • PyTorch >= 1.10
  • CUDA 11.x
  • Other dependencies are listed in requirements.txt (to be provided if necessary)

Data Preparation

Usage

Train the model with the following command:

Example: Train the segmentation model on ACDC with 1 labeled patient

CUDA_VISIBLE_DEVICES=0 python train_diff_chain_ACDC.py
--exp ACDC/diffchain
--labelnum 1
--num_classes 4
--root_path ./datasets/ACDC

Acknowledgement

We sincerely appreciate the following open-source projects for their valuable contributions, which our work builds upon: