# Encoder-Only Image Registration

**Authors:** Xiang Chen, Renjiu Hu, Jinwei Zhang, Yuxi Zhang, Xinyao Yu, Min Liu, Yaonan Wang, Hang Zhang

arXiv: 2509.00451 · 2026-01-16

## TL;DR

This paper introduces EOIR, an encoder-only neural network framework for deformable image registration that balances accuracy, efficiency, and smoothness by separating feature learning from flow estimation.

## Contribution

The paper proposes the Encoder-Only Image Registration (EOIR) framework, utilizing a simple ConvNet architecture to improve registration accuracy and efficiency for large deformations.

## Key findings

- EOIR achieves superior accuracy-efficiency trade-offs across multiple datasets.
- EOIR provides better smoothness and efficiency with comparable accuracy.
- The approach effectively handles large deformations in medical images.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00451/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00451/full.md

## References

93 references — full list in the complete paper: https://tomesphere.com/paper/2509.00451/full.md

---
Source: https://tomesphere.com/paper/2509.00451