LinVideo: A Post-Training Framework towards O(n) Attention in Efficient Video Generation
Yushi Huang, Xingtong Ge, Ruihao Gong, Chengtao Lv, Jun Zhang
TL;DR
LinVideo tackles the quadratic cost of self-attention in video diffusion models by a data-free post-training framework that progressively replaces a target number of quadratic attention layers with linear attention. It introduces selective transfer to automatically choose which layers to linearize and ADM to align sample distributions across all timesteps along the sampling path, preserving model performance without requiring curated datasets. Empirical results show 1.43–1.71× end-to-end latency speedups on 1.3B to 14B models, with up to 15.9–20.9× speedups when combined with few-step distillation, while maintaining or surpassing baselines on key video-vision metrics. This approach enables efficient, scalable video generation in practical settings, reducing compute while retaining high-quality outputs.
Abstract
Video diffusion models (DMs) have enabled high-quality video synthesis. However, their computation costs scale quadratically with sequence length because self-attention has quadratic complexity. While linear attention lowers the cost, fully replacing quadratic attention requires expensive pretraining due to the limited expressiveness of linear attention and the complexity of spatiotemporal modeling in video generation. In this paper, we present LinVideo, an efficient data-free post-training framework that replaces a target number of self-attention modules with linear attention while preserving the original model's performance. First, we observe a significant disparity in the replaceability of different layers. Instead of manual or heuristic choices, we frame layer selection as a binary classification problem and propose selective transfer, which automatically and progressively converts layers to linear attention with minimal performance impact. Additionally, to overcome the ineffectiveness and inefficiency of existing objectives for this transfer process, we introduce an anytime distribution matching (ADM) objective that aligns the distributions of samples across any timestep along the sampling trajectory. This objective is efficient and recovers model performance. Extensive experiments show that our method achieves a 1.25-2.00x speedup while preserving generation quality, and our 4-step distilled model further delivers a 15.92x latency reduction with minimal visual quality drop.
