paper-with-me

Papers

Accelerating MCMC via Parallel Predictive Prefetching

2014-03-28 · Elaine Angelino, Eddie Kohler, Amos Waterland, Margo Seltzer, Ryan P. Adams

We present a general framework for accelerating a large class of widely used Markov chain Monte Carlo (MCMC) algorithms. Our approach exploits fast, iterative approximations to the target density to speculatively evaluate many potential future steps of the chain in parallel. The approach can accelerate computation of the target distribution of a Bayesian inference problem, without compromising exactness, by exploiting subsets of data. It takes advantage of whatever parallel resources are available, but produces results exactly equivalent to standard serial execution. In the initial burn-in phase of chain evaluation, it achieves speedup over serial evaluation that is close to linear in the number of available cores.

📄 PDF Abstract BibTeX arXiv:1403.7265

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Non-convex Learning via Replica Exchange Stochastic Gradient MCMC

2020-08-12 · ICML 2020 1 · Wei Deng, Qi Feng, Liyao Gao, Faming Liang 외

Replica exchange Monte Carlo (reMC), also known as parallel tempering, is an important technique for accelerating the convergence of the conventional Markov Chain Monte Carlo (MCMC) algorithms. However, such a method req…

Image Classification

ProactivePIM: Accelerating Weight-Sharing Embedding Layer with PIM for Scalable Recommendation System

2024-02-06 · Youngsuk Kim, Junghwan Lim, Hyuk-Jae Lee, Chae Eun Rhee

The model size growth of personalized recommendation systems poses new challenges for inference. Weight-sharing algorithms have been proposed for size reduction, but they increase memory access. Recent advancements in pr…

CPURecommendation Systems

Orthogonal parallel MCMC methods for sampling and optimization

2015-07-30 · L. Martino, V. Elvira, D. Luengo, J. Corander 외

Monte Carlo (MC) methods are widely used for Bayesian inference and optimization in statistics, signal processing and machine learning. A well-known class of MC methods are Markov Chain Monte Carlo (MCMC) algorithms. In …

Bayesian Inference

Personalized Predictive ASR for Latency Reduction in Voice Assistants

2023-05-23 · Andreas Schwarz, Di He, Maarten Van Segbroeck, Mohammed Hethnawi 외

Streaming Automatic Speech Recognition (ASR) in voice assistants can utilize prefetching to partially hide the latency of response generation. Prefetching involves passing a preliminary ASR hypothesis to downstream syste…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Response Generationspeech-recognition+1

Denoising MCMC for Accelerating Diffusion-Based Generative Models

2022-09-29 · Beomsu Kim, Jong Chul Ye

Diffusion models are powerful generative models that simulate the reverse of diffusion processes using score functions to synthesize data from noise. The sampling process of diffusion models can be interpreted as solving…

DenoisingImage Generation