CVAug 30, 2022

ASpanFormer: Detector-Free Image Matching with Adaptive Span Transformer

arXiv:2208.14201v1287 citationsh-index: 35
Originality Incremental advance
AI Analysis

This addresses the fundamental task of image matching for applications like 3D reconstruction, with incremental improvements in adaptive attention mechanisms.

The paper tackled the problem of generating robust correspondences across images by proposing ASpanFormer, a detector-free matcher that adaptively adjusts attention spans, achieving state-of-the-art accuracy on multiple benchmarks.

Generating robust and reliable correspondences across images is a fundamental task for a diversity of applications. To capture context at both global and local granularity, we propose ASpanFormer, a Transformer-based detector-free matcher that is built on hierarchical attention structure, adopting a novel attention operation which is capable of adjusting attention span in a self-adaptive manner. To achieve this goal, first, flow maps are regressed in each cross attention phase to locate the center of search region. Next, a sampling grid is generated around the center, whose size, instead of being empirically configured as fixed, is adaptively computed from a pixel uncertainty estimated along with the flow map. Finally, attention is computed across two images within derived regions, referred to as attention span. By these means, we are able to not only maintain long-range dependencies, but also enable fine-grained attention among pixels of high relevance that compensates essential locality and piece-wise smoothness in matching tasks. State-of-the-art accuracy on a wide range of evaluation benchmarks validates the strong matching capability of our method.

Code Implementations1 repo
Foundations

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

Your Notes