SkillAgentSearch skills...

SDTNet

SDT-Net: Dynamic Teacher Switching with Hierarchical Consistency for Scribble-Supervised Medical Image Segmentation

Install / Use

/learn @loc110504/SDTNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

[IEEE ISBI'26 Oral] Scribble-Supervised Medical Image Segmentation with Dynamic Teacher Switching and Hierarchical Consistency

arXiv

Introduction

The overall framework of SDTNet: Training Process

@article{nguyen2026scribble,
  title={Scribble-Supervised Medical Image Segmentation with Dynamic Teacher Switching and Hierarchical Consistency},
  author={Nguyen, Thanh-Huy and Cao, Hoang-Loc and Chung, Dat T and Vu, Mai-Anh and Nguyen, Thanh-Minh and Le, Minh and Huynh, Phat K and Bagci, Ulas},
  journal={arXiv preprint arXiv:2601.14563},
  year={2026}
}

Datasets and Model Weights

  1. ACDC Dataset
  1. MSCMR Dataset

We have organized the datasets and our model checkpoints, and they are now available for download at: 👉 Google Drive

Setup

  1. Clone this project and create a conda environment
git clone https://github.com/loc110504/SDTNET.git
cd SDTNET

conda create -n env python=3.10
conda activate env
  1. Install requirements and packages
pip install -r requirements.txt

Usage

  1. For training:
cd code/train
python train_method_acdc.py # ACDC
python train_method_mscmr.py # MSCMRseg
  1. For testing:
cd code/test
python test_acdc.py # ACDC
python test_mscmr.py # MSCMRseg

Acknowledgement

We acknowledge the public release of WSL4MIS, CycleMix and MAAG for their codes and processed dataset.

View on GitHub
GitHub Stars7
CategoryHealthcare
Updated25d ago
Forks0

Languages

Python

Security Score

85/100

Audited on Mar 10, 2026

No findings