Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration
Mingyuan Meng, Dagan Feng, Lei Bi, and Jinman Kim

TL;DR
This paper introduces CorrMLP, a novel correlation-aware MLP-based network for deformable medical image registration, effectively capturing fine-grained long-range dependencies at full resolution, outperforming existing methods.
Contribution
It presents the first correlation-aware MLP architecture with a multi-window design for coarse-to-fine registration in medical images, addressing the limitations of transformers and CNNs.
Findings
Outperforms state-of-the-art registration methods on seven datasets.
Efficiently captures fine-grained long-range dependencies.
Enables dense pixel correspondence at full image resolution.
Abstract
Deformable image registration is a fundamental step for medical image analysis. Recently, transformers have been used for registration and outperformed Convolutional Neural Networks (CNNs). Transformers can capture long-range dependence among image features, which have been shown beneficial for registration. However, due to the high computation/memory loads of self-attention, transformers are typically used at downsampled feature resolutions and cannot capture fine-grained long-range dependence at the full image resolution. This limits deformable registration as it necessitates precise dense correspondence between each image pixel. Multi-layer Perceptrons (MLPs) without self-attention are efficient in computation/memory usage, enabling the feasibility of capturing fine-grained long-range dependence at full resolution. Nevertheless, MLPs have not been extensively explored for image…
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 · Brain Tumor Detection and Classification · Medical Imaging Techniques and Applications
