Graph Matching via Multiplicative Update Algorithm

Abstract

As a fundamental problem in computer vision, graph matching problem can usually be formulated as a Quadratic Programming (QP) problem with doubly stochastic and discrete (integer) constraints. Since it is NP-hard, approximate algorithms are required. In this paper, we present a new algorithm, called Multiplicative Update Graph Matching (MPGM), that develops a multiplicative update technique to solve the QP matching problem. MPGM has three main benefits: (1) theoretically, MPGM solves the general QP problem with doubly stochastic constraint naturally whose convergence and KKT optimality are guaranteed. (2) Em- pirically, MPGM generally returns a sparse solution and thus can also incorporate the discrete constraint approximately. (3) It is efficient and simple to implement. Experimental results show the benefits of MPGM algorithm.

Cite

Text

Jiang et al. "Graph Matching via Multiplicative Update Algorithm." Neural Information Processing Systems, 2017.

Markdown

[Jiang et al. "Graph Matching via Multiplicative Update Algorithm." Neural Information Processing Systems, 2017.](https://mlanthology.org/neurips/2017/jiang2017neurips-graph/)

BibTeX

@inproceedings{jiang2017neurips-graph,
  title     = {{Graph Matching via Multiplicative Update Algorithm}},
  author    = {Jiang, Bo and Tang, Jin and Ding, Chris and Gong, Yihong and Luo, Bin},
  booktitle = {Neural Information Processing Systems},
  year      = {2017},
  pages     = {3187-3195},
  url       = {https://mlanthology.org/neurips/2017/jiang2017neurips-graph/}
}