8000 GitHub - Chen-Ziyang/GraTa: Code for [AAAI 2025] Gradient Alignment Improves Test-Time Adaptation for Medical Image Segmentation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Code for [AAAI 2025] Gradient Alignment Improves Test-Time Adaptation for Medical Image Segmentation.

License

Notifications You must be signed in to change notification settings

Chen-Ziyang/GraTa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 GraTa

This is the official pytorch implementation of our AAAI 2025 paper "Gradient Alignment Improves Test-Time Adaptation for Medical Image Segmentation".

GraTa Illustration

Environment

CUDA 10.1
Python 3.7.0
Pytorch 1.8.0
CuDNN 8.0.5

Our Anaconda environment is also available for download from Google Drive.

Upon decompression, please move czy_pytorch to your_root/anaconda3/envs/. Then the environment can be activated by conda activate czy_pytorch.

Data Preparation

The preprocessed data can be downloaded from Google Drive.

Pre-trained Models

Download pre-trained models from Google Drive and drag the folder 'models' into the folder 'GraTa-master'.

You can also train your own models.

How to Run

Please first modify the root in run.sh, and then run the following command to reproduce the results.

bash run.sh

Citation ✏️

If this code is helpful for your research, please cite:

@article{chen2025grata,
  title={Gradient Alignment Improves Test-Time Adaptation for Medical Image Segmentation},
  author={Chen, Ziyang and Ye, Yiwen and Pan, Yongsheng and Xia, Yong},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  year={2025}
}

Contact

Ziyang Chen (zychen@mail.nwpu.edu.cn)

About

Code for [AAAI 2025] Gradient Alignment Improves Test-Time Adaptation for Medical Image Segmentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0