paper-with-me

Papers

Alternating Direction Graph Matching

2016-11-22 · CVPR 2017 7 · D. Khuê Lê-Huu, Nikos Paragios

In this paper, we introduce a graph matching method that can account for constraints of arbitrary order, with arbitrary potential functions. Unlike previous decomposition approaches that rely on the graph structures, we introduce a decomposition of the matching constraints. Graph matching is then reformulated as a non-convex non-separable optimization problem that can be split into smaller and much-easier-to-solve subproblems, by means of the alternating direction method of multipliers. The proposed framework is modular, scalable, and can be instantiated into different variants. Two instantiations are studied exploring pairwise and higher-order constraints. Experimental results on widely adopted benchmarks involving synthetic and real examples demonstrate that the proposed solutions outperform existing pairwise graph matching methods, and competitive with the state of the art in higher-order settings.

📄 PDF Abstract BibTeX arXiv:1611.07583

Code (2)

netw0rkf10w/adgm
netw0rkf10w/pyADGM

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation using Regularized Hyper-graph Matching

2018-05-22 · Debasmit Das, C. S. George Lee

Domain adaptation (DA) addresses the real-world image classification problem of discrepancy between training (source) and testing (target) data distributions. We propose an unsupervised DA method that considers the prese…

Domain AdaptationGraph Matchingimage-classificationImage Classification+2

Partial Gromov-Wasserstein Learning for Partial Graph Matching

2020-12-02 · Weijie Liu, Chao Zhang, Jiahao Xie, Zebang Shen 외

Graph matching finds the correspondence of nodes across two graphs and is a basic task in graph-based machine learning. Numerous existing methods match every node in one graph to one node in the other graph whereas two g…

Graph Matching

Scalable Adversarial Attack on Graph Neural Networks with Alternating Direction Method of Multipliers

2020-09-22 · Boyuan Feng, yuke wang, Xu Li, Yufei Ding

Graph neural networks (GNNs) have achieved high performance in analyzing graph-structured data and have been widely deployed in safety-critical areas, such as finance and autonomous driving. However, only a few works hav…

Adversarial AttackAutonomous Driving

Alternating minimization algorithms for graph regularized tensor completion

2020-08-28 · Yu Guan, Shuyu Dong, Bin Gao, P. -A. Absil 외

We consider a Canonical Polyadic (CP) decomposition approach to low-rank tensor completion (LRTC) by incorporating external pairwise similarity relations through graph Laplacian regularization on the CP factor matrices. …

Fast Stochastic Alternating Direction Method of Multipliers

2013-08-16 · Leon Wenliang Zhong, James T. Kwok

In this paper, we propose a new stochastic alternating direction method of multipliers (ADMM) algorithm, which incrementally approximates the full gradient in the linearized ADMM formulation. Besides having a low per-ite…