Deep Probabilistic Graph Matching
He Liu, Tao Wang, Yidong Li, Congyan Lang, Songhe Feng, and Haibin, Ling

TL;DR
This paper introduces a deep learning framework for graph matching that directly solves the quadratic assignment problem without relaxing constraints, leading to improved accuracy across multiple benchmarks.
Contribution
It proposes a novel affinity-assignment prediction network combined with a probabilistic, iterative solver that enforces matching constraints without relaxation.
Findings
Outperforms previous methods on Pascal VOC, Willow Object, and SPair-71k benchmarks.
Effectively enforces one-to-one matching constraints.
Achieves state-of-the-art accuracy in graph matching tasks.
Abstract
Most previous learning-based graph matching algorithms solve the \textit{quadratic assignment problem} (QAP) by dropping one or more of the matching constraints and adopting a relaxed assignment solver to obtain sub-optimal correspondences. Such relaxation may actually weaken the original graph matching problem, and in turn hurt the matching performance. In this paper we propose a deep learning-based graph matching framework that works for the original QAP without compromising on the matching constraints. In particular, we design an affinity-assignment prediction network to jointly learn the pairwise affinity and estimate the node assignments, and we then develop a differentiable solver inspired by the probabilistic perspective of the pairwise affinities. Aiming to obtain better matching results, the probabilistic solver refines the estimated assignments in an iterative manner to impose…
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 Graph Neural Networks · Graph Theory and Algorithms · Machine Learning and Algorithms
