Search papers, labs, and topics across Lattice.
This paper introduces LearniBridge, a learnable calibration mechanism designed to enhance feature caching in Diffusion Transformers (DiTs) for accelerated image and video generation. By leveraging a shared low-rank subspace for feature correction across diverse prompts, the method effectively reduces error accumulation during high acceleration ratios. Experimental results demonstrate that LearniBridge achieves significant acceleration鈥攗p to 5.87脳 on FLUX and 4.10脳 on WAN2.1鈥攚hile also improving performance metrics over existing state-of-the-art methods.
Achieving up to 5.87脳 acceleration in diffusion models while maintaining performance with just 3-5 training samples could redefine efficiency benchmarks in generative AI.
Diffusion Transformers (DiTs) have driven substantial progress in image and video generation but suffer from prohibitive computational costs. Feature caching accelerates inference by reusing intermediate representations. Existing methods rely on historical features for implementation simplicity, yet suffer from severe error accumulation at high acceleration ratios. To address this limitation, we investigate the nature of the requisite feature correction. We demonstrate that the optimal calibration update is characterized by a shared low-rank subspace across diverse prompts. Guided by this structural insight, we propose LearniBridge, a learnable calibration mechanism for feature caching that bridges multiple timesteps through lightweight LoRA updates. This mechanism enables effective calibration requiring only 3-5 training samples. Extensive experiments on image and video generation show that LearniBridge achieves up to $5.87\times$, $5.75\times$, and $4.10\times$ acceleration on FLUX, HunyuanVideo, and WAN2.1, respectively. On WAN2.1, it improves VBench by 1.28% over the previous SOTA at $4.10\times$ acceleration. Our code is available at https://github.com/Iiiiiiirene/LearniBridge.