LGJan 14, 2022

Training Free Graph Neural Networks for Graph Matching

arXiv:2201.05349v21.8Has Code
Originality Incremental advance
AI Analysis

This provides a fast and efficient solution for graph matching tasks, applicable across supervised, semi-supervised, and unsupervised settings, though it is incremental as it builds on existing GNN methods.

The paper tackles the problem of graph matching by proposing a training-free framework for Graph Neural Networks (GNNs), achieving comparable or better performance to fully trained models without requiring training.

We present a framework of Training Free Graph Matching (TFGM) to boost the performance of Graph Neural Networks (GNNs) based graph matching, providing a fast promising solution without training (training-free). TFGM provides four widely applicable principles for designing training-free GNNs and is generalizable to supervised, semi-supervised, and unsupervised graph matching. The keys are to handcraft the matching priors, which used to be learned by training, into GNN's architecture and discard the components inessential under the training-free setting. Further analysis shows that TFGM is a linear relaxation to the quadratic assignment formulation of graph matching and generalizes TFGM to a broad set of GNNs. Extensive experiments show that GNNs with TFGM achieve comparable (if not better) performances to their fully trained counterparts, and demonstrate TFGM's superiority in the unsupervised setting. Our code is available at https://github.com/acharkq/Training-Free-Graph-Matching.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes