CVSep 14, 2018

VoxelMorph: A Learning Framework for Deformable Medical Image Registration

arXiv:1809.05231v32079 citations
AI Analysis

This addresses the time-consuming nature of traditional registration methods for medical image analysis, offering a faster alternative that could speed up processing pipelines, though it is incremental as it builds on recent learning-based approaches.

The paper tackles the problem of slow deformable medical image registration by introducing VoxelMorph, a learning-based framework that uses a convolutional neural network to map image pairs to deformation fields, achieving accuracy comparable to state-of-the-art methods while operating orders of magnitude faster.

We present VoxelMorph, a fast learning-based framework for deformable, pairwise medical image registration. Traditional registration methods optimize an objective function for each pair of images, which can be time-consuming for large datasets or rich deformation models. In contrast to this approach, and building on recent learning-based methods, we formulate registration as a function that maps an input image pair to a deformation field that aligns these images. We parameterize the function via a convolutional neural network (CNN), and optimize the parameters of the neural network on a set of images. Given a new pair of scans, VoxelMorph rapidly computes a deformation field by directly evaluating the function. In this work, we explore two different training strategies. In the first (unsupervised) setting, we train the model to maximize standard image matching objective functions that are based on the image intensities. In the second setting, we leverage auxiliary segmentations available in the training data. We demonstrate that the unsupervised model's accuracy is comparable to state-of-the-art methods, while operating orders of magnitude faster. We also show that VoxelMorph trained with auxiliary data improves registration accuracy at test time, and evaluate the effect of training set size on registration. Our method promises to speed up medical image analysis and processing pipelines, while facilitating novel directions in learning-based registration and its applications. Our code is freely available at voxelmorph.csail.mit.edu.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes