paper-with-me

Papers

Parallel and Flexible Sampling from Autoregressive Models via Langevin Dynamics

2021-05-17 · Vivek Jayaram, John Thickstun

This paper introduces an alternative approach to sampling from autoregressive models. Autoregressive models are typically sampled sequentially, according to the transition dynamics defined by the model. Instead, we propose a sampling procedure that initializes a sequence with white noise and follows a Markov chain defined by Langevin dynamics on the global log-likelihood of the sequence. This approach parallelizes the sampling process and generalizes to conditional sampling. Using an autoregressive model as a Bayesian prior, we can steer the output of a generative model using a conditional likelihood or constraints. We apply these techniques to autoregressive models in the visual and audio domains, with competitive results for audio source separation, super-resolution, and inpainting.

📄 PDF Abstract BibTeX arXiv:2105.08164

Code (1)

vivjay30/pnf-sampling 공식 구현 pytorch

Tasks

Audio Source SeparationSuper-Resolution

Similar Papers 제목 키워드 기반

Fast and Efficient Parallel Sampling Using Higher Order Langevin Dynamics

2025-10-21 · Jaideep Mahajan, Kaihong Zhang, Feng Liang, Jingbo Liu arxiv

We study parallel sampling from high-dimensional strongly log-concave distributions. Langevin-based samplers converge rapidly in continuous time, but their discretizations are typically sequential and often require polyn…

Interacting Contour Stochastic Gradient Langevin Dynamics

2022-02-20 · ICLR 2022 4 · Wei Deng, Siqi Liang, Botao Hao, Guang Lin 외

We propose an interacting contour stochastic gradient Langevin dynamics (ICSGLD) sampler, an embarrassingly parallel multiple-chain contour stochastic gradient Langevin dynamics (CSGLD) sampler with efficient interaction…

Speculative Sampling For Faster Molecular Dynamics

2026-06-01 · Arthur Kosmala, Stephan Günnemann, Meng Gao, Brandon Wood arxiv

Molecular dynamics (MD) is a key tool for simulating the dynamical behavior of atomic systems. However, MD is inherently serial, which makes it difficult to increase single-system throughput with concurrent compute. To a…

Sampling with flows, diffusion and autoregressive neural networks: A spin-glass perspective

2023-08-27 · Davide Ghio, Yatin Dandi, Florent Krzakala, Lenka Zdeborová

Recent years witnessed the development of powerful generative models based on flows, diffusion or autoregressive neural networks, achieving remarkable success in generating data from examples with applications in a broad…

Denoising

Accelerating Langevin Monte Carlo Sampling: A Large Deviations Analysis

2025-03-24 · Nian Yao, Pervez Ali, Xihua Tao, Lingjiong Zhu

Langevin algorithms are popular Markov chain Monte Carlo methods that are often used to solve high-dimensional large-scale sampling problems in machine learning. The most classical Langevin Monte Carlo algorithm is based…