A 3D Brain MR Registration model.
This is the official code for the paper "Bi-level Probabilistic Feature Learning for Deformable Image Registration"
Python >= 3.5.5, Tensorflow = 1.13.1, Keras = 2.2.4
The easiest way to get started is to evaluate our trained models, run:
python test.py
If you find this code useful, please cite:
@inproceedings{LiuLZFL20,
author = {Risheng Liu and Zi Li and Yuxi Zhang and Xin Fan and Zhongxuan Luo},
title = {Bi-level Probabilistic Feature Learning for Deformable Image Registration},
booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence, {IJCAI} 2020},
pages = {723--730},
year = {2020},
}