CVOct 27, 2024

UTSRMorph: A Unified Transformer and Superresolution Network for Unsupervised Medical Image Registration

arXiv:2410.20348v118 citationsh-index: 11Has CodeIEEE Transactions on Medical Imaging
Originality Incremental advance
AI Analysis

This work addresses medical image registration, a key issue in medical image analysis, by improving accuracy for applications like brain MR and MR-CT alignment, though it appears incremental as it builds on existing ConvNet and Transformer approaches.

The paper tackles the problem of medical image registration by proposing UTSRMorph, a novel unsupervised method that combines Transformer and superresolution techniques to enhance feature representation and generate detailed displacement fields. The method achieves relatively better performance compared to state-of-the-art methods on 3D brain MR and MR-CT datasets, with qualitative and quantitative results supporting this claim.

Complicated image registration is a key issue in medical image analysis, and deep learning-based methods have achieved better results than traditional methods. The methods include ConvNet-based and Transformer-based methods. Although ConvNets can effectively utilize local information to reduce redundancy via small neighborhood convolution, the limited receptive field results in the inability to capture global dependencies. Transformers can establish long-distance dependencies via a self-attention mechanism; however, the intense calculation of the relationships among all tokens leads to high redundancy. We propose a novel unsupervised image registration method named the unified Transformer and superresolution (UTSRMorph) network, which can enhance feature representation learning in the encoder and generate detailed displacement fields in the decoder to overcome these problems. We first propose a fusion attention block to integrate the advantages of ConvNets and Transformers, which inserts a ConvNet-based channel attention module into a multihead self-attention module. The overlapping attention block, a novel cross-attention method, uses overlapping windows to obtain abundant correlations with match information of a pair of images. Then, the blocks are flexibly stacked into a new powerful encoder. The decoder generation process of a high-resolution deformation displacement field from low-resolution features is considered as a superresolution process. Specifically, the superresolution module was employed to replace interpolation upsampling, which can overcome feature degradation. UTSRMorph was compared to state-of-the-art registration methods in the 3D brain MR (OASIS, IXI) and MR-CT datasets. The qualitative and quantitative results indicate that UTSRMorph achieves relatively better performance. The code and datasets are publicly available at https://github.com/Runshi-Zhang/UTSRMorph.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes