paper-with-me

Papers

VMonarch: Efficient Video Diffusion Transformers with Structured Attention

2026-01-29 · Cheng Liang, Haoxian Chen, Liang Hou, Qi Fan, Gangshan Wu, Xin Tao, Limin Wang arxiv

The quadratic complexity of the attention mechanism severely limits the context scalability of Video Diffusion Transformers (DiTs). We find that the highly sparse spatio-temporal attention patterns exhibited in Video DiTs can be naturally represented by the Monarch matrix. It is a class of structured matrices with flexible sparsity, enabling sub-quadratic attention via an alternating minimization algorithm. Accordingly, we propose VMonarch, a novel attention mechanism for Video DiTs that enables efficient computation over the dynamic sparse patterns with structured Monarch matrices. First, we adapt spatio-temporal Monarch factorization to explicitly capture the intra-frame and inter-frame correlations of the video data. Second, we introduce a recomputation strategy to mitigate artifacts arising from instabilities during alternating minimization of Monarch matrices. Third, we propose a novel online entropy algorithm fused into FlashAttention, enabling fast Monarch matrix updates for long sequences. Extensive experiments demonstrate that VMonarch achieves comparable or superior generation quality to full attention on VBench after minimal tuning. It overcomes the attention bottleneck in Video DiTs, reduces attention FLOPs by a factor of 17.5, and achieves a speedup of over 5x in attention computation for long videos, surpassing state-of-the-art sparse attention methods at 90% sparsity.

📄 PDF Abstract BibTeX arXiv:2601.22275

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FreqFormer: Hierarchical Frequency-Domain Attention with Adaptive Spectral Routing for Long-Sequence Video Diffusion Transformers

2026-04-14 · Haopeng Jin arxiv

Long-sequence video diffusion transformers hit a quadratic self-attention cost that dominates runtime and memory for very long token sequences. Most efficient attention methods use one approximation everywhere, yet video…

Grouping First, Attending Smartly: Training-Free Acceleration for Diffusion Transformers

2025-05-20 · Sucheng Ren, Qihang Yu, Ju He, Alan Yuille 외

Diffusion-based Transformers have demonstrated impressive generative capabilities, but their high computational costs hinder practical deployment, for example, generating an $8192\times 8192$ image can take over an hour …

GPUVideo Generation

UltraViCo: Breaking Extrapolation Limits in Video Diffusion Transformers

2025-11-25 · Min Zhao, Hongzhou Zhu, Yingze Wang, Bokai Yan 외 arxiv

Despite advances, video diffusion transformers still struggle to generalize beyond their training length, a challenge we term video length extrapolation. We identify two failure modes: model-specific periodic content rep…

DraftAttention: Fast Video Diffusion via Low-Resolution Attention Guidance

2025-05-17 · Xuan Shen, Chenxia Han, Yufa Zhou, Yanyue Xie 외

Diffusion transformer-based video generation models (DiTs) have recently attracted widespread attention for their excellent generation quality. However, their computational cost remains a major bottleneck-attention alone…

Video Generation

Steering Video Diffusion Transformers with Massive Activations

2026-03-18 · Xianhang Cheng, Yujian Zheng, Zhenyu Xie, Tingting Liao 외 arxiv

Despite rapid progress in video diffusion transformers, how their internal model signals can be leveraged with minimal overhead to enhance video generation quality remains underexplored. In this work, we study the role o…

Video Generation