2025/11/16 by Hongyi Chen, Chen, Hongyi, Jianhai Shu +7 · 1 voice
Computer Science · Mathematics · Physics and Astronomy · #Generative Adversarial Networks and Image Synthesis #Markov Chains and Monte Carlo Methods #Model Reduction and Neural Networks #cs.AI #cs.LG #eess.SY
paper · pdf · doi:10.48550/arxiv.2511.12603
openalex publication_date 2025/11/16 · openalex created_date 2025/11/19 · openalex updated_date 2026/07/28
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 (PIDLD), a novel sampling acceleration algorithm that reinterprets the sampling process using control-theoretic principles. By treating energy gradients as feedback signals, PIDLD combines historical gradients (the integral term) and gradient trends (the derivative term) to efficiently traverse energy landscapes and adaptively stabilize, thereby significantly reducing the number of iterations required to produce high-quality samples. Our approach requires no additional training, datasets, or prior information, making it immediately integrable with any Langevin-based method. Extensive experiments across image generation and reasoning tasks demonstrate that PIDLD achieves higher quality with fewer steps, making Langevin-based generative models more practical for efficiency-critical applications. The implementation can be found at \hrefhttps://github.com/tsinghua-fib-lab/PIDLDhttps://github.com/tsinghua-fib-lab/PIDLD.