English

Maximum Persistency via Iterative Relaxed Inference with Graphical Models

Computer Vision and Pattern Recognition 2017-02-06 v3 Data Structures and Algorithms

Abstract

We consider the NP-hard problem of MAP-inference for undirected discrete graphical models. We propose a polynomial time and practically efficient algorithm for finding a part of its optimal solution. Specifically, our algorithm marks some labels of the considered graphical model either as (i) optimal, meaning that they belong to all optimal solutions of the inference problem; (ii) non-optimal if they provably do not belong to any solution. With access to an exact solver of a linear programming relaxation to the MAP-inference problem, our algorithm marks the maximal possible (in a specified sense) number of labels. We also present a version of the algorithm, which has access to a suboptimal dual solver only and still can ensure the (non-)optimality for the marked labels, although the overall number of the marked labels may decrease. We propose an efficient implementation, which runs in time comparable to a single run of a suboptimal dual solver. Our method is well-scalable and shows state-of-the-art results on computational benchmarks from machine learning and computer vision.

Keywords

Cite

@article{arxiv.1508.07902,
  title  = {Maximum Persistency via Iterative Relaxed Inference with Graphical Models},
  author = {Alexander Shekhovtsov and Paul Swoboda and Bogdan Savchynskyy},
  journal= {arXiv preprint arXiv:1508.07902},
  year   = {2017}
}

Comments

Reworked version, submitted to PAMI

R2 v1 2026-06-22T10:45:26.438Z