Welcome! This library provides the official implementation of our paper "Toward Universal Medical Image Registration via Sharpness-Aware Meta-Continual Learning" accepted by MICCAI 2024 [arxiv].
- Setup your dataset and its path in
./core/datasets/continual3d.py
. - Install the training tool deep_kit.
- Setup the model configuration by modifying the yaml files in
./cfgs
. - Run the code in terminal by
python train.py exp.name=trmersam
. This would start the training using sharpness-aware meta-continual learning. - Test the trained model by running
python test.py exp.name=temersam
.
For any questions or problems please open an issue on GitHub.
@inproceedings{Continual-Reg,
title={Toward Universal Medical Image Registration via Sharpness-Aware Meta-Continual Learning},
author={Wang, Bomin and Luo, Xinzhe and Zhuang, Xiahai},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
year={2024},
organization={Springer}
}