pith. sign in

arxiv: 2001.09621 · v1 · pith:T4LA46LZnew · submitted 2020-01-27 · 💻 cs.LG · stat.ML

Deep Graph Matching Consensus

classification 💻 cs.LG stat.ML
keywords correspondencesconsensusgraphsarchitecturegraphlocalmatchingmessage
0
0 comments X
read the original abstract

This work presents a two-stage neural architecture for learning and refining structural correspondences between graphs. First, we use localized node embeddings computed by a graph neural network to obtain an initial ranking of soft correspondences between nodes. Secondly, we employ synchronous message passing networks to iteratively re-rank the soft correspondences to reach a matching consensus in local neighborhoods between graphs. We show, theoretically and empirically, that our message passing scheme computes a well-founded measure of consensus for corresponding neighborhoods, which is then used to guide the iterative re-ranking process. Our purely local and sparsity-aware architecture scales well to large, real-world inputs while still being able to recover global correspondences consistently. We demonstrate the practical effectiveness of our method on real-world tasks from the fields of computer vision and entity alignment between knowledge graphs, on which we improve upon the current state-of-the-art. Our source code is available under https://github.com/rusty1s/ deep-graph-matching-consensus.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Normalized Matching Transformer

    cs.CV 2025-03 unverdicted novelty 6.0

    Normalized Matching Transformer enforces unit-norm embeddings at every Transformer layer and trains with InfoNCE plus hyperspherical uniformity loss, reaching new state-of-the-art accuracy on PascalVOC and SPair-71k w...

  2. RCTEA: Richness-guided Co-training for Temporal Entity Alignment

    cs.IR 2026-05 unverdicted novelty 5.0

    RCTEA introduces richness-guided co-training with attention and dual-view consensus to achieve state-of-the-art temporal entity alignment on public benchmarks.