CVLGAug 21, 2025

Pretrained Diffusion Models Are Inherently Skipped-Step Samplers

arXiv:2508.15233v1
Originality Incremental advance
AI Analysis

This addresses the computational bottleneck in diffusion model inference for AI researchers and practitioners, offering an incremental improvement over existing acceleration methods.

The paper tackles the inefficiency of sequential generation in diffusion models by showing that pretrained models inherently support skipped-step sampling, enabling high-quality generation with significantly reduced steps, as demonstrated on models like OpenAI ADM and Stable Diffusion.

Diffusion models have been achieving state-of-the-art results across various generation tasks. However, a notable drawback is their sequential generation process, requiring long-sequence step-by-step generation. Existing methods, such as DDIM, attempt to reduce sampling steps by constructing a class of non-Markovian diffusion processes that maintain the same training objective. However, there remains a gap in understanding whether the original diffusion process can achieve the same efficiency without resorting to non-Markovian processes. In this paper, we provide a confirmative answer and introduce skipped-step sampling, a mechanism that bypasses multiple intermediate denoising steps in the iterative generation process, in contrast with the traditional step-by-step refinement of standard diffusion inference. Crucially, we demonstrate that this skipped-step sampling mechanism is derived from the same training objective as the standard diffusion model, indicating that accelerated sampling via skipped-step sampling via a Markovian way is an intrinsic property of pretrained diffusion models. Additionally, we propose an enhanced generation method by integrating our accelerated sampling technique with DDIM. Extensive experiments on popular pretrained diffusion models, including the OpenAI ADM, Stable Diffusion, and Open Sora models, show that our method achieves high-quality generation with significantly reduced sampling steps.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes