Papers › Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration

Correlation-aware Coarse-to-fine MLPs for Deformable Medical Image Registration

31 May 2024CVPR 2024 1arXiv:2406.00123archive 2025-07-28

Mingyuan Meng, Dagan Feng, Lei Bi, Jinman Kim

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 registration and are lacking the consideration of inductive bias crucial for medical registration tasks. In this study, we propose the first correlation-aware MLP-based registration network (CorrMLP) for deformable medical image registration. Our CorrMLP introduces a correlation-aware multi-window MLP block in a novel coarse-to-fine registration architecture, which captures fine-grained multi-range dependence to perform correlation-aware coarse-to-fine registration. Extensive experiments with seven public medical datasets show that our CorrMLP outperforms state-of-the-art deformable registration methods.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.00123")

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mungomeng/registration-corrmlp officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
12ran
3unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MungoMeng/Registration-CorrMLP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CALayer MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 1338567f626e4e9b · report
Conv_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · ac14dc05bdac886a · report
Conv_encoder MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 5443c3d9bb0d3749 · report
Correlation MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 644f45655c36ca6c · report
MultiWinMlpLayer MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · c20f9a008b17ff5d · report
PatchExpanding_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 16fd6254a857092d · report
RCAB MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · dccdffeacb9cbed0 · report
RegHead_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 8256ecbfd54ec39b · report
ResizeTransformer_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · e7054306da0ddd41 · report
SpatialGatingUnit MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 4e8b02328d857b4b · report
SpatialTransformer_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran GPL-3.0 (copyleft) · pointer only · 5e273b1a7ee779b2 · report
WinGmlpLayer MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · bb4fabca9f4ac19d · report
split_images MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 825f3b3a2c98c7c1 · report
unsplit_images MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · 05cd515e1434bb29 · report
CMWMLP_block MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository unverified GPL-3.0 (copyleft) · pointer only · 3274712001f5af52 · report
CorrMLP MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository unverified GPL-3.0 (copyleft) · pointer only · 4eef2b1bdbe6188d · report
MLP_decoder MungoMeng/Registration-CorrMLP/CorrMLP/networks.py official repository unverified GPL-3.0 (copyleft) · pointer only · ed65c14576fb901f · report

Tasks

Deformable Medical Image RegistrationImage RegistrationInductive BiasMedical Image AnalysisMedical Image Registration

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections