PulseAugur
EN
LIVE 11:58:09

New methods boost video diffusion model efficiency and quality

Researchers are developing new methods to improve the efficiency and quality of video diffusion models. Several papers introduce techniques to optimize attention mechanisms, such as sparse attention (LVSA, Veda) and linear attention (ARL2), to reduce computational costs and enable longer video generation. Other approaches focus on fine-tuning and preference optimization, like LocalDPO for spatio-temporal region alignment and Pusa V1.0 for temporal control via vectorized timestep adaptation. Additionally, Q-ARVD addresses quantization challenges specific to autoregressive video diffusion models, while Bernini unifies large language models and diffusion models for semantic planning and rendering. AI

IMPACT Advances in attention mechanisms and optimization techniques promise more efficient and higher-quality video generation, potentially accelerating adoption in creative and industrial applications.

RANK_REASON Multiple research papers introducing novel methods for video diffusion models.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 13 sources. How we write summaries →

New methods boost video diffusion model efficiency and quality

COVERAGE [13]

  1. arXiv cs.AI TIER_1 English(EN) · Yuxiang Huang, Mingye Li, Xu Han, Chaojun Xiao, Weilin Zhao, Ao Sun, Ziqi Yuan, Hao Zhou, Fandong Meng, Zhiyuan Liu ·

    APB-V: Accelerating Long-Video Understanding via Sequence-Parallelism-aware Approximate Attention

    arXiv:2601.21444v2 Announce Type: replace-cross Abstract: The efficiency of long-video inference remains a critical bottleneck, mainly due to the dense computation in the prefill stage of Large Multimodal Models (LMMs). Existing methods either compress visual embeddings or apply …

  2. arXiv cs.LG TIER_1 English(EN) · Gael Glorian, Ioannis Lamprou, Zhen Zhang, Yujie Yuan, Hongsheng Liu ·

    LVSA: Training-Free Sparse Attention for Long Video Diffusion

    arXiv:2605.31057v1 Announce Type: cross Abstract: Dense self-attention is the compute and quality bottleneck of long-video diffusion inference: cost grows quadratically with the sequence length, and beyond the training horizon the model converges to near-static output, that is, "…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    LVSA: Training-Free Sparse Attention for Long Video Diffusion

    Long Video Sparse Attention (LVSA) addresses computational bottlenecks in video diffusion models by introducing a sparse attention mechanism that reduces compute costs while maintaining video quality beyond training horizons.

  4. arXiv cs.LG TIER_1 English(EN) · Kunyang Li, Mubarak Shah, Yuzhang Shang ·

    Attend Locally, Remember Linearly: Linear Attention as Cross-Frame Memory for Autoregressive Video Diffusion

    arXiv:2605.16579v2 Announce Type: replace-cross Abstract: Autoregressive (AR) video diffusion is a powerful paradigm for streaming and interactive video generation. However, its reliance on softmax self-attention leads to quadratic compute complexity in sequence length and memory…

  5. arXiv cs.AI TIER_1 English(EN) · Zitong Huang, Kaidong Zhang, Yukang Ding, Chao Gao, Rui Ding, Ying Chen, Wangmeng Zuo ·

    Mind the Generative Details: Direct Localized Detail Preference Optimization for Video Diffusion Models

    arXiv:2601.04068v4 Announce Type: replace-cross Abstract: Aligning text-to-video diffusion models with human preferences is crucial for generating high-quality videos. Existing Direct Preference Otimization (DPO) methods rely on multi-sample ranking and task-specific critic model…

  6. Hugging Face Daily Papers TIER_1 Italiano(IT) ·

    Q-ARVD: Quantizing Autoregressive Video Diffusion Models

    Autoregressive video diffusion models face high inference costs that limit practical deployment, prompting the development of Q-ARVD, a novel quantization framework addressing frame-wise sensitivity imbalance and weight outlier patterns specific to these models.

  7. arXiv cs.CV TIER_1 English(EN) · Hongsheng Liu ·

    LVSA: Training-Free Sparse Attention for Long Video Diffusion

    Dense self-attention is the compute and quality bottleneck of long-video diffusion inference: cost grows quadratically with the sequence length, and beyond the training horizon the model converges to near-static output, that is, "frozen" repetitive video. State of the art approac…

  8. arXiv cs.CV TIER_1 Italiano(IT) · Shihao Han, Hao Yang, Xinting Hu, Xiaofeng Mei, Yi Jiang, Xiaojuan Qi ·

    Veda: Scalable Video Diffusion via Distilled Sparse Attention

    arXiv:2605.30325v1 Announce Type: new Abstract: 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 q…

  9. arXiv cs.CV TIER_1 Italiano(IT) · Xiaojuan Qi ·

    Veda: Scalable Video Diffusion via Distilled Sparse Attention

    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 i…

  10. arXiv cs.CV TIER_1 English(EN) · Yaofang Liu, Yumeng Ren, Aitor Artola, Yuxuan Hu, Xiaodong Cun, Xiaotong Zhao, Alan Zhao, Raymond H. Chan, Suiyun Zhang, Rui Liu, Dandan Tu, Jean-Michel Morel ·

    Pusa V1.0: Unlocking Temporal Control in Pretrained Video Diffusion Models via Vectorized Timestep Adaptation

    arXiv:2507.16116v2 Announce Type: replace Abstract: The rapid advancement of video diffusion models has been hindered by fundamental limitations in temporal modeling, particularly the rigid synchronization of frame evolution imposed by conventional scalar timestep variables. Whil…

  11. arXiv cs.CV TIER_1 English(EN) · Bernini Team, Chenchen Liu, Junyi Chen, Lei Li, Lu Chi, Mingzhen Sun, Zhuoying Li, Yi Fu, Ruoyu Guo, Yiheng Wu, Ge Bai, Zehuan Yuan ·

    Bernini: Latent Semantic Planning for Video Diffusion

    arXiv:2605.22344v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) and diffusion models have each reached remarkable maturity: MLLMs excel at reasoning over heterogeneous multimodal inputs with strong semantic grounding, while diffusion models synthesize ima…

  12. arXiv cs.CV TIER_1 English(EN) · Hangyeol Lee, Joo-Young Kim ·

    ORBIS: Output-Guided Token Reduction with Distribution-Aware Matching for Video Diffusion Acceleration

    arXiv:2605.22015v1 Announce Type: new Abstract: Diffusion Transformer (DiT) has emerged as a powerful model architecture for generating high-quality images and videos. In the case of video DiT, 3D Spatio-Temporal Attention increases token length in proportion to the number of fra…

  13. arXiv cs.CV TIER_1 English(EN) · Zehuan Yuan ·

    Bernini: Latent Semantic Planning for Video Diffusion

    Multimodal large language models (MLLMs) and diffusion models have each reached remarkable maturity: MLLMs excel at reasoning over heterogeneous multimodal inputs with strong semantic grounding, while diffusion models synthesize images and videos with photorealistic fidelity. We …