CVSep 26, 2019

Dual-Stream Pyramid Registration Network

arXiv:1909.11966v2137 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate 3D medical image registration for brain MRI analysis, offering a novel method that improves performance over existing approaches, though it is incremental in nature.

The paper tackles 3D medical image registration by proposing a Dual-Stream Pyramid Registration Network (Dual-PRNet), which uses a two-stream architecture and pyramid registration module to handle significant deformations, resulting in improved Dice scores from 0.683 to 0.778 on LPBA40 and from 0.511 to 0.631 on Mindboggle101 compared to VoxelMorph.

We propose a Dual-Stream Pyramid Registration Network (referred as Dual-PRNet) for unsupervised 3D medical image registration. Unlike recent CNN-based registration approaches, such as VoxelMorph, which explores a single-stream encoder-decoder network to compute a registration fields from a pair of 3D volumes, we design a two-stream architecture able to compute multi-scale registration fields from convolutional feature pyramids. Our contributions are two-fold: (i) we design a two-stream 3D encoder-decoder network which computes two convolutional feature pyramids separately for a pair of input volumes, resulting in strong deep representations that are meaningful for deformation estimation; (ii) we propose a pyramid registration module able to predict multi-scale registration fields directly from the decoding feature pyramids. This allows it to refine the registration fields gradually in a coarse-to-fine manner via sequential warping, and enable the model with the capability for handling significant deformations between two volumes, such as large displacements in spatial domain or slice space. The proposed Dual-PRNet is evaluated on two standard benchmarks for brain MRI registration, where it outperforms the state-of-the-art approaches by a large margin, e.g., having improvements over recent VoxelMorph [2] with 0.683->0.778 on the LPBA40, and 0.511->0.631 on the Mindboggle101, in term of average Dice score. Code is available at: https://github.com/kangmiao15/Dual-Stream-PRNet-Plus.

Code Implementations2 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