Skip to content

MedVIC-Lab/Efficient_Morph_Registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EfficientMorph

This repository contains the official implementations of

EfficientMorph: Parameter-Efficient Transformer-Based Architecture for 3D Image Registration (WACV-2025 oral presentation);

Train and Test

The default configuration trains on EfficientMOrph-23 variants with the patch size of 2. To change the variant and patch size use different configurations from the models/configs.py file.

# Train on OASIS
python train_EfficientMorph.py --dataset_name OASIS --evaluation True
# Train on IXI
python train_EfficientMorph.py --dataset_name IXI --evaluation True 
# Train on Remind2Reg
python train_EfficientMorph.py --dataset_name Remind2Reg

If you find the code helpful, please consider citing our work:

@article{aziz2024efficientmorph,
  title={EfficientMorph: Parameter-Efficient Transformer-Based Architecture for 3D Image Registration},
  author={Aziz, Abu Zahid Bin and Karanam, Mokshagna Sai Teja and Kataria, Tushar and Elhabian, Shireen Y},
  journal={arXiv preprint arXiv:2403.11026},
  year={2024}
}

Acknowledgments

We would like to acknowledge the TransMorph project, from which we have adopted the code used in our work.

About

Official implementation of EfficientMorph WACV 2025.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%