paper-with-me

Papers

Message Passing and Combinatorial Optimization

2015-08-20 · Siamak Ravanbakhsh

Graphical models use the intuitive and well-studied methods of graph theory to implicitly represent dependencies between variables in large systems. They can model the global behaviour of a complex system by specifying only local factors. This thesis studies inference in discrete graphical models from an algebraic perspective and the ways inference can be used to express and approximate NP-hard combinatorial problems. We investigate the complexity and reducibility of various inference problems, in part by organizing them in an inference hierarchy. We then investigate tractable approximations for a subset of these problems using distributive law in the form of message passing. The quality of the resulting message passing procedure, called Belief Propagation (BP), depends on the influence of loops in the graphical model. We contribute to three classes of approximations that improve BP for loopy graphs A) loop correction techniques; B) survey propagation, another message passing technique that surpasses BP in some settings; and C) hybrid methods that interpolate between deterministic message passing and Markov Chain Monte Carlo inference. We then review the existing message passing solutions and provide novel graphical models and inference techniques for combinatorial problems under three broad classes: A) constraint satisfaction problems such as satisfiability, coloring, packing, set / clique-cover and dominating / independent set and their optimization counterparts; B) clustering problems such as hierarchical clustering, K-median, K-clustering, K-center and modularity optimization; C) problems over permutations including assignment, graph morphisms and alignment, finding symmetries and traveling salesman problem. In many cases we show that message passing is able to find solutions that are either near optimal or favourably compare with today's state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1508.05013

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCombinatorial OptimizationTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Max-Product Belief Propagation for Linear Programming: Applications to Combinatorial Optimization

2014-12-16 · Sejun Park, Jinwoo Shin

The max-product {belief propagation} (BP) is a popular message-passing heuristic for approximating a maximum-a-posteriori (MAP) assignment in a joint distribution represented by a graphical model (GM). In the past years,…

Combinatorial Optimization

Link Prediction with Untrained Message Passing Layers

2024-06-24 · Lisi Qarkaxhija, Anatol E. Wegner, Ingo Scholtes

Message passing neural networks (MPNNs) operate on graphs by exchanging information between neigbouring nodes. MPNNs have been successfully applied to various node-, edge-, and graph-level tasks in areas like molecular s…

Combinatorial OptimizationLink PredictionPrediction

RELS-DQN: A Robust and Efficient Local Search Framework for Combinatorial Optimization

2023-04-11 · Yuanhang Shao, Tonmoy Dey, Nikola Vuckovic, Luke Van Popering 외

Combinatorial optimization (CO) aims to efficiently find the best solution to NP-hard problems ranging from statistical physics to social media marketing. A wide range of CO applications can benefit from local search met…

Combinatorial OptimizationMarketingQ-Learning

Convergence Rates of Smooth Message Passing with Rounding in Entropy-Regularized MAP Inference

2019-07-02 · Jonathan N. Lee, Aldo Pacchiano, Michael. I. Jordan

Maximum a posteriori (MAP) inference is a fundamental computational paradigm for statistical inference. In the setting of graphical models, MAP inference entails solving a combinatorial optimization problem to find the m…

Combinatorial Optimization

Augmentative Message Passing for Traveling Salesman Problem and Graph Partitioning

2014-06-04 · NeurIPS 2014 12 · Siamak Ravanbakhsh, Reihaneh Rabbany, Russell Greiner

The cutting plane method is an augmentative constrained optimization procedure that is often used with continuous-domain optimization techniques such as linear and convex programs. We investigate the viability of a simil…

graph partitioningTraveling Salesman Problem