Unsupervised Echocardiography Registration through Patch-based MLPs and
Transformers
- URL: http://arxiv.org/abs/2211.11687v1
- Date: Mon, 21 Nov 2022 17:59:04 GMT
- Title: Unsupervised Echocardiography Registration through Patch-based MLPs and
Transformers
- Authors: Zihao Wang, Yingyu Yang, Maxime Sermesant, Herve Delingette
- Abstract summary: This work introduces three patch-based frameworks for image registration using transformers and patches.
We demonstrate comparable and even better registration performance than a popular CNN registration model.
- Score: 6.330832343516528
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Image registration is an essential but challenging task in medical image
computing, especially for echocardiography, where the anatomical structures are
relatively noisy compared to other imaging modalities. Traditional
(non-learning) registration approaches rely on the iterative optimization of a
similarity metric which is usually costly in time complexity. In recent years,
convolutional neural network (CNN) based image registration methods have shown
good effectiveness. In the meantime, recent studies show that the
attention-based model (e.g., Transformer) can bring superior performance in
pattern recognition tasks. In contrast, whether the superior performance of the
Transformer comes from the long-winded architecture or is attributed to the use
of patches for dividing the inputs is unclear yet. This work introduces three
patch-based frameworks for image registration using MLPs and transformers. We
provide experiments on 2D-echocardiography registration to answer the former
question partially and provide a benchmark solution. Our results on a large
public 2D echocardiography dataset show that the patch-based MLP/Transformer
model can be effectively used for unsupervised echocardiography registration.
They demonstrate comparable and even better registration performance than a
popular CNN registration model. In particular, patch-based models better
preserve volume changes in terms of Jacobian determinants, thus generating
robust registration fields with less unrealistic deformation. Our results
demonstrate that patch-based learning methods, whether with attention or not,
can perform high-performance unsupervised registration tasks with adequate time
and space complexity. Our codes are available
https://gitlab.inria.fr/epione/mlp\_transformer\_registration
Related papers
- Progressive Retinal Image Registration via Global and Local Deformable Transformations [49.032894312826244]
We propose a hybrid registration framework called HybridRetina.
We use a keypoint detector and a deformation network called GAMorph to estimate the global transformation and local deformable transformation.
Experiments on two widely-used datasets, FIRE and FLoRI21, show that our proposed HybridRetina significantly outperforms some state-of-the-art methods.
arXiv Detail & Related papers (2024-09-02T08:43:50Z) - Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration [12.011187308375318]
We propose a correlation-aware registration network (CorrMLP) for deformable medical image registration.
Our CorrMLP introduces a correlation-aware multi-window block in a novel coarse-to-fine registration architecture.
Our experiments with seven public medical datasets show that our CorrMLP outperforms state-of-the-art deformable registration methods.
arXiv Detail & Related papers (2024-05-31T18:25:23Z) - GSMorph: Gradient Surgery for cine-MRI Cardiac Deformable Registration [62.41725951450803]
Learning-based deformable registration relies on weighted objective functions trading off registration accuracy and smoothness of the field.
We construct a registration model based on the gradient surgery mechanism, named GSMorph, to achieve a hyper parameter-free balance on multiple losses.
Our method is model-agnostic and can be merged into any deep registration network without introducing extra parameters or slowing down inference.
arXiv Detail & Related papers (2023-06-26T13:32:09Z) - Anatomy-aware and acquisition-agnostic joint registration with SynthMorph [6.017634371712142]
Affine image registration is a cornerstone of medical image analysis.
Deep-learning (DL) methods learn a function that maps an image pair to an output transform.
Most affine methods are agnostic to the anatomy the user wishes to align, meaning the registration will be inaccurate if algorithms consider all structures in the image.
We address these shortcomings with SynthMorph, a fast, symmetric, diffeomorphic, and easy-to-use DL tool for joint affine-deformable registration of any brain image.
arXiv Detail & Related papers (2023-01-26T18:59:33Z) - Attentive Symmetric Autoencoder for Brain MRI Segmentation [56.02577247523737]
We propose a novel Attentive Symmetric Auto-encoder based on Vision Transformer (ViT) for 3D brain MRI segmentation tasks.
In the pre-training stage, the proposed auto-encoder pays more attention to reconstruct the informative patches according to the gradient metrics.
Experimental results show that our proposed attentive symmetric auto-encoder outperforms the state-of-the-art self-supervised learning methods and medical image segmentation models.
arXiv Detail & Related papers (2022-09-19T09:43:19Z) - Adapting the Mean Teacher for keypoint-based lung registration under
geometric domain shifts [75.51482952586773]
deep neural networks generally require plenty of labeled training data and are vulnerable to domain shifts between training and test data.
We present a novel approach to geometric domain adaptation for image registration, adapting a model from a labeled source to an unlabeled target domain.
Our method consistently improves on the baseline model by 50%/47% while even matching the accuracy of models trained on target data.
arXiv Detail & Related papers (2022-07-01T12:16:42Z) - A Deep Discontinuity-Preserving Image Registration Network [73.03885837923599]
Most deep learning-based registration methods assume that the desired deformation fields are globally smooth and continuous.
We propose a weakly-supervised Deep Discontinuity-preserving Image Registration network (DDIR) to obtain better registration performance and realistic deformation fields.
We demonstrate that our method achieves significant improvements in registration accuracy and predicts more realistic deformations, in registration experiments on cardiac magnetic resonance (MR) images.
arXiv Detail & Related papers (2021-07-09T13:35:59Z) - CAR-Net: Unsupervised Co-Attention Guided Registration Network for Joint
Registration and Structure Learning [73.03885837923599]
We propose a novel deep learning network, Co-Attention guided Registration Network (CAR-Net)
CAR-Net employs a co-attention block to learn a new representation of the inputs, which drives the registration of the fixed and moving images.
Experiments on UK Biobank cardiac cine-magnetic resonance image data demonstrate that CAR-Net obtains higher registration accuracy and smoother deformation fields than state-of-the-art unsupervised registration methods.
arXiv Detail & Related papers (2021-06-11T23:25:49Z) - A low-rank representation for unsupervised registration of medical
images [10.499611180329804]
We propose a novel approach based on a low-rank representation, i.e., Regnet-LRR, to tackle the problem of noisy data registration scenarios.
We show that the low-rank representation can boost the ability and robustness of models as well as bring significant improvements in noisy data registration scenarios.
arXiv Detail & Related papers (2021-05-20T07:04:10Z) - Attention for Image Registration (AiR): an unsupervised Transformer
approach [7.443843354775884]
We introduce an attention mechanism in the deformable image registration problem.
Our proposed approach is based on a Transformer framework called AiR, which can be efficiently trained on GPGPU devices.
The method learns an unsupervised generated deformation map and is tested on two benchmark datasets.
arXiv Detail & Related papers (2021-05-05T18:49:32Z) - Test-Time Training for Deformable Multi-Scale Image Registration [15.523457398508263]
Deep learning-based registration approaches such as VoxelMorph have been emerging and achieve competitive performance.
We construct a test-time training for deep deformable image registration to improve the generalization ability of conventional learning-based registration model.
arXiv Detail & Related papers (2021-03-25T03:22:59Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.