Distributed Anytime MAP Inference
Joop van de Ven, Fabio Ramos

TL;DR
This paper introduces a distributed anytime algorithm for MAP inference in graphical models, leveraging linear programming relaxation and Dantzig-Wolfe decomposition to efficiently handle large-scale problems with improved solution quality.
Contribution
It presents a novel distributed algorithm that solves MAP inference via linear programming and decomposition, enabling scalability and better solutions than existing methods.
Findings
Outperforms current algorithms in solution quality
Scales effectively to large problems
Guarantees convergence to the optimal solution
Abstract
We present a distributed anytime algorithm for performing MAP inference in graphical models. The problem is formulated as a linear programming relaxation over the edges of a graph. The resulting program has a constraint structure that allows application of the Dantzig-Wolfe decomposition principle. Subprograms are defined over individual edges and can be computed in a distributed manner. This accommodates solutions to graphs whose state space does not fit in memory. The decomposition master program is guaranteed to compute the optimal solution in a finite number of iterations, while the solution converges monotonically with each iteration. Formulating the MAP inference problem as a linear program allows additional (global) constraints to be defined; something not possible with message passing algorithms. Experimental results show that our algorithm's solution quality outperforms most…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Data Management and Algorithms · Data Mining Algorithms and Applications
