CVMay 28

Veda: Scalable Video Diffusion via Distilled Sparse Attention

arXiv:2605.3032587.3
Predicted impact top 19% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the quadratic cost of self-attention in scaling video diffusion models to high-resolution long videos, offering a practical acceleration method that maintains generation quality.

Veda introduces a distilled sparse attention framework for video diffusion transformers that achieves up to 5.1× end-to-end speedup and 10.5× self-attention speedup on 720P 10-second video generation without quality degradation, by aligning sparse masks with full attention geometry.

Scaling Diffusion Transformers to generate high-resolution, long videos is constrained by the quadratic cost of self-attention, and existing sparse attention methods degrade under high sparsity. We show empirically that generation quality is determined not by the sparsity ratio itself, but by how well the sparse mask aligns with the tile-wise geometry of full attention. Based on this insight, we propose Veda, a distilled sparse attention framework that formulates tile selection as an explicit reconstruction problem from full attention. Veda integrates statistics-aware tile scoring with head-aware tiling to reduce estimation error and structural mismatch, enabling aggressive sparsity. A hardware-efficient tile-skipping kernel converts theoretical sparsity into practical wall-clock speedups. Experiments on large video diffusion models, including Waver and Wan2.1, demonstrate substantial acceleration with no noticeable degradation in generation quality. To generate 720P 10-second videos on Waver-T2V-12B, Veda achieves a 5.1$\times$ end-to-end speedup and a 10.5$\times$ self-attention speedup, reducing attention overhead from 92% to 50%. Notably, the gains increase with sequence length, indicating that Veda scales favorably with spatiotemporal resolution across models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes