Joint Graph Learning and Matching for Semantic Feature Correspondence
He Liu, Tao Wang, Yidong Li, Congyan Lang, Yi Jin, Haibin Ling

TL;DR
This paper introduces GLAM, a novel attention-based joint graph learning and matching network that automatically discovers reliable graph structures to significantly improve semantic feature matching performance.
Contribution
GLAM employs a pure attention framework with self- and cross-attention mechanisms for joint graph learning and matching, eliminating reliance on heuristically generated graph patterns.
Findings
Outperforms state-of-the-art methods on Pascal VOC, Willow Object, and SPair-71k benchmarks.
Learnt graph patterns enhance existing deep graph matching methods.
Achieves significant margin improvements across all evaluated benchmarks.
Abstract
In recent years, powered by the learned discriminative representation via graph neural network (GNN) models, deep graph matching methods have made great progresses in the task of matching semantic features. However, these methods usually rely on heuristically generated graph patterns, which may introduce unreliable relationships to hurt the matching performance. In this paper, we propose a joint \emph{graph learning and matching} network, named GLAM, to explore reliable graph structures for boosting graph matching. GLAM adopts a pure attention-based framework for both graph learning and graph matching. Specifically, it employs two types of attention mechanisms, self-attention and cross-attention for the task. The self-attention discovers the relationships between features and to further update feature representations over the learnt structures; and the cross-attention computes…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Topic Modeling
MethodsGraph Neural Network
