paper-with-me

Papers

Neural Graph Matching Network: Learning Lawler's Quadratic Assignment Problem with Extension to Hypergraph and Multiple-graph Matching

2019-11-26 · Runzhong Wang, Junchi Yan, Xiaokang Yang

Graph matching involves combinatorial optimization based on edge-to-edge affinity matrix, which can be generally formulated as Lawler's Quadratic Assignment Problem (QAP). This paper presents a QAP network directly learning with the affinity matrix (equivalently the association graph) whereby the matching problem is translated into a constrained vertex classification task. The association graph is learned by an embedding network for vertex classification, followed by Sinkhorn normalization and a cross-entropy loss for end-to-end learning. We further improve the embedding model on association graph by introducing Sinkhorn based matching-aware constraint, as well as dummy nodes to deal with unequal sizes of graphs. To our best knowledge, this is one of the first network to directly learn with the general Lawler's QAP. In contrast, recent deep matching methods focus on the learning of node/edge features in two graphs respectively. We also show how to extend our network to hypergraph matching, and matching of multiple graphs. Experimental results on both synthetic graphs and real-world images show its effectiveness. For pure QAP tasks on synthetic data and QAPLIB benchmark, our method can perform competitively and even surpass state-of-the-art graph matching and QAP solvers with notable less time cost. We provide a project homepage at http://thinklab.sjtu.edu.cn/project/NGM/index.html.

📄 PDF Abstract BibTeX arXiv:1911.11308

Code (1)

Thinklab-SJTU/ThinkMatch 공식 구현 pytorch

Tasks

Combinatorial OptimizationGeneral ClassificationGraph MatchingHypergraph Matching

Similar Papers 제목 키워드 기반

Generalizing Graph Matching beyond Quadratic Assignment Model

2018-12-01 · NeurIPS 2018 12 · Tianshu Yu, Junchi Yan, Yilin Wang, Wei Liu 외

Graph matching has received persistent attention over decades, which can be formulated as a quadratic assignment problem (QAP). We show that a large family of functions, which we define as Separable Functions, can approx…

Graph Matchingmodel

KerGM: Kernelized Graph Matching

2019-11-25 · NeurIPS 2019 12 · Zhen Zhang, Yijian Xiang, Lingfei Wu, Bing Xue 외

Graph matching plays a central role in such fields as computer vision, pattern recognition, and bioinformatics. Graph matching problems can be cast as two types of quadratic assignment problems (QAPs): Koopmans-Beckmann'…

Graph Matching

Deep Probabilistic Graph Matching

2022-01-05 · He Liu, Tao Wang, Yidong Li, Congyan Lang 외

Most previous learning-based graph matching algorithms solve the \textit{quadratic assignment problem} (QAP) by dropping one or more of the matching constraints and adopting a relaxed assignment solver to obtain sub-opti…

Graph Matching

Revocable Deep Reinforcement Learning with Affinity Regularization for Outlier-Robust Graph Matching

2020-12-16 · Chang Liu, Zetian Jiang, Runzhong Wang, Junchi Yan 외

Graph matching (GM) has been a building block in various areas including computer vision and pattern recognition. Despite recent impressive progress, existing deep GM methods often have obvious difficulty in handling out…

Combinatorial OptimizationDecision MakingDeep Reinforcement LearningGraph Matching+2

Spectral Graph Matching and Regularized Quadratic Relaxations I: The Gaussian Model

2019-07-20 · Zhou Fan, Cheng Mao, Yihong Wu, Jiaming Xu

Graph matching aims at finding the vertex correspondence between two unlabeled graphs that maximizes the total edge weight correlation. This amounts to solving a computationally intractable quadratic assignment problem. …

Computational EfficiencyGraph Matching