paper-with-me

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 polynomially many steps in the dimension $d$, the target accuracy $\varepsilon^{-1}$, or both. Picard-based parallel sampling methods reduce this sequential depth to polylogarithmic scale by solving for many time-discretization points in parallel; however, existing guarantees often require a polynomial number of processors, leading to substantial memory and gradient-evaluation costs in high dimensions. We show that higher-order Langevin structure can reduce this parallel resource burden while preserving polylogarithmic sequential depth. Our method combines arbitrary-order Langevin dynamics with blockwise Lagrange polynomial interpolation. This sharper discretization reduces the number of parallel points required to achieve a target accuracy. Our results cover both higher-order smooth potentials and ridge-separable potentials, including models such as Bayesian logistic regression and two-layer neural networks, and improve upon the space complexity of the current literature on parallel log-concave sampling.

📄 PDF Abstract BibTeX arXiv:2510.18242

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Nonconvex sampling with the Metropolis-adjusted Langevin algorithm

2019-02-22 · Oren Mangoubi, Nisheeth K. Vishnoi

The Langevin Markov chain algorithms are widely deployed methods to sample from distributions in challenging high-dimensional and non-convex statistics and machine learning applications. Despite this, current bounds for …

Fast parallel sampling under isoperimetry

2024-01-17 · Nima Anari, Sinho Chewi, Thuy-Duong Vuong

We show how to sample in parallel from a distribution $\pi$ over $\mathbb R^d$ that satisfies a log-Sobolev inequality and has a smooth log-density, by parallelizing the Langevin (resp. underdamped Langevin) algorithms. …

Point Processes

PID-controlled Langevin Dynamics for Faster Sampling of Generative Models

2025-11-16 · Hongyi Chen, Jianhai Shu, Jingtao Ding, Yong Li 외 arxiv

Langevin dynamics sampling suffers from extremely low generation speed, fundamentally limited by numerous fine-grained iterations to converge to the target distribution. We introduce PID-controlled Langevin Dynamics (PID…

Image Generation

Enhancing Gradient-based Discrete Sampling via Parallel Tempering

2025-02-26 · Luxu Liang, Yuhang Jia, Feng Zhou

While gradient-based discrete samplers are effective in sampling from complex distributions, they are susceptible to getting trapped in local minima, particularly in high-dimensional, multimodal discrete distributions, o…