Image Registration

236 papers with code • 5 benchmarks • 11 datasets

Image registration is the process of transforming different sets of data into one coordinate system. Data may be multiple photographs, data from different sensors, times, depths, or viewpoints. It is used in computer vision, medical imaging, and compiling and analyzing images and data from satellites. Registration is necessary in order to be able to compare or integrate the data obtained from these different measurements.

Source: Image registration | Wikipedia

( Image credit: Kornia )

Libraries

Use these libraries to find Image Registration models and implementations

VMambaMorph: a Multi-Modality Deformable Image Registration Framework based on Visual State Space Model with Cross-Scan Module

ziyangwang007/vmambamorph 7 Apr 2024

This novel hybrid VMamba-CNN network is designed specifically for 3D image registration.

13
07 Apr 2024

FireANTs: Adaptive Riemannian Optimization for Multi-Scale Diffeomorphic Registration

rohitrango/fireants 1 Apr 2024

We demonstrate compelling improvements on image registration across a spectrum of modalities and anatomies by measuring structural and landmark overlap of the registered image volumes.

4
01 Apr 2024

ModeTv2: GPU-accelerated Motion Decomposition Transformer for Pairwise Optimization in Medical Image Registration

ZAX130/SmileCode 25 Mar 2024

Deformable image registration plays a crucial role in medical imaging, aiding in disease diagnosis and image-guided interventions.

18
25 Mar 2024

uniGradICON: A Foundation Model for Medical Image Registration

uncbiag/unigradicon 9 Mar 2024

We therefore propose uniGradICON, a first step toward a foundation model for registration providing 1) great performance \emph{across} multiple datasets which is not feasible for current learning-based registration methods, 2) zero-shot capabilities for new registration tasks suitable for different acquisitions, anatomical regions, and modalities compared to the training dataset, and 3) a strong initialization for finetuning on out-of-distribution registration tasks.

35
09 Mar 2024

HyperPredict: Estimating Hyperparameter Effects for Instance-Specific Regularization in Deformable Image Registration

aisha-lawal/hyperpredict 4 Mar 2024

Our approach which we call HyperPredict, implements a Multi-Layer Perceptron that learns the effect of selecting particular hyperparameters for registering an image pair by predicting the resulting segmentation overlap and measure of deformation smoothness.

4
04 Mar 2024

Quantifying the Resolution of a Template after Image Registration

Stochastik-TU-Ilmenau/image-template-resolution 27 Feb 2024

In many image processing applications (e. g. computational anatomy) a groupwise registration is performed on a sample of images and a template image is simultaneously generated.

0
27 Feb 2024

Pyramid Attention Network for Medical Image Registration

juliuswang-7/pan 14 Feb 2024

The advent of deep-learning-based registration networks has addressed the time-consuming challenge in traditional iterative methods. However, the potential of current registration networks for comprehensively capturing spatial relationships has not been fully explored, leading to inadequate performance in large-deformation image registration. The pure convolutional neural networks (CNNs) neglect feature enhancement, while current Transformer-based networks are susceptible to information redundancy. To alleviate these issues, we propose a pyramid attention network (PAN) for deformable medical image registration. Specifically, the proposed PAN incorporates a dual-stream pyramid encoder with channel-wise attention to boost the feature representation. Moreover, a multi-head local attention Transformer is introduced as decoder to analyze motion patterns and generate deformation fields. Extensive experiments on two public brain magnetic resonance imaging (MRI) datasets and one abdominal MRI dataset demonstrate that our method achieves favorable registration performance, while outperforming several CNN-based and Transformer-based registration networks. Our code is publicly available at https://github. com/JuliusWang-7/PAN.

6
14 Feb 2024

Diffeomorphic Measure Matching with Kernels for Generative Modeling

tadsgroup/kernelodetransport 12 Feb 2024

This article presents a general framework for the transport of probability measures towards minimum divergence generative modeling and sampling using ordinary differential equations (ODEs) and Reproducing Kernel Hilbert Spaces (RKHSs), inspired by ideas from diffeomorphic matching and image registration.

1
12 Feb 2024

Decoder-Only Image Registration

xi-jia/lessnet 5 Feb 2024

For this, we propose a novel network architecture, termed LessNet in this paper, which contains only a learnable decoder, while entirely omitting the utilization of a learnable encoder.

5
05 Feb 2024

Local Feature Matching Using Deep Learning: A Survey

vignywang/awesome-local-feature-matching 31 Jan 2024

The objective of this endeavor is to furnish a comprehensive overview of local feature matching methods.

31
31 Jan 2024