paper-with-me

Papers

EfficientMorph: Parameter-Efficient Transformer-Based Architecture for 3D Image Registration

2024-03-16 · Abu Zahid Bin Aziz, Mokshagna Sai Teja Karanam, Tushar Kataria, Shireen Y. Elhabian

Transformers have emerged as the state-of-the-art architecture in medical image registration, outperforming convolutional neural networks (CNNs) by addressing their limited receptive fields and overcoming gradient instability in deeper models. Despite their success, transformer-based models require substantial resources for training, including data, memory, and computational power, which may restrict their applicability for end users with limited resources. In particular, existing transformer-based 3D image registration architectures face two critical gaps that challenge their efficiency and effectiveness. Firstly, although window-based attention mechanisms reduce the quadratic complexity of full attention by focusing on local regions, they often struggle to effectively integrate both local and global information. Secondly, the granularity of tokenization, a crucial factor in registration accuracy, presents a performance trade-off: smaller voxel-size tokens enhance detail capture but come with increased computational complexity, higher memory usage, and a greater risk of overfitting. We present \name, a transformer-based architecture for unsupervised 3D image registration that balances local and global attention in 3D volumes through a plane-based attention mechanism and employs a Hi-Res tokenization strategy with merging operations, thus capturing finer details without compromising computational efficiency. Notably, \name sets a new benchmark for performance on the OASIS dataset with 16-27x fewer parameters. https://github.com/MedVIC-Lab/Efficient_Morph_Registration

📄 PDF Abstract BibTeX arXiv:2403.11026

Code (1)

medvic-lab/efficient_morph_registration 공식 구현 pytorch

Tasks

Computational EfficiencyImage RegistrationMedical Image Registration

Methods 이 논문이 사용한 방법론

Attention 설명 없음
OASIS OASIS is a GAN-based model to translate semantic label maps into realistic-looking images. The model builds on preceding work such as…
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}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

TransMorph: Transformer for unsupervised medical image registration

2021-11-19 · Junyu Chen, Eric C. Frey, Yufan He, William P. Segars 외

In the last decade, convolutional neural networks (ConvNets) have been a major focus of research in medical image analysis. However, the performances of ConvNets may be limited by a lack of explicit consideration of the …

Image RegistrationMedical Image AnalysisMedical Image Registration

U-Net vs Transformer: Is U-Net Outdated in Medical Image Registration?

2022-08-07 · Xi Jia, Joseph Bartlett, Tianyang Zhang, Wenqi Lu 외

Due to their extreme long-range modeling capability, vision transformer-based networks have become increasingly popular in deformable image registration. We believe, however, that the receptive field of a 5-layer convolu…

Image RegistrationLong-range modelingMedical Image Registration

Symmetric Transformer-based Network for Unsupervised Image Registration

2022-04-28 · Mingrui Ma, Lei Song, Yuanbo Xu, Guixia Liu

Medical image registration is a fundamental and critical task in medical image analysis. With the rapid development of deep learning, convolutional neural networks (CNN) have dominated the medical image registration fiel…

DecoderImage RegistrationMedical Image AnalysisMedical Image Registration+1

A lightweight residual network for unsupervised deformable image registration

2024-06-14 · Ahsan Raza Siyal, Astrid Ellen Grams, Markus Haltmeier

Accurate volumetric image registration is highly relevant for clinical routines and computer-aided medical diagnosis. Recently, researchers have begun to use transformers in learning-based methods for medical image regis…

Image RegistrationMedical DiagnosisMedical Image Registration

Spatially-varying Regularization with Conditional Transformer for Unsupervised Image Registration

2023-03-10 · Junyu Chen, Yihao Liu, Yufan He, Yong Du

In the past, optimization-based registration models have used spatially-varying regularization to account for deformation variations in different image regions. However, deep learning-based registration models have mostl…

Image RegistrationUnsupervised Image Registration