CVLGFeb 5, 2023

Recurrence With Correlation Network for Medical Image Registration

arXiv:2302.02283v12 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses large-displacement medical image registration for applications like lung and brain imaging, showing incremental improvements over existing methods.

The authors tackled medical image registration by introducing Recurrence with Correlation Network (RWCNet), which achieved a total registration error of 2.11mm on a lung dataset and an average dice overlap of 81.7% on a brain MRI dataset, outperforming a baseline method.

We present Recurrence with Correlation Network (RWCNet), a medical image registration network with multi-scale features and a cost volume layer. We demonstrate that these architectural features improve medical image registration accuracy in two image registration datasets prepared for the MICCAI 2022 Learn2Reg Workshop Challenge. On the large-displacement National Lung Screening Test (NLST) dataset, RWCNet is able to achieve a total registration error (TRE) of 2.11mm between corresponding keypoints without instance fine-tuning. On the OASIS brain MRI dataset, RWCNet is able to achieve an average dice overlap of 81.7% for 35 different anatomical labels. It outperforms another multi-scale network, the Laplacian Image Registration Network (LapIRN), on both datasets. Ablation experiments are performed to highlight the contribution of the various architectural features. While multi-scale features improved validation accuracy for both datasets, the cost volume layer and number of recurrent steps only improved performance on the large-displacement NLST dataset. This result suggests that cost volume layer and iterative refinement using RNN provide good support for optimization and generalization in large-displacement medical image registration. The code for RWCNet is available at https://github.com/vigsivan/optimization-based-registration.

Code Implementations1 repo
Foundations

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

Your Notes