ART for Diffusion Sampling: Continuous-Time Control and Actor-Critic Learning

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Adaptive Reparameterized Time (ART) is a novel continuous-time control formulation designed to optimize timestep allocation in score-based diffusion sampling. Addressing the suboptimality of fixed uniform or hand-crafted schedules, ART learns a time change by controlling the sampling clock's speed, enabling adaptive timesteps in the original diffusion time. It employs a principled objective based on a leading-order Euler error surrogate. To solve this deterministic control problem, the authors introduce ART-RL, an auxiliary randomized formulation utilizing Gaussian policies, which reframes schedule learning as a continuous-time reinforcement learning problem. ART-RL is proven to be equivalent to ART at the optimizer level, with its optimal Gaussian policy recovering the optimal ART time-warping rate. Experiments demonstrate that ART-RL consistently improves sample quality over strong baseline schedules at matched budgets, integrates seamlessly into existing diffusion samplers, and exhibits broad generalization across various sampling budgets, datasets, solvers, pipelines, and representation spaces.

Key takeaway

For Machine Learning Engineers optimizing diffusion model inference, ART-RL offers a significant advancement. You can integrate this method into your existing diffusion samplers by only changing the timestep grid. This approach consistently improves sample quality at matched computational budgets. Furthermore, the learned schedules generalize broadly, reducing the need for retraining across different datasets, solvers, or budgets. Consider adopting ART-RL to enhance your diffusion model performance and efficiency.

Key insights

ART-RL optimizes diffusion sampling timesteps via continuous-time control and actor-critic learning, improving sample quality and generalization.

Principles

Method

ART-RL formulates timestep allocation as a continuous-time RL problem, learning a time-warping rate via Gaussian policies and actor-critic updates, based on an Euler error surrogate.

In practice

Topics

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.