Skip to content

[MICCAI 2024] Medical Image Segmentation via Single-Source Domain Generalization with Random Amplitude Spectrum Synthesis

Notifications You must be signed in to change notification settings

qintianjian-lab/RAS4DG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RAS4DG:Medical Image Segmentation via Single-Source Domain Generalization with Random Amplitude Spectrum Synthesis

1 Shandong University, 2 Shandong University of Finance and Economics

🏃‍♂️ Getting Started

Download the DATASETS for Atlases, FeTA 2021, DRIVE, IOSTAR, [LES-AV](https://figshare.com/articles/dataset/LES-AV dataset/11857698/1).

Place the DATASETS as follows:

⚒️ Installation

prerequisites: python>=3.8, CUDA>=11.3, and torch>=1.12.0.

Install with conda and pip:

conda create -n ras4dg python==3.8
conda activate ras4dg
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch
pip install -r requirements.txt

Citation

@InProceedings{Qiao_2024_RAS4DG,
    author    = {Qiao, Qiang and Wang, Wenyu and Qu Meixia and Su Kun and Jiang Bin and Guo Qiang},
    title     = {Medical Image Segmentation via Single-Source Domain Generalization with Random Amplitude Spectrum Synthesis},
    booktitle = {International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)},
    year      = {2024},
}

About

[MICCAI 2024] Medical Image Segmentation via Single-Source Domain Generalization with Random Amplitude Spectrum Synthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages