Forecast the Principal, Stabilize the Residual: Subspace-Aware Feature Caching for Efficient Diffusion Transformers
Guantao Chen, Shikang Zheng, Yuqi Lin, Linfeng Zhang

TL;DR
This paper introduces SVD-Cache, a subspace-aware feature caching method for diffusion transformers that significantly accelerates inference by decomposing features into principal and residual subspaces, enabling near-lossless speedup.
Contribution
The paper reveals the distinct behaviors of principal and residual subspaces in diffusion features and proposes SVD-Cache, a novel caching framework leveraging SVD and EMA prediction for efficient inference.
Findings
Achieves 5.55× speedup on FLUX and HunyuanVideo models.
Maintains near-lossless quality across diverse models and methods.
Compatible with model acceleration techniques like distillation and quantization.
Abstract
Diffusion Transformer (DiT) models have achieved unprecedented quality in image and video generation, yet their iterative sampling process remains computationally prohibitive. To accelerate inference, feature caching methods have emerged by reusing intermediate representations across timesteps. However, existing caching approaches treat all feature components uniformly. We reveal that DiT feature spaces contain distinct principal and residual subspaces with divergent temporal behavior: the principal subspace evolves smoothly and predictably, while the residual subspace exhibits volatile, low-energy oscillations that resist accurate prediction. Building on this insight, we propose SVD-Cache, a subspace-aware caching framework that decomposes diffusion features via Singular Value Decomposition (SVD), applies exponential moving average (EMA) prediction to the dominant low-rank components,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image and Video Quality Assessment · Image Enhancement Techniques
