paper-with-me

Papers

Deep Graph Matching Consensus

2020-01-27 · ICLR 2020 1 · Matthias Fey, Jan E. Lenssen, Christopher Morris, Jonathan Masci, Nils M. Kriege

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.

📄 PDF Abstract BibTeX arXiv:2001.09621

Code (2)

rusty1s/deep-graph-matching-consensus 공식 구현 pytorch
snap-stanford/neural-subgraph-learning-gnn pytorch

Tasks

Entity AlignmentGraph MatchingGraph Neural NetworkKnowledge GraphsRe-Ranking

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Consensus-Aware Visual-Semantic Embedding for Image-Text Matching

2020-07-17 · ECCV 2020 8 · Haoran Wang, Ying Zhang, Zhong Ji, Yanwei Pang 외

Image-text matching plays a central role in bridging vision and language. Most existing approaches only rely on the image-text instance pair to learn their representations, thereby exploiting their matching relationships…

Image CaptioningImage-text matchingRetrievalText Matching+1

GAMnet: Robust Feature Matching via Graph Adversarial-Matching Network

2021-10-17 · MM 2021 10 · Bo Jiang, Pengfei Sun, Ziyan Zhang, Jin Tang 외

Recently, deep graph matching (GM) methods have gained increasing attention. These methods integrate graph nodes¡¯s embedding, node/edges¡¯s affinity learning and final correspondence solver together in an end-to-end man…

Graph Matching

Uncertainty-aware Efficient Subgraph Isomorphism using Graph Topology

2022-09-15 · Arpan Kusari, Wenbo Sun

Subgraph isomorphism or subgraph matching is generally considered as an NP-complete problem, made more complex in practical applications where the edge weights take real values and are subject to measurement noise and po…

Computational Efficiency

Model-free Consensus Maximization for Non-Rigid Shapes

2018-07-05 · ECCV 2018 9 · Thomas Probst, Ajad Chhatkuli, Danda Pani Paudel, Luc van Gool

Many computer vision methods use consensus maximization to relate measurements containing outliers with the correct transformation model. In the context of rigid shapes, this is typically done using Random Sampling and C…

model

SHaPE: A Novel Graph Theoretic Algorithm for Making Consensus-Based Decisions in Person Re-Identification Systems

2017-10-01 · ICCV 2017 10 · Arko Barman, Shishir K. Shah

Person re-identification is a challenge in video-based surveillance where the goal is to identify the same person in different camera views. In recent years, many algorithms have been proposed that approach this problem …

Person Re-Identification