paper-with-me

Papers

Temporal Aware Pruning for Efficient Diffusion-based Video Generation

2026-05-18 · Sheng Li, Yang Sui, Junhao Ran, Bo Yuan, Yue Dai, Xulong Tang arxiv

Video diffusion models have recently enabled high-quality video generation with ViT-based architectures, but remain computationally intensive because generation requires attention computation over long spatiotemporal sequences. Token pruning has proven effective for ViTs and VLMs. However, most prior pruning methods are attention-based and operate per frame, failing to ensure the vital temporal coherence across frames in video generation tasks. In practice, naively adopting attention-only pruning causes noticeable degradation due to worsened background consistency, flickering, and reduced image quality. To address this, we propose TAPE, a training-free Temporal Aware Pruning for Efficient diffusion-based video generation. TAPE (i) applies temporal smoothing to align token-importance across adjacent frames and suppress selection jitter; and (ii) performs token reselection in selected layers to align token pruning with layers' diverse semantic focus and avoid error accumulation in specific areas; it also (iii) adopt a timestep-level budget scheduling that prunes aggressively at early noisy steps and relaxes pruning during fidelity-critical refinement. The experimental results show that TAPE delivers significant speedups while preserving high visual fidelity, outperforming prior token reduction approaches.

📄 PDF Abstract BibTeX arXiv:2605.17837

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

UniCP: A Unified Caching and Pruning Framework for Efficient Video Generation

2025-02-06 · Wenzhang Sun, Qirui Hou, Donglin Di, Jiahui Yang 외

Diffusion Transformers (DiT) excel in video generation but encounter significant computational challenges due to the quadratic complexity of attention. Notably, attention differences between adjacent diffusion steps foll…

Computational EfficiencyVideo Generation

PARE: Pruning and Adaptive Routing for Efficient Video Generation

2026-05-26 · Yutong Wang, Yunke Wang, Tianfan Xue, Yu Qiao 외 arxiv

Video Diffusion Transformers (DiTs) generate high-quality videos but demand substantial compute due to wide blocks, deep architectures, and iterative sampling. Recent methods reduce cost by compressing width, depth, or s…

Text-to-Video Generation

Latent Inter-Frame Pruning: A Training-Free Method Bridging Traditional Video Compression and Modern Diffusion Transformers for Efficient Generation

2026-04-26 · Dennis Menn, Chih-Hsien Chou arxiv

Video generation, while capable of generating realistic videos, is computationally expensive and slow, prohibiting real-time applications. In this paper, we observe that video latents encoded via an autoencoder under the…

Video Generation

4Diffusion: Multi-view Video Diffusion Model for 4D Generation

2024-05-31 · Haiyu Zhang, Xinyuan Chen, Yaohui Wang, Xihui Liu 외

Current 4D generation methods have achieved noteworthy efficacy with the aid of advanced diffusion generative models. However, these methods lack multi-view spatial-temporal modeling and encounter challenges in integrati…

NeRFVideo Generation

F3-Pruning: A Training-Free and Generalized Pruning Strategy towards Faster and Finer Text-to-Video Synthesis

2023-12-06 · Sitong Su, Jianzhi Liu, Lianli Gao, Jingkuan Song

Recently Text-to-Video (T2V) synthesis has undergone a breakthrough by training transformers or diffusion models on large-scale datasets. Nevertheless, inferring such large models incurs huge costs.Previous inference acc…