CVJul 29, 2019

Recursive Cascaded Networks for Unsupervised Medical Image Registration

arXiv:1907.12353v3293 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of aligning medical images for applications like diagnosis or treatment planning, representing an incremental improvement over existing registration methods.

The paper tackles deformable image registration for 3D medical images by proposing recursive cascaded networks, which achieve consistent, significant gains and outperform state-of-the-art methods, with performance improving as more cascades are added.

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.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes