Advancing Deformable Medical Image Registration with Multi-axis Cross-covariance Attention
Mingyuan Meng, Michael Fulham, Lei Bi, and Jinman Kim

TL;DR
This paper introduces MAXCA, a multi-axis cross-covariance attention transformer block that efficiently captures both global and local dependencies in high-resolution medical images, significantly improving deformable image registration accuracy.
Contribution
The paper proposes a novel MAXCA transformer block that enhances deformable registration by capturing multi-scale dependencies, outperforming existing methods.
Findings
Achieves state-of-the-art registration performance on multiple datasets.
Effectively captures both global and local image features.
Reduces computational complexity compared to traditional self-attention.
Abstract
Deformable image registration is a fundamental requirement for medical image analysis. Recently, transformers have been widely used in deep learning-based registration methods for their ability to capture long-range dependency via self-attention (SA). However, the high computation and memory loads of SA (growing quadratically with the spatial resolution) hinder transformers from processing subtle textural information in high-resolution image features, e.g., at the full and half image resolutions. This limits deformable registration as the high-resolution textural information is crucial for finding precise pixel-wise correspondence between subtle anatomical structures. Cross-covariance Attention (XCA), as a "transposed" version of SA that operates across feature channels, has complexity growing linearly with the spatial resolution, providing the feasibility of capturing long-range…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Image Retrieval and Classification Techniques · Medical Imaging and Analysis
MethodsSoftmax · Attention Is All You Need · Cross-Covariance Attention
