paper-with-me

Papers

NestedMorph: Enhancing Deformable Medical Image Registration with Nested Attention Mechanisms

2024-10-03 · Gurucharan Marthi Krishna Kumar, Janine Mendola, Amir Shmuel

Deformable image registration is crucial for aligning medical images in a nonlinear fashion across different modalities, allowing for precise spatial correspondence between varying anatomical structures. This paper presents NestedMorph, a novel network utilizing a Nested Attention Fusion approach to improve intra-subject deformable registration between T1-weighted (T1w) MRI and diffusion MRI (dMRI) data. NestedMorph integrates high-resolution spatial details from an encoder with semantic information from a decoder using a multi-scale framework, enhancing both local and global feature extraction. Our model notably outperforms existing methods, including CNN-based approaches like VoxelMorph, MIDIR, and CycleMorph, as well as Transformer-based models such as TransMorph and ViT-V-Net, and traditional techniques like NiftyReg and SyN. Evaluations using the HCP dataset demonstrate that NestedMorph achieves superior performance across key metrics, including SSIM, HD95, and SDlogJ, with the highest SSIM of 0.89, the lowest HD95 of 2.5 and SDlogJ of 0.22. These results highlight NestedMorph's ability to capture both local and global image features effectively, leading to superior registration performance. The promising outcomes of this study underscore NestedMorph's potential to significantly advance deformable medical image registration, providing a robust framework for future research and clinical applications. The source code and our implementation are available at: https://github.com/AS-Lab/Marthi-et-al-2024-NestedMorph-Deformable-Medical-Image-Registration

📄 PDF Abstract BibTeX arXiv:2410.02550

Code (1)

as-lab/marthi-et-al-2024-nestedmorph-deformable-medical-image-registration 공식 구현 pytorch

Tasks

DecoderDeformable Medical Image RegistrationDiffusion MRIImage RegistrationMedical Image RegistrationSSIM

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

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

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

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

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

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