paper-with-me

Papers

VMambaMorph: a Multi-Modality Deformable Image Registration Framework based on Visual State Space Model with Cross-Scan Module

2024-04-07 · Ziyang Wang, Jian-Qing Zheng, Chao Ma, Tao Guo

Image registration, a critical process in medical imaging, involves aligning different sets of medical imaging data into a single unified coordinate system. Deep learning networks, such as the Convolutional Neural Network (CNN)-based VoxelMorph, Vision Transformer (ViT)-based TransMorph, and State Space Model (SSM)-based MambaMorph, have demonstrated effective performance in this domain. The recent Visual State Space Model (VMamba), which incorporates a cross-scan module with SSM, has exhibited promising improvements in modeling global-range dependencies with efficient computational cost in computer vision tasks. This paper hereby introduces an exploration of VMamba with image registration, named VMambaMorph. This novel hybrid VMamba-CNN network is designed specifically for 3D image registration. Utilizing a U-shaped network architecture, VMambaMorph computes the deformation field based on target and source volumes. The VMamba-based block with 2D cross-scan module is redesigned for 3D volumetric feature processing. To overcome the complex motion and structure on multi-modality images, we further propose a fine-tune recursive registration framework. We validate VMambaMorph using a public benchmark brain MR-CT registration dataset, comparing its performance against current state-of-the-art methods. The results indicate that VMambaMorph achieves competitive registration quality. The code for VMambaMorph with all baseline methods is available on GitHub.

📄 PDF Abstract BibTeX arXiv:2404.05105

Code (1)

ziyangwang007/vmambamorph 공식 구현 pytorch

Tasks

Image Registration

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

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

Deformable Registration of Brain MR Images via a Hybrid Loss

2021-10-28 · Luyi Han, Haoran Dou, Yunzhi Huang, Pew-Thian Yap

Unsupervised learning strategy is widely adopted by the deformable registration models due to the lack of ground truth of deformation fields. These models typically depend on the intensity-based similarity loss to obtain…

ContraReg: Contrastive Learning of Multi-modality Unsupervised Deformable Image Registration

2022-06-27 · Neel Dey, Jo Schlemper, Seyed Sadegh Mohseni Salehi, Bo Zhou 외

Establishing voxelwise semantic correspondence across distinct imaging modalities is a foundational yet formidable computer vision task. Current multi-modality registration techniques maximize hand-crafted inter-domain s…

Contrastive LearningImage RegistrationRepresentation LearningSemantic correspondence

MambaMorph: a Mamba-based Framework for Medical MR-CT Deformable Registration

2024-01-25 · Tao Guo, Yinuo Wang, Shihao Shu, Diansheng Chen 외

Capturing voxel-wise spatial correspondence across distinct modalities is crucial for medical image analysis. However, current registration approaches are not practical enough in terms of registration accuracy and clinic…

Computed Tomography (CT)Image RegistrationLong-range modelingMamba+2

Surrogate Supervision for Robust and Generalizable Deformable Image Registration

2025-09-11 · Yihao Liu, Junyu Chen, Lianrui Zuo, Shuwen Wei 외 arxiv

Objective: Deep learning-based deformable image registration has achieved strong accuracy, but remains sensitive to variations in input image characteristics such as artifacts, field-of-view mismatch, or modality differe…

Medical Image Registration