paper-with-me

홈 › Papers

Random Graph Matching with Improved Noise Robustness

2021-01-28 · Cheng Mao, Mark Rudelson, Konstantin Tikhomirov

Graph matching, also known as network alignment, refers to finding a bijection between the vertex sets of two given graphs so as to maximally align their edges. This fundamental computational problem arises frequently in multiple fields such as computer vision and biology. Recently, there has been a plethora of work studying efficient algorithms for graph matching under probabilistic models. In this work, we propose a new algorithm for graph matching: Our algorithm associates each vertex with a signature vector using a multistage procedure and then matches a pair of vertices from the two graphs if their signature vectors are close to each other. We show that, for two Erd\H{o}s--R\'enyi graphs with edge correlation $1-\alpha$, our algorithm recovers the underlying matching exactly with high probability when $\alpha \le 1 / (\log \log n)^C$, where $n$ is the number of vertices in each graph and $C$ denotes a positive universal constant. This improves the condition $\alpha \le 1 / (\log n)^C$ achieved in previous work.

📄 PDF Abstract BibTeX arXiv:2101.11783

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

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

Matching and mixing: Matchability of graphs under Markovian error

2026-01-27 · Zhirui Li, Keith D. Levin, Zhiang Zhao, Vince Lyzinski arxiv

We consider the problem of graph matching for a sequence of graphs generated under a time-dependent Markov chain noise model. Our edgelighter error model, a variant of the classical lamplighter random walk, iteratively c…

Graph Matching

Expansion of Visual Hints for Improved Generalization in Stereo Matching

2022-11-01 · Andrea Pilzer, Yuxin Hou, Niki Loppi, Arno Solin 외

We introduce visual hints expansion for guiding stereo matching to improve generalization. Our work is motivated by the robustness of Visual Inertial Odometry (VIO) in computer vision and robotics, where a sparse and une…

Stereo MatchingVisual Odometry

Perfect Recovery for Random Geometric Graph Matching with Shallow Graph Neural Networks

2024-02-12 · Suqi Liu, Morgane Austern

We study the graph matching problem in the presence of vertex feature information using shallow graph neural networks. Specifically, given two graphs that are independent perturbations of a single random geometric graph …

Graph MatchingGraph Neural Network

Ensemble Quadratic Assignment Network for Graph Matching

2024-03-11 · Haoru Tan, Chuang Wang, Sitong Wu, Xu-Yao Zhang 외

Graph matching is a commonly used technique in computer vision and pattern recognition. Recent data-driven approaches have improved the graph matching accuracy remarkably, whereas some traditional algorithm-based methods…

3D Shape ClassificationGPUGraph MatchingGraph Neural Network