Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 878 Bytes

BiLevelReg

A 3D Brain MR Registration model.

This is the official code for the paper "Bi-level Probabilistic Feature Learning for Deformable Image Registration"

Alt text

Requirements

Python >= 3.5.5, Tensorflow = 1.13.1, Keras = 2.2.4

Pretrained models

The easiest way to get started is to evaluate our trained models, run:

python test.py

Reference

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},
}