paper-with-me

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 work, we construct a tight upper bound of the SSD registration cost by using a fully convolutional neural network (FCNN) in the registration pipeline. The upper bound SSD (UB-SSD) enhances the original deformable model parameter space by adding a heatmap output from FCNN. Next, we minimize this UB-SSD by adjusting both the parameters of the FCNN and the parameters of the deformable model in coordinate descent. Our coordinate descent framework is end-to-end and can work with any deformable registration method that uses SSD. We demonstrate experimentally that our method enhances the accuracy of deformable registration algorithms significantly on two publicly available 3D brain MRI data sets.

📄 PDF Abstract BibTeX arXiv:1611.08796

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Analysis

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음
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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

LDM-Morph: Latent diffusion model guided deformable image registration

2024-11-23 · Jiong Wu, Kuang Gong

Deformable image registration plays an essential role in various medical image tasks. Existing deep learning-based deformable registration frameworks primarily utilize convolutional neural networks (CNNs) or Transformers…

Computational EfficiencyImage RegistrationMedical Image RegistrationMORPH

Pretraining Deformable Image Registration Networks with Random Images

2025-05-30 · Junyu Chen, Shuwen Wei, Yihao Liu, Aaron Carass 외

Recent advances in deep learning-based medical image registration have shown that training deep neural networks~(DNNs) does not necessarily require medical images. Previous work showed that DNNs trained on randomly gener…

Computational EfficiencyImage RegistrationMedical 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

Enhancing Label-Driven Deep Deformable Image Registration with Local Distance Metrics for State-of-the-Art Cardiac Motion Tracking

2018-12-05 · Alessa Hering, Sven Kuckertz, Stefan Heldmann, Mattias Heinrich

While deep learning has achieved significant advances in accuracy for medical image segmentation, its benefits for deformable image registration have so far remained limited to reduced computation times. Previous work ha…

Deep LearningImage RegistrationImage SegmentationMedical Image Segmentation+2

Vector Field Attention for Deformable Image Registration

2024-07-14 · Yihao Liu, Junyu Chen, Lianrui Zuo, Aaron Carass 외

Deformable image registration establishes non-linear spatial correspondences between fixed and moving images. Deep learning-based deformable registration methods have been widely studied in recent years due to their spee…

Image RegistrationRetrieval