Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

63126189252 · Jun 202019922001200920182026
48 results for message-passing inference

Proposes a new algorithm for efficient probabilistic inference.

problem Efficient probabilistic inference in deep models with graphical structures.
method Structured inference networks and variational message-passing algorithm.
result Enables fast and efficient natural-gradient inference for deep structured models.

Agent uses message passing to optimize robot navigation, balancing exploration and exploitation.

problem Optimizing robot navigation in continuous-valued spaces with uncertainty.
method Autoregressive active inference agent using message passing on a factor graph.
result Agent modulates action based on predictive uncertainty, leading to better model of dynamics.

The paper analyzes the convergence rates of smooth message passing algorithms in entropy-regularized MAP inference.

problem Finding the most likely configuration in graphical models with combinatorial optimization.
method Entropy-regularized linear programming relaxations and smooth message passing algorithms.
result The number of iterations sufficient to recover the true integral MAP solution is determined.

New algorithms accelerate MAP inference in Markov fields with faster convergence.

problem Finding the most likely configuration in discrete-valued Markov random fields.
method Entropy-regularized linear programming with accelerated gradient methods.
result Accelerated algorithms find optimal solutions faster, especially when the LP is tight.

Efficient method for resampling problems using vector approximate message passing.

problem Computational demand in resampling techniques for statistical inference and ensemble learning.
method Combination of replica method from statistical physics and vector approximate message passing from information theory.
result Fast convergence and high approximation accuracy for variable selection problems.

AIF improves physical AI agents' performance in dynamic environments.

problem Physical AI agents are less capable than biological agents in open-ended real-world environments.
method Developed from probability theory, Bayesian machine learning, variational inference, and Active Inference (AIF), grounded in the Free Energy Principle.
result AIF minimizes variational free energy and is well-suited to physical constraints.

This work analyzes mini-batch inference limits and introduces Mini-AMP for clustering.

problem Analyzing information-theoretic limits of mini-batch inference in statistical learning.
method Detailed analysis of Mini-AMP for generalized linear models and low-rank matrix factorization.
result Characterization of optimal performance and phase transitions for mini-batch inference.

Bayesian method improves online NARMAX model identification.

problem Online identification of nonlinear systems with small sample sizes and low noise.
method Variational Bayesian inference using message passing algorithm for polynomial NARMAX models.
result Variational Bayesian estimator outperforms recursive and offline least-squares methods.

Active sampling algorithm improves accuracy of inferred scores from pairwise comparisons.

problem Inference of accurate scores from time-consuming pairwise comparisons.
method Approximate message passing and expected information gain maximization.
result ASAP offers the highest accuracy of inferred scores compared to existing methods.

Chance-constrained ActInf allows for small violations of constraints to drive goal-directed behavior.

problem Goal-directed behavior constrained by prior beliefs.
method Introducing chance constraints to ActInf, allowing for small violations of constraints.
result Chance-constrained ActInf allows for a trade-off between robust control and chance constraint violation.

The Duffing oscillator's parameters are identified online using variational message passing.

problem Estimating parameters of a nonlinear Duffing oscillator in real-time.
method Variational message passing on a factor graph of the Duffing oscillator's generative model.
result The online inference procedure performs as well as offline methods.

Paper proposes efficient methods for forecasting with large datasets.

problem Forecasting with large, high-dimensional economic data sets.
method Bayesian hierarchical priors, factor graphs, message passing algorithms, Generalized Approximate Message Passing (GAMP).
result The proposed methods outperform traditional approaches in forecasting U.S. price inflation.

These are notes from the lecture of Devavrat Shah given at the autumn school "Statistical Physics, Optimization, Inference, and Message-Passing Algorithms", that took place in Les Houches, France from Monday September 30th, 2013, till Friday October 11th, 2013. The school was organized by Florent Krzakala from UPMC & E…

2014-09-17abs ↗pdf ↗

Paper tackles structure learning with trade-off between accuracy and communication cost.

problem Recovering graph of data dependency among nodes with message-passing cost.
method Formalizes trade-off in optimization problem, proposes ASYNC-MAP and SYNC-MAP algorithms.
result Learning algorithms balance accuracy and cost, with theoretical and empirical validation.

Boolean matrix factorization and Boolean matrix completion from noisy observations are desirable unsupervised data-analysis methods due to their interpretability, but hard to perform due to their NP-hardness. We treat these problems as maximum a posteriori inference problems in a graphical model and present a message p…

2015-09-28abs ↗pdf ↗

Convex message passing algorithms converge to a fixed point.

problem Understanding convergence properties of convex message passing methods.
method Proving convergence of coordinate descent applied to piecewise-affine convex objectives, and showing this applies to various message passing methods.
result The iterates converge to a fixed point of the method, and the algorithm terminates in a known number of iterations.

A new algorithm combines SVGD with local kernels for efficient inference in continuous graph models.

problem Efficient inference in high-dimensional continuous graphical models.
method Stein variational gradient descent extended with local kernels.
result Local kernels improve approximation and enable distributed inference.

This paper introduces a new approach to active inference using constrained Bethe Free Energy.

problem Tackling the limitations of existing epistemic behavior models in active inference.
method Introducing a constrained Bethe Free Energy (CBFE) perspective to optimize epistemic behavior in generative models.
result CBFE optimization leads to more robust and flexible epistemic behavior compared to existing methods.

ES-MLP combines Graph-MLP with edge splitting for node classification on both homophilic and heterophilic graphs.

problem Node classification on graphs with mixed homophilic and heterophilic properties.
method Combines Graph-MLP with edge splitting mechanism from ES-GNN to learn two adjacency matrices based on relevant and irrelevant feature pairs.
result ES-MLP achieves performance comparable to homophilic and heterophilic models without using edges during inference.

A new optimization scheme tackles convex objectives with non-separable penalties.

problem Optimizing convex objectives with non-separable penalties.
method Expectation-consistent approximation and vector approximate message-passing (VAMP) algorithm.
result Faster convergence compared to state-of-the-art approaches in tasks like classification and reconstruction.

While loopy belief propagation (LBP) performs reasonably well for inference in some Gaussian graphical models with cycles, its performance is unsatisfactory for many others. In particular for some models LBP does not converge, and in general when it does converge, the computed variances are incorrect (except for cycle-…

2011-05-10abs ↗pdf ↗

MP-SVGD improves SVGD's performance in high-dimensional Bayesian inference.

problem Particles tend to collapse to modes in SVGD, especially in high dimensions.
method MP-SVGD converts high-dimensional inference into local problems over Markov blankets.
result MP-SVGD prevents vanishing repulsive force in high-dimensional space.

Adapts BP-based algorithms for deep learning, improving performance and accuracy.

problem Training deep neural networks with discrete weights and activations.
method Message-passing algorithms based on Belief Propagation, with reinforcement field.
result Comparable performance to SGD-inspired heuristics (BinaryNet) and higher accuracy in predictions.

BayesPy is an open-source Python software package for performing variational Bayesian inference. It is based on the variational message passing framework and supports conjugate exponential family models. By removing the tedious task of implementing the variational Bayesian update equations, the user can construct model…

2014-10-03abs ↗pdf ↗