CLAP: Concave Linear APproximation for Quadratic Graph Matching
Yongqing Liang, Huijun Han, Xin Li

TL;DR
This paper introduces CLAP, a novel linear approximation method for quadratic graph matching that leverages a concave model and Sinkhorn algorithm, achieving state-of-the-art accuracy and efficiency in visual data correspondence tasks.
Contribution
The paper presents a new linear, concave model for quadratic graph matching using positive semi-definite approximation, enabling faster solutions with the Sinkhorn algorithm.
Findings
Achieves state-of-the-art performance on PascalVOC benchmark.
Significantly improves computational efficiency over existing methods.
Demonstrates robustness and stability in feature correspondence tasks.
Abstract
Solving point-wise feature correspondence in visual data is a fundamental problem in computer vision. A powerful model that addresses this challenge is to formulate it as graph matching, which entails solving a Quadratic Assignment Problem (QAP) with node-wise and edge-wise constraints. However, solving such a QAP can be both expensive and difficult due to numerous local extreme points. In this work, we introduce a novel linear model and solver designed to accelerate the computation of graph matching. Specifically, we employ a positive semi-definite matrix approximation to establish the structural attribute constraint.We then transform the original QAP into a linear model that is concave for maximization. This model can subsequently be solved using the Sinkhorn optimal transport algorithm, known for its enhanced efficiency and numerical stability compared to existing approaches.…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Bayesian Modeling and Causal Inference
