English

Encoder-Only Image Registration

Computer Vision and Pattern Recognition 2026-01-16 v3

Abstract

Learning-based techniques have significantly improved the accuracy and speed of deformable image registration. However, challenges such as reducing computational complexity and handling large deformations persist. To address these challenges, we analyze how convolutional neural networks (ConvNets) influence registration performance using the Horn-Schunck optical flow equation. Supported by prior studies and our empirical experiments, we observe that ConvNets play two key roles in registration: linearizing local intensities and harmonizing global contrast variations. Based on these insights, we propose the Encoder-Only Image Registration (EOIR) framework, designed to achieve a better accuracy-efficiency trade-off. EOIR separates feature learning from flow estimation, employing only a 3-layer ConvNet for feature extraction and a set of 3-layer flow estimators to construct a Laplacian feature pyramid, progressively composing diffeomorphic deformations under a large-deformation model. Results on five datasets across different modalities and anatomical regions demonstrate EOIR's effectiveness, achieving superior accuracy-efficiency and accuracy-smoothness trade-offs. With comparable accuracy, EOIR provides better efficiency and smoothness, and vice versa. The source code of EOIR is publicly available on https://github.com/XiangChen1994/EOIR.

Keywords

Cite

@article{arxiv.2509.00451,
  title  = {Encoder-Only Image Registration},
  author = {Xiang Chen and Renjiu Hu and Jinwei Zhang and Yuxi Zhang and Xinyao Yu and Min Liu and Yaonan Wang and Hang Zhang},
  journal= {arXiv preprint arXiv:2509.00451},
  year   = {2026}
}

Comments

accepted by IEEE Transactions on Circuits and Systems for Video Technology

R2 v1 2026-07-01T05:13:25.834Z