Image Keypoint Matching using Graph Neural Networks
Nancy Xu, Giannis Nikolentzos, Michalis Vazirgiannis, and Henrik, Bostr\"om

TL;DR
This paper introduces a graph neural network approach for image keypoint matching that refines initial correspondences and achieves faster inference without losing accuracy on natural image datasets.
Contribution
It proposes a novel GNN-based method for image matching that improves inference speed while maintaining high accuracy compared to existing models.
Findings
Faster inference times than state-of-the-art models
Maintains high prediction accuracy
Effective on natural image datasets with keypoint annotations
Abstract
Image matching is a key component of many tasks in computer vision and its main objective is to find correspondences between features extracted from different natural images. When images are represented as graphs, image matching boils down to the problem of graph matching which has been studied intensively in the past. In recent years, graph neural networks have shown great potential in the graph matching task, and have also been applied to image matching. In this paper, we propose a graph neural network for the problem of image matching. The proposed method first generates initial soft correspondences between keypoints using localized node embeddings and then iteratively refines the initial correspondences using a series of graph neural network layers. We evaluate our method on natural image datasets with keypoint annotations and show that, in comparison to a state-of-the-art model,…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Advanced Image and Video Retrieval Techniques
MethodsGraph Neural Network
