Auto-regressive transformation for image alignment
Kanggeon Lee, Soochahn Lee, Kyoung Mu Lee
TL;DR
Auto-Regressive Transformation (ART) tackles robust image alignment under challenging conditions such as feature sparsity, extreme scale differences, and large deformations by performing coarse-to-fine, auto-regressive refinement of per-pixel transformations. It fuses multi-scale pyramid features with a cross-attention layer to guide refinement toward relevant regions and introduces stochastic point supervision to learn from diverse samples. ART demonstrates state-of-the-art performance across retinal and planar benchmarks, outperforming feature-based, intensity-based, and iterative refinement methods, and shows robustness to initialization and domain shifts. The approach offers flexible inference by adjusting the number of refinement steps and holds practical promise for applications in medical imaging, remote sensing, and scene analysis where reliable alignment is essential.
Abstract
Existing methods for image alignment struggle in cases involving feature-sparse regions, extreme scale and field-of-view differences, and large deformations, often resulting in suboptimal accuracy. Robustness to these challenges improves through iterative refinement of the transformation field while focusing on critical regions in multi-scale image representations. We thus propose Auto-Regressive Transformation (ART), a novel method that iteratively estimates the coarse-to-fine transformations within an auto-regressive framework. Leveraging hierarchical multi-scale features, our network refines the transformations using randomly sampled points at each scale. By incorporating guidance from the cross-attention layer, the model focuses on critical regions, ensuring accurate alignment even in challenging, feature-limited conditions. Extensive experiments across diverse datasets demonstrate that ART significantly outperforms state-of-the-art methods, establishing it as a powerful new method for precise image alignment with broad applicability.
