# MAP Inference via L2-Sphere Linear Program Reformulation

**Authors:** Baoyuan Wu, Li Shen, Tong Zhang, Bernard Ghanem

arXiv: 1905.03433 · 2020-01-22

## TL;DR

This paper introduces a novel reformulation of MAP inference called LS-LP, which incorporates an L2-sphere constraint into LP relaxation, enabling exact solutions with a convergent ADMM algorithm, and demonstrates competitive results on benchmark datasets.

## Contribution

The paper proposes LS-LP, a continuous reformulation of MAP inference with an L2-sphere constraint, and develops a perturbed ADMM algorithm with proven convergence to solve it.

## Key findings

- LS-LP is equivalent to the original MAP inference problem.
- The perturbed ADMM algorithm converges globally to an epsilon-KKT point.
- Experimental results show competitive performance on benchmark datasets.

## Abstract

Maximum a posteriori (MAP) inference is an important task for graphical models. Due to complex dependencies among variables in realistic model, finding an exact solution for MAP inference is often intractable. Thus, many approximation methods have been developed, among which the linear programming (LP) relaxation based methods show promising performance. However, one major drawback of LP relaxation is that it is possible to give fractional solutions. Instead of presenting a tighter relaxation, in this work we propose a continuous but equivalent reformulation of the original MAP inference problem, called LS-LP. We add the L2-sphere constraint onto the original LP relaxation, leading to an intersected space with the local marginal polytope that is equivalent to the space of all valid integer label configurations. Thus, LS-LP is equivalent to the original MAP inference problem. We propose a perturbed alternating direction method of multipliers (ADMM) algorithm to optimize the LS-LP problem, by adding a sufficiently small perturbation epsilon onto the objective function and constraints. We prove that the perturbed ADMM algorithm globally converges to the epsilon-Karush-Kuhn-Tucker (epsilon-KKT) point of the LS-LP problem. The convergence rate will also be analyzed. Experiments on several benchmark datasets from Probabilistic Inference Challenge (PIC 2011) and OpenGM 2 show competitive performance of our proposed method against state-of-the-art MAP inference methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.03433/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1905.03433/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1905.03433/full.md

---
Source: https://tomesphere.com/paper/1905.03433