paper-with-me

Papers

An Improved Three-Weight Message-Passing Algorithm

2013-05-08 · Nate Derbinsky, José Bento, Veit Elser, Jonathan S. Yedidia

We describe how the powerful "Divide and Concur" algorithm for constraint satisfaction can be derived as a special case of a message-passing version of the Alternating Direction Method of Multipliers (ADMM) algorithm for convex optimization, and introduce an improved message-passing algorithm based on ADMM/DC by introducing three distinct weights for messages, with "certain" and "no opinion" weights, as well as the standard weight used in ADMM/DC. The "certain" messages allow our improved algorithm to implement constraint propagation as a special case, while the "no opinion" messages speed convergence for some problems by making the algorithm focus only on active constraints. We describe how our three-weight version of ADMM/DC can give greatly improved performance for non-convex problems such as circle packing and solving large Sudoku puzzles, while retaining the exact performance of ADMM for convex problems. We also describe the advantages of our algorithm compared to other message-passing algorithms based upon belief propagation.

📄 PDF Abstract BibTeX arXiv:1305.1961

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Fast and Differentiable Message Passing on Pairwise Markov Random Fields

2019-10-24 · Zhiwei Xu, Thalaiyasingam Ajanthan, Richard Hartley

Despite the availability of many Markov Random Field (MRF) optimization algorithms, their widespread usage is currently limited due to imperfect MRF modelling arising from hand-crafted model parameters and the selection …

DenoisingGPUSemantic Segmentation

Concept Graph Convolutions: Message Passing in the Concept Space

2026-04-22 · Lucie Charlotte Magister, Pietro Lio arxiv

The trust in the predictions of Graph Neural Networks is limited by their opaque reasoning process. Prior methods have tried to explain graph networks via concept-based explanations extracted from the latent representati…

Expectation Propagation in Gaussian Process Dynamical Systems: Extended Version

2012-07-12 · NeurIPS 2012 · Marc Peter Deisenroth, Shakir Mohamed

Rich and complex time-series data, such as those generated from engineering systems, financial markets, videos or neural recordings, are now a common feature of modern data analysis. Explaining the phenomena underlying t…

Time SeriesTime Series Analysis

Reactive Message Passing for Scalable Bayesian Inference

2021-12-25 · Dmitry Bagaev, Bert de Vries

We introduce Reactive Message Passing (RMP) as a framework for executing schedule-free, robust and scalable message passing-based inference in a factor graph representation of a probabilistic model. RMP is based on the r…

Bayesian InferenceState Space Models

A new look at reweighted message passing

2013-09-22 · Vladimir Kolmogorov

We propose a new family of message passing techniques for MAP estimation in graphical models which we call {\em Sequential Reweighted Message Passing} (SRMP). Special cases include well-known techniques such as {\em Min-…