paper-with-me

Papers

An Unsupervised Learning Model for Deformable Medical Image Registration

2018-02-07 · CVPR 2018 6 · Guha Balakrishnan, Amy Zhao, Mert R. Sabuncu, John Guttag, Adrian V. Dalca

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 .

📄 PDF Abstract BibTeX arXiv:1802.02604

Code (3)

balakg/voxelmorph 공식 구현 tf
voxelmorph/voxelmorph tf
yh854/Rigid-Registration-of-3D-MRI-Based-on-Unsupervised-Learning tf

Tasks

Deformable Medical Image RegistrationImage RegistrationMedical Image AnalysisMedical Image Registration

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Unsupervised Deformable Image Registration Using Cycle-Consistent CNN

2019-07-02 · Boah Kim, Jieun Kim, June-Goo Lee, Dong Hwan Kim 외

Medical image registration is one of the key processing steps for biomedical image analysis such as cancer diagnosis. Recently, deep learning based supervised and unsupervised image registration methods have been extensi…

Image RegistrationMedical Image RegistrationUnsupervised Image Registration

Deformable Medical Image Registration Using a Randomly-Initialized CNN as Regularization Prior

2019-08-02 · Max-Heinrich Laves, Sontje Ihler, Tobias Ortmaier

We present deformable unsupervised medical image registration using a randomly-initialized deep convolutional neural network (CNN) as regularization prior. Conventional registration methods predict a transformation by mi…

Deformable Medical Image RegistrationImage RegistrationMedical Image Registration

Dual-Attention Frequency Fusion at Multi-Scale for Joint Segmentation and Deformable Medical Image Registration

2024-09-29 · Hongchao Zhou, Shunbo Hu

Deformable medical image registration is a crucial aspect of medical image analysis. In recent years, researchers have begun leveraging auxiliary tasks (such as supervised segmentation) to provide anatomical structure in…

DecoderDeformable Medical Image RegistrationImage RegistrationMedical Image Analysis+3

KLDivNet: An unsupervised neural network for multi-modality image registration

2019-08-23 · Yechong Huang, Tao Song, Jiahang Xu, Yinan Chen 외

Multi-modality image registration is one of the most underlined processes in medical image analysis. Recently, convolutional neural networks (CNNs) have shown significant potential in deformable registration. However, th…

Image RegistrationMedical Image AnalysisMedical Image Registration

A Deep Learning Framework for Unsupervised Affine and Deformable Image Registration

2018-09-17 · Bob D. de Vos, Floris F. Berendsen, Max A. Viergever, Hessam Sokooti 외

Image registration, the process of aligning two or more images, is the core technique of many (semi-)automatic medical image analysis tasks. Recent studies have shown that deep learning methods, notably convolutional neu…

Affine Image RegistrationDeep LearningImage RegistrationMedical Image Analysis