CVOct 26, 2025

FastJAM: a Fast Joint Alignment Model for Images

arXiv:2510.22842v2h-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses the need for faster and more efficient image alignment for researchers and practitioners in computer vision, though it is incremental as it builds on existing graph-based and matching techniques.

The paper tackles the problem of joint alignment of images, which is computationally expensive, by introducing FastJAM, a graph-based method that reduces computation time from hours or minutes to seconds while achieving better alignment quality than existing methods.

Joint Alignment (JA) of images aims to align a collection of images into a unified coordinate frame, such that semantically-similar features appear at corresponding spatial locations. Most existing approaches often require long training times, large-capacity models, and extensive hyperparameter tuning. We introduce FastJAM, a rapid, graph-based method that drastically reduces the computational complexity of joint alignment tasks. FastJAM leverages pairwise matches computed by an off-the-shelf image matcher, together with a rapid nonparametric clustering, to construct a graph representing intra- and inter-image keypoint relations. A graph neural network propagates and aggregates these correspondences, efficiently predicting per-image homography parameters via image-level pooling. Utilizing an inverse-compositional loss, that eliminates the need for a regularization term over the predicted transformations (and thus also obviates the hyperparameter tuning associated with such terms), FastJAM performs image JA quickly and effectively. Experimental results on several benchmarks demonstrate that FastJAM achieves results better than existing modern JA methods in terms of alignment quality, while reducing computation time from hours or minutes to mere seconds. Our code is available at our project webpage, https://bgu-cs-vil.github.io/FastJAM/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes