# Recursive Cascaded Networks for Unsupervised Medical Image Registration

**Authors:** Shengyu Zhao, Yue Dong, Eric I-Chao Chang, Yan Xu

arXiv: 1907.12353 · 2020-03-26

## TL;DR

This paper introduces recursive cascaded networks for unsupervised deformable medical image registration, improving alignment accuracy by successively refining the deformation through a simple, end-to-end trainable architecture.

## Contribution

The proposed recursive cascaded network architecture is novel in enabling progressive deformation learning for image registration, applicable to any base network and trained end-to-end.

## Key findings

- Achieves significant performance improvements over state-of-the-art methods.
- Performance improves with more cascades, with no observed limit.
- Effective on 3D medical images for deformable registration.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.12353/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1907.12353/full.md

## References

58 references — full list in the complete paper: https://tomesphere.com/paper/1907.12353/full.md

---
Source: https://tomesphere.com/paper/1907.12353