LGAIAug 3

Disagree to Accelerate: Closing the Loop on Diffusion Feature Forecasts

arXiv:2608.0174014.6Has Code
Predicted impact top 10% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of diffusion model acceleration, RACER provides a simple, training-free method to improve the quality-speed trade-off by adaptively using forecasts, which is a meaningful advance over fixed open-loop caching.

The paper introduces RACER, a training-free closed-loop controller that uses disagreement between cached forecasts as a reliability signal to decide when to trust or correct feature forecasts during diffusion sampling. RACER improves image and video generation quality at equal compute across multiple models and benchmarks, and can sample faster at equal quality on SD3.5.

Training-free feature forecasting accelerates diffusion sampling by predicting features at skipped denoising steps. Recent work has mainly focused on designing stronger forecasters. Yet forecast error varies sharply across steps, and open-loop caches trust the forecast in full at every skipped step. This fixed trust is what breaks as acceleration turns aggressive. The missing question is not only how to forecast better, but when and how much to trust a forecast. We show that reliability can be observed from the cache itself. Two forecasts agree where the feature trajectory is smooth, and they diverge where prediction turns hard. Their disagreement is a cheap runtime signal, and it costs no extra denoiser evaluation. Based on this signal, we introduce RACER, a training-free closed-loop controller with two responses. It continuously shrinks uncertain forecasts toward the last computed feature. At the riskiest steps, RACER refreshes the feature and repays the added evaluation by skipping a later scheduled one. We derive a deterministic error bound for the shrinkage and empirically evaluate its validity and tightness across acceleration regimes. At the same number of denoiser evaluations, RACER improves the strongest open-loop baseline across SD3.5-Large, FLUX.1-dev, Wan2.1-14B, and HunyuanVideo on DrawBench, VBench, and COCO. On SD3.5, we further show that RACER samples faster at equal quality. RACER generalizes across forecasting designs as well. For example, it recovers much of the quality lost on a Taylor base. These results show that reliable diffusion acceleration also depends on how forecasts are used. Code is available at https://github.com/LiZaiyuan0619/RACER

Code Implementations1 repo
Foundations

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

Your Notes