English

Recursive Cascaded Networks for Unsupervised Medical Image Registration

Computer Vision and Pattern Recognition 2020-03-26 v3

Abstract

We present recursive cascaded networks, a general architecture that enables learning deep cascades, for deformable image registration. The proposed architecture is simple in design and can be built on any base network. The moving image is warped successively by each cascade and finally aligned to the fixed image; this procedure is recursive in a way that every cascade learns to perform a progressive deformation for the current warped image. The entire system is end-to-end and jointly trained in an unsupervised manner. In addition, enabled by the recursive architecture, one cascade can be iteratively applied for multiple times during testing, which approaches a better fit between each of the image pairs. We evaluate our method on 3D medical images, where deformable registration is most commonly applied. We demonstrate that recursive cascaded networks achieve consistent, significant gains and outperform state-of-the-art methods. The performance reveals an increasing trend as long as more cascades are trained, while the limit is not observed. Code is available at https://github.com/microsoft/Recursive-Cascaded-Networks.

Keywords

Cite

@article{arxiv.1907.12353,
  title  = {Recursive Cascaded Networks for Unsupervised Medical Image Registration},
  author = {Shengyu Zhao and Yue Dong and Eric I-Chao Chang and Yan Xu},
  journal= {arXiv preprint arXiv:1907.12353},
  year   = {2020}
}

Comments

Accepted to ICCV 2019

R2 v1 2026-06-23T10:33:39.285Z