AMatFormer: Efficient Feature Matching via Anchor Matching Transformer
Bo Jiang, Shuxian Luo, Xiao Wang, Chuanfu Li, Jin Tang

TL;DR
AMatFormer introduces an efficient transformer-based feature matching method that uses anchor features to reduce redundancy and computational cost, improving matching accuracy across various benchmarks.
Contribution
The paper proposes a novel anchor-based attention mechanism in a transformer framework for feature matching, enhancing efficiency and robustness over existing methods.
Findings
Outperforms previous methods on multiple benchmarks
Reduces computational cost significantly
Achieves higher matching accuracy
Abstract
Learning based feature matching methods have been commonly studied in recent years. The core issue for learning feature matching is to how to learn (1) discriminative representations for feature points (or regions) within each intra-image and (2) consensus representations for feature points across inter-images. Recently, self- and cross-attention models have been exploited to address this issue. However, in many scenes, features are coming with large-scale, redundant and outliers contaminated. Previous self-/cross-attention models generally conduct message passing on all primal features which thus lead to redundant learning and high computational cost. To mitigate limitations, inspired by recent seed matching methods, in this paper, we propose a novel efficient Anchor Matching Transformer (AMatFormer) for the feature matching problem. AMatFormer has two main aspects: First, it mainly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Image Retrieval and Classification Techniques
MethodsAttention Is All You Need · Layer Normalization · Byte Pair Encoding · Softmax · Label Smoothing · Dropout · Residual Connection · Linear Layer · Absolute Position Encodings · Multi-Head Attention
