Medical Image Registration

77 papers with code • 4 benchmarks • 8 datasets

Image registration, also known as image fusion or image matching, is the process of aligning two or more images based on image appearances. Medical Image Registration seeks to find an optimal spatial transformation that best aligns the underlying anatomical structures. Medical Image Registration is used in many clinical applications such as image guidance, motion tracking, segmentation, dose accumulation, image reconstruction and so on. Medical Image Registration is a broad topic which can be grouped from various perspectives. From input image point of view, registration methods can be divided into unimodal, multimodal, interpatient, intra-patient (e.g. same- or different-day) registration. From deformation model point of view, registration methods can be divided in to rigid, affine and deformable methods. From region of interest (ROI) perspective, registration methods can be grouped according to anatomical sites such as brain, lung registration and so on. From image pair dimension perspective, registration methods can be divided into 3D to 3D, 3D to 2D and 2D to 2D/3D.

Source: Deep Learning in Medical Image Registration: A Review

Libraries

Use these libraries to find Medical Image Registration models and implementations

Most implemented papers

VoxelMorph: A Learning Framework for Deformable Medical Image Registration

voxelmorph/voxelmorph 14 Sep 2018

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.

Recursive Cascaded Networks for Unsupervised Medical Image Registration

microsoft/Recursive-Cascaded-Networks ICCV 2019

We present recursive cascaded networks, a general architecture that enables learning deep cascades, for deformable image registration.

An Unsupervised Learning Model for Deformable Medical Image Registration

balakg/voxelmorph CVPR 2018

We define registration as a parametric function, and optimize its parameters given a set of images from a collection of interest.

AirLab: Autograd Image Registration Laboratory

airlab-unibas/airlab 26 Jun 2018

With the "Autograd Image Registration Laboratory" (AIRLab), we introduce an open laboratory for image registration tasks, where the analytic gradients of the objective function are computed automatically and the device where the computations are performed, on a CPU or a GPU, is transparent.

Fast and Robust Symmetric Image Registration Based on Distances Combining Intensity and Spatial Information

MIDA-group/py_alpha_amd_release 30 Jul 2018

The method exhibits greater robustness and higher accuracy than similarity measures in common use, when inserted into a standard gradient-based registration framework available as part of the open source Insight Segmentation and Registration Toolkit (ITK).

Networks for Joint Affine and Non-parametric Image Registration

uncbiag/registration CVPR 2019

In contrast to existing approaches, our framework combines two registration methods: an affine registration and a vector momentum-parameterized stationary velocity field (vSVF) model.

Dual-Stream Pyramid Registration Network

kangmiao15/dual-stream-prnet-plus 26 Sep 2019

We propose a Dual-Stream Pyramid Registration Network (referred as Dual-PRNet) for unsupervised 3D medical image registration.

Enhancing Medical Image Registration via Appearance Adjustment Networks

mungomeng/registration-aan 9 Mar 2021

In this study, we propose an Appearance Adjustment Network (AAN) to enhance the adaptability of DLRs to appearance variations.

Generative Adversarial Registration for Improved Conditional Deformable Templates

neel-dey/Atlas-GAN ICCV 2021

Deformable templates are essential to large-scale medical image registration, segmentation, and population analysis.