Skip to content

WAVEU3S: A LIGHTWEIGHT WAVELET DUAL-ATTENTION UNET FOR 3D MEDICAL IMAGE SEGMENTATION

License

Notifications You must be signed in to change notification settings

kingofengineer/WaveU3S

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveU3S

Introduction

framework

This repo is code of WaveU3S: A Lightweight Wavelet Dual-attention Unet For 3D Medical Image Segmentation (ISBI2024).

WaveU3S is a segmentation network for 3D medical image. Its purpose is to reducing the computation burden while maintaining the performance under 3D segmentation tasks. We use nnUNet as default data preprocessing method and training framework. Comparative experiments are conducted on Flare22 and ACDC datasets. For more details, please refer to our paper.

Start

Our models are built based on nnUNet V2

The model files are located in ./nnunetv2/training/nnUNetTrainer/model

Clone repository

git clone [email protected]:kingofengineer/WaveU3S.git
cd WaveU3S/
pip install -e .

Dataset and data pre-processing

You can obtain the datasets via following links:

  • Abdominal multi organ dataset: Flare22
  • Multi-category cardiac MRI dataset: ACDC

The pseudo-labels for the 2,000 examples were generated through inference using Hang et al.'s model.

Please refer to nnUNetv2 for data format .

Experiment planning and data preprocessing is to use:

nnUNetv2_plan_and_preprocess -d DATASET_ID --verify_dataset_integrity

Modify the patch size in the configuration file nnUNetPlans.json using the modify_Plans.py .

Training

Training command:

nnUNetv2_train -d DATASET_ID 3d_fullres -f flod WaveU3S	

Inference

Inference command:

nnUNetv2_predict -i input_dir -o output_dir -d DATASET_ID -c 3d_fullres --save_probabilities -f flod -m WaveU3S

Citation

  • If you find this work is helpful, please cite our paper
@inproceedings{Z2024,
    title={WaveU3S: A Lightweight Wavelet Dual-attention Unet For 3D Medical Image Segmentation},
    author={Tianzhao Zhong, Huaishui Yang, Jihao Li, Mengye Lyu, Shaojun Liu},
    booktitle={IEEE International Symposium on Biomedical Imaging},

About

WAVEU3S: A LIGHTWEIGHT WAVELET DUAL-ATTENTION UNET FOR 3D MEDICAL IMAGE SEGMENTATION

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages