Stochastic Iterative Graph Matching
Linfeng Liu, Michael C. Hughes, Soha Hassoun, Li-Ping Liu

TL;DR
This paper introduces SIGMA, a stochastic iterative model for graph matching that explores a distribution of matchings, refines results incrementally, and outperforms existing methods across various datasets.
Contribution
The paper presents a novel stochastic, iterative graph matching model with dummy nodes, improving accuracy and scalability over prior approaches.
Findings
SIGMA outperforms state-of-the-art models on multiple datasets.
Each component (stochastic training, iterative matching, dummy nodes) improves performance.
The model is scalable and effective for synthetic, biochemistry, and computer vision tasks.
Abstract
Recent works leveraging Graph Neural Networks to approach graph matching tasks have shown promising results. Recent progress in learning discrete distributions poses new opportunities for learning graph matching models. In this work, we propose a new model, Stochastic Iterative Graph MAtching (SIGMA), to address the graph matching problem. Our model defines a distribution of matchings for a graph pair so the model can explore a wide range of possible matchings. We further introduce a novel multi-step matching procedure, which learns how to refine a graph pair's matching results incrementally. The model also includes dummy nodes so that the model does not have to find matchings for nodes without correspondence. We fit this model to data via scalable stochastic optimization. We conduct extensive experiments across synthetic graph datasets as well as biochemistry and computer vision…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bayesian Modeling and Causal Inference
