paper-with-me

Papers

Veda: Scalable Video Diffusion via Distilled Sparse Attention

2026-05-28 · Shihao Han, Hao Yang, Xinting Hu, Xiaofeng Mei, Yi Jiang, Xiaojuan Qi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.30325

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AnimateDiff-Lightning: Cross-Model Diffusion Distillation

2024-03-19 · Shanchuan Lin, Xiao Yang

We present AnimateDiff-Lightning for lightning-fast video generation. Our model uses progressive adversarial diffusion distillation to achieve new state-of-the-art in few-step video generation. We discuss our modificatio…

modelVideo Generation

FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation

2026-07-17 · Hao Liu, Chenghuan Huang, Ye Huang, Zhiying Wen 외 arxiv

Video Diffusion Transformers process long spatio-temporal sequences, making self-attention the main bottleneck in high-resolution video generation. Training-free sparse attention reduces this cost, but adaptive Top-p rou…

Temporal SequencesVideo Generation

GVD: Guiding Video Diffusion Model for Scalable Video Distillation

2025-07-30 · Kunyang Li, Jeffrey A Chan Santiago, Sarinda Dhanesh Samarasinghe, Gaowen Liu 외 arxiv

To address the larger computation and storage requirements associated with large video datasets, video dataset distillation aims to capture spatial and temporal information in a significantly smaller dataset, such that t…

Video Generation

VEDA: 3D Molecular Generation via Variance-Exploding Diffusion with Annealing

2025-11-11 · Peining Zhang, Jinbo Bi, Minghu Song arxiv

Diffusion models show promise for 3D molecular generation, but face a fundamental trade-off between sampling efficiency and conformational accuracy. While flow-based models are fast, they often produce geometrically inac…

Computational Efficiency

When Distillation Breaks Motion Control: Restoring Generative Trajectories for Fast Video Generators

2025-06-24 · Jintao Rong, Xin Xie, Xinyi Yu, Linlin Ou 외 arxiv

Training-free motion customization imposes motion patterns from reference videos onto video generators through test-time computation. Most existing methods target full diffusion models, requiring many denoising steps and…

Video Generation