paper-with-me

Papers

Coordinate Translator for Learning Deformable Medical Image Registration

2022-03-05 · Yihao Liu, Lianrui Zuo, Shuo Han, Yuan Xue, Jerry L. Prince, Aaron Carass

The majority of deep learning (DL) based deformable image registration methods use convolutional neural networks (CNNs) to estimate displacement fields from pairs of moving and fixed images. This, however, requires the convolutional kernels in the CNN to not only extract intensity features from the inputs but also understand image coordinate systems. We argue that the latter task is challenging for traditional CNNs, limiting their performance in registration tasks. To tackle this problem, we first introduce Coordinate Translator, a differentiable module that identifies matched features between the fixed and moving image and outputs their coordinate correspondences without the need for training. It unloads the burden of understanding image coordinate systems for CNNs, allowing them to focus on feature extraction. We then propose a novel deformable registration network, im2grid, that uses multiple Coordinate Translator's with the hierarchical features extracted from a CNN encoder and outputs a deformation field in a coarse-to-fine fashion. We compared im2grid with the state-of-the-art DL and non-DL methods for unsupervised 3D magnetic resonance image registration. Our experiments show that im2grid outperforms these methods both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2203.03626

Code (1)

yihao6/digital_diffeomorphism pytorch

Tasks

Deformable Medical Image RegistrationImage RegistrationMedical Image Registration

Similar Papers 제목 키워드 기반

Deep Deformable Registration: Enhancing Accuracy by Fully Convolutional Neural Net

2016-11-27 · Sayan Ghosal, Nilanjan Ray

Deformable registration is ubiquitous in medical image analysis. Many deformable registration methods minimize sum of squared difference (SSD) as the registration cost with respect to deformable model parameters. In this…

Medical Image Analysis

ABN: Anti-Blur Neural Networks for Multi-Stage Deformable Image Registration

2022-12-06 · Yao Su, Xin Dai, Lifang He, Xiangnan Kong

Deformable image registration, i.e., the task of aligning multiple images into one coordinate system by non-linear transformation, serves as an essential preprocessing step for neuroimaging data. Recent research on defor…

Deformable Medical Image RegistrationImage RegistrationMedical Image Registration

Learning Homeomorphic Image Registration via Conformal-Invariant Hyperelastic Regularisation

2023-03-14 · Jing Zou, Noémie Debroux, Lihao Liu, Jing Qin 외

Deformable image registration is a fundamental task in medical image analysis and plays a crucial role in a wide range of clinical applications. Recently, deep learning-based approaches have been widely studied for defor…

Deformable Medical Image RegistrationImage RegistrationMedical Image AnalysisMedical Image Registration

Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration

2024-05-31 · CVPR 2024 1 · Mingyuan Meng, Dagan Feng, Lei Bi, Jinman Kim

Deformable image registration is a fundamental step for medical image analysis. Recently, transformers have been used for registration and outperformed Convolutional Neural Networks (CNNs). Transformers can capture long-…

Deformable Medical Image RegistrationImage RegistrationInductive BiasMedical Image Analysis+1

Medical Image Registration via Neural Fields

2022-06-07 · Shanlin Sun, Kun Han, Chenyu You, Hao Tang 외

Image registration is an essential step in many medical image analysis tasks. Traditional methods for image registration are primarily optimization-driven, finding the optimal deformations that maximize the similarity be…

Image RegistrationMedical Image AnalysisMedical Image RegistrationModel Optimization