paper-with-me

Papers

Large-Scale Stochastic Sampling from the Probability Simplex

2018-06-19 · NeurIPS 2018 12 · Jack Baker, Paul Fearnhead, Emily B. Fox, Christopher Nemeth

Stochastic gradient Markov chain Monte Carlo (SGMCMC) has become a popular method for scalable Bayesian inference. These methods are based on sampling a discrete-time approximation to a continuous time process, such as the Langevin diffusion. When applied to distributions defined on a constrained space the time-discretization error can dominate when we are near the boundary of the space. We demonstrate that because of this, current SGMCMC methods for the simplex struggle with sparse simplex spaces; when many of the components are close to zero. Unfortunately, many popular large-scale Bayesian models, such as network or topic models, require inference on sparse simplex spaces. To avoid the biases caused by this discretization error, we propose the stochastic Cox-Ingersoll-Ross process (SCIR), which removes all discretization error and we prove that samples from the SCIR process are asymptotically unbiased. We discuss how this idea can be extended to target other constrained spaces. Use of the SCIR process within a SGMCMC algorithm is shown to give substantially better performance for a topic model and a Dirichlet process mixture model than existing SGMCMC approaches.

📄 PDF Abstract BibTeX arXiv:1806.07137

Code (1)

jbaker92/scir 공식 구현

Tasks

Bayesian InferenceTopic Models

Similar Papers 제목 키워드 기반

Stochastic Gradient Riemannian Langevin Dynamics on the Probability Simplex

2013-12-01 · NeurIPS 2013 12 · Sam Patterson, Yee Whye Teh

In this paper we investigate the use of Langevin Monte Carlo methods on the probability simplex and propose a new method, Stochastic gradient Riemannian Langevin dynamics, which is simple to implement and can be applied …

Diffusion on the Probability Simplex

2023-09-05 · Griffin Floto, Thorsteinn Jonsson, Mihai Nica, Scott Sanner 외

Diffusion models learn to reverse the progressive noising of a data distribution to create a generative model. However, the desired continuous nature of the noising process can be at odds with discrete data. To deal with…

Image Generation

Simplex-to-Euclidean Bijections for Categorical Flow Matching

2025-10-31 · Bernardo Williams, Victor M. Yeom-Song, Marcelo Hartmann, Arto Klami arxiv

We propose a method for learning and sampling from probability distributions supported on the simplex. Our approach maps the open simplex to Euclidean space via smooth bijections, leveraging the Aitchison geometry to def…

Decoding as Optimisation on the Probability Simplex: From Top-K to Top-P (Nucleus) to Best-of-K Samplers

2026-02-20 · Xiaotong Ji, Rasul Tutunov, Matthieu Zimmer, Haitham Bou-Ammar arxiv

Decoding sits between a language model and everything we do with it, yet it is still treated as a heuristic knob-tuning exercise. We argue decoding should be understood as a principled optimisation layer: at each token, …

SimpleX: A Simple and Strong Baseline for Collaborative Filtering

2021-09-26 · Kelong Mao, Jieming Zhu, Jinpeng Wang, Quanyu Dai 외

Collaborative filtering (CF) is a widely studied research topic in recommender systems. The learning of a CF model generally depends on three major components, namely interaction encoder, loss function, and negative samp…

Collaborative FilteringRecommendation Systems