TL;DR
VoxelMorph introduces a fast, learning-based CNN framework for deformable medical image registration that significantly reduces computation time while maintaining accuracy, and can leverage auxiliary data for improved performance.
Contribution
The paper presents VoxelMorph, a novel CNN-based framework for medical image registration that is faster and can incorporate auxiliary data for enhanced accuracy.
Findings
Unsupervised VoxelMorph achieves accuracy comparable to state-of-the-art methods.
Training with auxiliary segmentations improves registration accuracy.
The method operates orders of magnitude faster than traditional approaches.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
