TL;DR
ZEUS is a training-free acceleration method for diffusion models that uses second-order prediction and skipping strategies to significantly reduce inference time while preserving quality.
Contribution
It introduces a novel second-order predictor and skipping scheme that enhance inference speed without architectural changes or feature caching.
Findings
Achieves up to 3.2x speedup in image and video generation.
Consistently outperforms recent training-free acceleration baselines.
Maintains perceptual quality despite aggressive speedups.
Abstract
Denoising generative models deliver high-fidelity generation but remain bottlenecked by inference latency due to the many iterative denoiser calls required during sampling. Training-free acceleration methods reduce latency by either sparsifying the model architecture or shortening the sampling trajectory. Current training-free acceleration methods are more complex than necessary: higher-order predictors amplify error under aggressive speedups, and architectural modifications hinder deployment. Beyond 2x acceleration, step skipping creates structural scarcity -- at most one fresh evaluation per local window -- leaving the computed output and its backward difference as the only causally grounded information. Based on this, we propose ZEUS, an acceleration method that predicts reduced denoiser evaluations using a second-order predictor, and stabilizes aggressive consecutive skipping with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
