Learning Feature Matching via Matchable Keypoint-Assisted Graph Neural Network
Zizhuo Li, Jiayi Ma

TL;DR
This paper introduces MaKeGNN, a sparse graph neural network that improves feature matching accuracy and efficiency by focusing on matchable keypoints and avoiding non-repeatable, irrelevant points.
Contribution
The paper proposes a novel GNN architecture that selectively samples and utilizes matchable keypoints, enhancing matching performance and reducing computational complexity.
Findings
Achieves state-of-the-art results in camera estimation and localization.
Reduces computational and memory costs compared to existing GNN methods.
Effectively filters out non-repeatable keypoints for more accurate feature matching.
Abstract
Accurately matching local features between a pair of images is a challenging computer vision task. Previous studies typically use attention based graph neural networks (GNNs) with fully-connected graphs over keypoints within/across images for visual and geometric information reasoning. However, in the context of feature matching, considerable keypoints are non-repeatable due to occlusion and failure of the detector, and thus irrelevant for message passing. The connectivity with non-repeatable keypoints not only introduces redundancy, resulting in limited efficiency, but also interferes with the representation aggregation process, leading to limited accuracy. Targeting towards high accuracy and efficiency, we propose MaKeGNN, a sparse attention-based GNN architecture which bypasses non-repeatable keypoints and leverages matchable ones to guide compact and meaningful message passing. More…
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 Neural Network Applications · Visual Attention and Saliency Detection · Multimodal Machine Learning Applications
