paper-with-me

Papers

Electrostatics-based particle sampling and approximate inference

2024-06-28 · Yongchao Huang

A new particle-based sampling and approximate inference method, based on electrostatics and Newton mechanics principles, is introduced with theoretical ground, algorithm design and experimental validation. This method simulates an interacting particle system (IPS) where particles, i.e. the freely-moving negative charges and spatially-fixed positive charges with magnitudes proportional to the target distribution, interact with each other via attraction and repulsion induced by the resulting electric fields described by Poisson's equation. The IPS evolves towards a steady-state where the distribution of negative charges conforms to the target distribution. This physics-inspired method offers deterministic, gradient-free sampling and inference, achieving comparable performance as other particle-based and MCMC methods in benchmark tasks of inferring complex densities, Bayesian logistic regression and dynamical system identification. A discrete-time, discrete-space algorithmic design, readily extendable to continuous time and space, is provided for usage in more general inference problems occurring in probabilistic machine learning scenarios such as Bayesian inference, generative modelling, and beyond.

📄 PDF Abstract BibTeX arXiv:2406.20044

Code (1)

yongchaohuang/eparvi 공식 구현

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Variational Inference via Smoothed Particle Hydrodynamics

2024-07-12 · Yongchao Huang

A new variational inference method, SPH-ParVI, based on smoothed particle hydrodynamics (SPH), is proposed for sampling partially known densities (e.g. up to a constant) or sampling using gradients. SPH-ParVI simulates t…

Bayesian InferenceVariational Inference

Multiplicative Gaussian Particle Filter

2020-02-29 · Xuan Su, Wee Sun Lee, Zhen Zhang

We propose a new sampling-based approach for approximate inference in filtering problems. Instead of approximating conditional distributions with a finite set of states, as done in particle filters, our approach approxim…

Variational Inference Using Material Point Method

2024-07-26 · Yongchao Huang

A new gradient-based particle sampling method, MPM-ParVI, based on material point method (MPM), is proposed for variational inference. MPM-ParVI simulates the deformation of a deformable body (e.g. a solid or fluid) unde…

Bayesian InferenceVariational Inference

Parameter elimination in particle Gibbs sampling

2019-10-30 · NeurIPS 2019 12 · Anna Wigren, Riccardo Sven Risuleo, Lawrence Murray, Fredrik Lindsten

Bayesian inference in state-space models is challenging due to high-dimensional state trajectories. A viable approach is particle Markov chain Monte Carlo, combining MCMC and sequential Monte Carlo to form "exact approxi…

Bayesian InferenceEpidemiologyProbabilistic ProgrammingState Space Models

De-Sequentialized Monte Carlo: a parallel-in-time particle smoother

2022-02-04 · Adrien Corenflos, Nicolas Chopin, Simo Särkkä

Particle smoothers are SMC (Sequential Monte Carlo) algorithms designed to approximate the joint distribution of the states given observations from a state-space model. We propose dSMC (de-Sequentialized Monte Carlo), a …