Adaptively Transforming Graph Matching
Fudong Wang, Nan Xue, Yipeng Zhang, Xiang Bai, Gui-Song, Xia

TL;DR
This paper introduces an adaptive graph matching method that reduces computational complexity and improves accuracy by transforming graphs through a functional representation, enabling efficient matching of large graphs.
Contribution
The novel ATGM method employs a transformation-based approach with a linear map, significantly lowering space and time complexity while handling large graphs effectively.
Findings
Outperforms state-of-the-art graph matching algorithms
Handles graphs with hundreds to thousands of nodes efficiently
Uses a domain adaptation strategy to remove outliers
Abstract
Recently, many graph matching methods that incorporate pairwise constraint and that can be formulated as a quadratic assignment problem (QAP) have been proposed. Although these methods demonstrate promising results for the graph matching problem, they have high complexity in space or time. In this paper, we introduce an adaptively transforming graph matching (ATGM) method from the perspective of functional representation. More precisely, under a transformation formulation, we aim to match two graphs by minimizing the discrepancy between the original graph and the transformed graph. With a linear representation map of the transformation, the pairwise edge attributes of graphs are explicitly represented by unary node attributes, which enables us to reduce the space and time complexity significantly. Due to an efficient Frank-Wolfe method-based optimization strategy, we can handle graphs…
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 · Data Management and Algorithms
