Video-SVD: Efficient Video Diffusion via Orthogonal Basis Composition
Abstract
Lay Summary
Video generation models can create high-quality videos, but they are often very slow and require large amounts of GPU memory because they need to compare many video tokens with each other. This paper proposes Video-SVD, a method that makes video diffusion models faster without changing the original model parameters. The key idea is to find reusable patterns in the attention computation and use them to approximate the expensive part of the model more efficiently. To avoid losing visual quality, the method also adds a lightweight correction module to recover fine details and positional information. Experiments on HunyuanVideo and Wan2.1 show that Video-SVD significantly speeds up video generation while keeping the generated videos visually faithful, especially for complex motion.