CVMar 12

DyWeight: Dynamic Gradient Weighting for Few-Step Diffusion Sampling

arXiv:2603.11607v135.8h-index: 5Has Code
Predicted impact top 20% in CV · last 90 daysOriginality Highly original
AI Analysis

This work addresses the efficiency bottleneck in diffusion model sampling for generative AI applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the slow sampling process in diffusion models by proposing DyWeight, a learning-based multi-step solver that dynamically weights historical gradients, achieving superior visual fidelity and stability with significantly fewer function evaluations across multiple datasets.

Diffusion Models (DMs) have achieved state-of-the-art generative performance across multiple modalities, yet their sampling process remains prohibitively slow due to the need for hundreds of function evaluations. Recent progress in multi-step ODE solvers has greatly improved efficiency by reusing historical gradients, but existing methods rely on handcrafted coefficients that fail to adapt to the non-stationary dynamics of diffusion sampling. To address this limitation, we propose Dynamic Gradient Weighting (DyWeight), a lightweight, learning-based multi-step solver that introduces a streamlined implicit coupling paradigm. By relaxing classical numerical constraints, DyWeight learns unconstrained time-varying parameters that adaptively aggregate historical gradients while intrinsically scaling the effective step size. This implicit time calibration accurately aligns the solver's numerical trajectory with the model's internal denoising dynamics under large integration steps, avoiding complex decoupled parameterizations and optimizations. Extensive experiments on CIFAR-10, FFHQ, AFHQv2, ImageNet64, LSUN-Bedroom, Stable Diffusion and FLUX.1-dev demonstrate that DyWeight achieves superior visual fidelity and stability with significantly fewer function evaluations, establishing a new state-of-the-art among efficient diffusion solvers. Code is available at https://github.com/Westlake-AGI-Lab/DyWeight

Foundations

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

Your Notes