MEGA Hub

LinCa: Accelerating Diffusion Models via Learnable Decomposed Feature Caching

Authors

Do you know Jinshan Liu?You can claim authorship or link another user.Do you know Haoran Qin?You can claim authorship or link another user.Do you know Xiaobing Tu?You can claim authorship or link another user.Do you know Jiacheng Liu?You can claim authorship or link another user.Do you know Jiahui Hu?You can claim authorship or link another user.Do you know Zhengan Yan?You can claim authorship or link another user.Do you know Yukun Xie?You can claim authorship or link another user.Do you know Kerui Shen?You can claim authorship or link another user.Do you know Jinkui Ren?You can claim authorship or link another user.Do you know Yuqi Lin?You can claim authorship or link another user.Do you know Xiantao Zhang?You can claim authorship or link another user.Do you know Linfeng Zhang?You can claim authorship or link another user.

Abstract

Diffusion models have achieved remarkable success in image and video generation, yet the high computational cost of iterative sampling remains a critical bottleneck for practical deployment. Feature caching has emerged as a promising acceleration paradigm by reusing or predicting intermediate features across timesteps. However, existing training-free methods apply uniform prediction strategies that cannot adapt to the heterogeneous feature dynamics, causing significant quality degradation under high acceleration ratios. We propose LinCa, a feature caching framework based on learnable invertible networks. LinCa decomposes cached features into sub-components with distinct continuity properties via a lightweight invertible network and applies differentiated prediction orders matched to each component. The strict invertibility guarantees lossless reconstruction back to the original feature space, forming a unified Decompose-Predict-Reconstruct pipeline. By training separate predictors for different models and timestep segments, LinCa adapts to heterogeneous feature dynamics. Experiments on FLUX, Qwen-Image, and HunyuanVideo demonstrate that LinCa, with less than 0.2% additional parameters, significantly outperforms existing methods and maintains near-lossless quality at 5-7x speedup. Code: https://github.com/QHR69/LinCa

Community

00

Publication notes

Author note
Accepted to ECCV 2026. 28 pages including appendix. Code: https://github.com/QHR69/LinCa