An Unsupervised Learning Model for Deformable Medical Image Registration
About
We present a fast learning-based algorithm for deformable, pairwise 3D medical image registration. Current registration methods optimize an objective function independently for each pair of images, which can be time-consuming for large data. We define registration as a parametric function, and optimize its parameters given a set of images from a collection of interest. Given a new pair of scans, we can quickly compute a registration field by directly evaluating the function using the learned parameters. We model this function using a convolutional neural network (CNN), and use a spatial transform layer to reconstruct one image from another while imposing smoothness constraints on the registration field. The proposed method does not require supervised information such as ground truth registration fields or anatomical landmarks. We demonstrate registration accuracy comparable to state-of-the-art 3D image registration, while operating orders of magnitude faster in practice. Our method promises to significantly speed up medical image analysis and processing pipelines, while facilitating novel directions in learning-based registration and its applications. Our code is available at https://github.com/balakg/voxelmorph .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Abdominal CT-MRI registration | Abdominal CT-MRI | Dice (Liver)85.36 | 12 | |
| Lesion Tracking | Deep Lesion Tracking (test) | CPM@10mm49.9 | 12 | |
| Intra-subject cardiac registration | ACDC cardiac MR (test) | Dice75.26 | 11 | |
| Image Registration | Abdomen CT (inter-subject) | Dice Coefficient38.64 | 10 | |
| Image Registration | OASIS | Dice84.7 | 9 | |
| Brain MRI Segmentation | Brain MRI scans 100 (test) | Dice Score75.9 | 7 | |
| Medical Image Registration | Private dataset (test) | Mean Dice44.83 | 7 | |
| Atlas-based Medical Image Registration | Multi-site brain MRI dataset (OASIS, ABIDE, ADHD200, MCIC, PPMI, HABS, Harvard GSP) (test) | Mean Dice75.3 | 6 | |
| Volumetric Medical Image Registration | Brain MRI (test) | Dice71.1 | 5 | |
| Medical Image Registration | SegTHOR (test) | Heart Dice Score67.52 | 5 |