A Functional Representation for Graph Matching
Fu-Dong Wang, Gui-Song Xia, Nan Xue, Yipeng Zhang and, Marcello Pelillo

TL;DR
This paper introduces a functional representation approach for graph matching that reduces computational complexity and improves geometric insight, enabling more efficient and accurate node correspondence estimation under various deformations.
Contribution
The paper proposes a novel functional representation for graph matching that simplifies the problem and enhances geometric interpretation, outperforming existing methods in efficiency and accuracy.
Findings
Reduces space complexity by two orders of magnitude.
Achieves state-of-the-art performance on synthetic and real datasets.
Provides a unified framework for rigid and nonrigid graph deformations.
Abstract
Graph matching is an important and persistent problem in computer vision and pattern recognition for finding node-to-node correspondence between graph-structured data. However, as widely used, graph matching that incorporates pairwise constraints can be formulated as a quadratic assignment problem (QAP), which is NP-complete and results in intrinsic computational difficulties. In this paper, we present a functional representation for graph matching (FRGM) that aims to provide more geometric insights on the problem and reduce the space and time complexities of corresponding algorithms. To achieve these goals, we represent a graph endowed with edge attributes by a linear function space equipped with a functional such as inner product or metric, that has an explicit geometric meaning. Consequently, the correspondence between graphs can be represented as a linear representation map of that…
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 · Data Management and Algorithms · Advanced Graph Neural Networks
