Approximate probabilistic inference algorithms are central to many fields. Examples include sequential Monte Carlo inference in robotics, variational inference in machine learning, and Markov chain Monte Carlo inference in statistics. A key problem faced by practitioners is measuring the accuracy of an approximate infe…
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.
Trend · papers per month
A new particle algorithm improves mean-field variational inference.
We review three algorithms for Latent Dirichlet Allocation (LDA). Two of them are variational inference algorithms: Variational Bayesian inference and Online Variational Bayesian inference and one is Markov Chain Monte Carlo (MCMC) algorithm -- Collapsed Gibbs sampling. We compare their time complexity and performance.…
Probabilistic inference procedures are usually coded painstakingly from scratch, for each target model and each inference algorithm. We reduce this effort by generating inference procedures from models automatically. We make this code generation modular by decomposing inference algorithms into reusable program-to-progr…
The paper reclassifies RL algorithms using inference concepts.
The paper parallelizes HMM inference for efficient long-term computations.
Graphical models use graphs to compactly capture stochastic dependencies amongst a collection of random variables. Inference over graphical models corresponds to finding marginal probability distributions given joint probability distributions. In general, this is computationally intractable, which has led to a quest fo…
Approximate inference algorithm is one of the fundamental research fields in machine learning. The two dominant theoretical inference frameworks in machine learning are variational inference (VI) and Markov chain Monte Carlo (MCMC). However, because of the fundamental limitation in the theory, it is very challenging to…
New algorithm for aggregate inference in HMMs with continuous observations.
A new algorithm estimates aggregate marginals from noisy data in an online manner.
BaMANI uses ensemble learning to improve Bayesian network inference.
Paper develops an online EM algorithm for graph signal inference from streaming data.
Study uses online bootstrap for RL inference, showing effectiveness.
Paper analyzes inclusive KL inference using Wasserstein gradient flows.
Variational inference is a scalable technique for approximate Bayesian inference. Deriving variational inference algorithms requires tedious model-specific calculations; this makes it difficult to automate. We propose an automatic variational inference algorithm, automatic differentiation variational inference (ADVI). …
New algorithms improve causal direction inference accuracy using parallel ensemble methods.
New algorithm for collective Gaussian hidden Markov models inference.
Deep learning and genetic algorithms speed up cosmological Bayesian inference.
The paper tackles fairness in data and algorithms, expanding on prior work.
Improved Bayesian inference for neuronal ensemble inference reduces computational cost.
A benchmark for simulation-based inference methods.
A new predictive coding algorithm improves machine learning performance.
Method infers dynamics from incomplete time series data.
Tree-AMP simplifies inference in complex tree-structured models.
To model modern large-scale datasets, we need efficient algorithms to infer a set of unknown model parameters from noisy measurements. What are fundamental limits on the accuracy of parameter inference, given finite signal-to-noise ratios, limited measurements, prior information, and computational tractability …
This work frames active inference through control as inference, offering robust control algorithms.
Coordinate ascent variational inference is an important algorithm for inference in probabilistic models, but it is slow because it updates only a single variable at a time. Block coordinate methods perform inference faster by updating blocks of variables in parallel. However, the speed and stability of these algorithms…
Recent efforts on combining deep models with probabilistic graphical models are promising in providing flexible models that are also easy to interpret. We propose a variational message-passing algorithm for variational inference in such models. We make three contributions. First, we propose structured inference network…
In this paper, we consider the sigmoid Gaussian Hawkes process model: the baseline intensity and triggering kernel of Hawkes process are both modeled as the sigmoid transformation of random trajectories drawn from Gaussian processes (GP). By introducing auxiliary latent random variables (branching structure, Pólya-Gamm…
An autonomous variational inference algorithm for arbitrary graphical models requires the ability to optimize variational approximations over the space of model parameters as well as over the choice of tractable families used for the variational approximation. In this paper, we present a novel combination of graph part…
Variational inference methods for latent variable statistical models have gained popularity because they are relatively fast, can handle large data sets, and have deterministic convergence guarantees. However, in practice it is unclear whether the fixed point identified by the variational inference algorithm is a local…
Two novel distributed VB algorithms improve Bayesian inference in sensor networks.
New method for inferring network topology from partial data.
DDVI uses diffusion models for variational inference, improving latent variable model performance.
Unified reinforcement learning methods using hybrid inference.
New algorithm improves CRF inference and learning.
A new algorithm infers causal networks from data using topological thresholds.
Valid inference from data and predictions.
CIfly simplifies causal inference tasks with linear-time reachability primitives.
Boosting Variational Inference improves posterior approximations with adaptive step-sizes.
Bayesian inference provides an attractive online-learning framework to analyze sequential data, and offers generalization guarantees which hold even with model mismatch and adversaries. Unfortunately, exact Bayesian inference is rarely feasible in practice and approximation methods are usually employed, but do such met…
Efficiently estimates marginal posteriors for complex simulations.
A fundamental computation for statistical inference and accurate decision-making is to compute the marginal probabilities or most probable states of task-relevant variables. Probabilistic graphical models can efficiently represent the structure of such complex data, but performing these inferences is generally difficul…
Unified approach to path planning using probabilistic inference on factor graphs.
Over the past decade there has been considerable interest in spectral algorithms for learning Predictive State Representations (PSRs). Spectral algorithms have appealing theoretical guarantees; however, the resulting models do not always perform well on inference tasks in practice. One reason for this behavior is the m…
Paper addresses regret minimization and inference in high-dimensional online decision-making.
Stochastic variational inference for collapsed models has recently been successfully applied to large scale topic modelling. In this paper, we propose a stochastic collapsed variational inference algorithm in the sequential data setting. Our algorithm is applicable to both finite hidden Markov models and hierarchical D…
In theory, Bayesian nonparametric (BNP) models are well suited to streaming data scenarios due to their ability to adapt model complexity with the observed data. Unfortunately, such benefits have not been fully realized in practice; existing inference algorithms are either not applicable to streaming applications or no…