paper-with-me

Papers

Fast Diffeomorphic Image Registration using Patch based Fully Convolutional Networks

2024-04-05 · Jiong Wu, Shuang Zhou, Li Lin, Xin Wang, Wenxue Tan

Diffeomorphic image registration is a fundamental step in medical image analysis, owing to its capability to ensure the invertibility of transformations and preservation of topology. Currently, unsupervised learning-based registration techniques primarily extract features at the image level, potentially limiting their efficacy. This paper proposes a novel unsupervised learning-based fully convolutional network (FCN) framework for fast diffeomorphic image registration, emphasizing feature acquisition at the image patch level. Furthermore, a novel differential operator is introduced and integrated into the FCN architecture for parameter learning. Experiments are conducted on three distinct T1-weighted magnetic resonance imaging (T1w MRI) datasets. Comparative analyses with three state-of-the-art diffeomorphic image registration approaches including a typical conventional registration algorithm and two representative unsupervised learning-based methods, reveal that the proposed method exhibits superior performance in both registration accuracy and topology preservation.

📄 PDF Abstract BibTeX arXiv:2404.04244

Code (0)

등록된 구현이 없습니다.

Tasks

Image RegistrationMedical Image Analysis

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

DiffeoRaptor: Diffeomorphic Inter-modal Image Registration using RaPTOR

2022-09-12 · Nima Masoumi, Hassan Rivaz, M. Omair Ahmad, Yiming Xiao

Purpose: Diffeomorphic image registration is essential in many medical imaging applications. Several registration algorithms of such type have been proposed, but primarily for intra-contrast alignment. Currently, efficie…

Image Registration

Quicksilver: Fast Predictive Image Registration - a Deep Learning Approach

2017-03-31 · Xiao Yang, Roland Kwitt, Martin Styner, Marc Niethammer

This paper introduces Quicksilver, a fast deformable image registration method. Quicksilver registration for image-pairs works by patch-wise prediction of a deformation model based directly on image appearance. A deep en…

DecoderDeep LearningImage RegistrationPrediction

Fast Predictive Image Registration

2016-07-08 · Xiao Yang, Roland Kwitt, Marc Niethammer

We present a method to predict image deformations based on patch-wise image appearance. Specifically, we design a patch-based deep encoder-decoder network which learns the pixel/voxel-wise mapping between image appearanc…

DecoderGPUImage Registration

Fast Predictive Multimodal Image Registration

2017-03-31 · Xiao Yang, Roland Kwitt, Martin Styner, Marc Niethammer

We introduce a deep encoder-decoder architecture for image deformation prediction from multimodal images. Specifically, we design an image-patch-based deep network that jointly (i) learns an image similarity measure and …

DecoderImage Registration

Fast Symmetric Diffeomorphic Image Registration with Convolutional Neural Networks

2020-03-20 · CVPR 2020 6 · Tony C. W. Mok, Albert C. S. Chung

Diffeomorphic deformable image registration is crucial in many medical image studies, as it offers unique, special properties including topology preservation and invertibility of the transformation. Recent deep learning-…

Image Registration