paper-with-me

홈 › Papers

Graph Matching via Multiplicative Update Algorithm

2017-12-01 · NeurIPS 2017 12 · Bo Jiang, Jin Tang, Chris Ding, Yihong Gong, Bin Luo

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

Fast Algorithms for Directed Graph Partitioning Using Flows and Reweighted Eigenvalues

2023-06-15 · Lap Chi Lau, Kam Chuen Tung, Robert Wang

We consider a new semidefinite programming relaxation for directed edge expansion, which is obtained by adding triangle inequalities to the reweighted eigenvalue formulation. Applying the matrix multiplicative weight upd…

graph partitioning

Solving Combinatorial Games using Products, Projections and Lexicographically Optimal Bases

2016-03-01 · Swati Gupta, Michel Goemans, Patrick Jaillet

In order to find Nash-equilibria for two-player zero-sum games where each player plays combinatorial objects like spanning trees, matchings etc, we consider two online learning algorithms: the online mirror descent (OMD)…

Learning in Position-Aware Multinomial Logit Bandits: From Multiplicative to General Position Effects

2026-05-17 · Xi Chen, Shibo Dai, Jiameng Lyu, Yuan Zhou arxiv

We study the dynamic joint assortment selection and positioning problem, where the attraction of each product depends on both its intrinsic appeal and its display position under a Multinomial Logit (MNL) choice framework…

Learning Gaussian Graphical Models via Multiplicative Weights

2020-02-20 · Anamay Chaturvedi, Jonathan Scarlett

Graphical model selection in Markov random fields is a fundamental problem in statistics and machine learning. Two particularly prominent models, the Ising model and Gaussian model, have largely developed in parallel usi…

Model Selection

Exponentiated Gradient Meets Gradient Descent

2019-02-05 · Udaya Ghai, Elad Hazan, Yoram Singer

The (stochastic) gradient descent and the multiplicative update method are probably the most popular algorithms in machine learning. We introduce and study a new regularization which provides a unification of the additiv…