paper-with-me

Papers

Training-Free Efficient Video Generation via Dynamic Token Carving

2025-05-22 · Yuechen Zhang, Jinbo Xing, Bin Xia, Shaoteng Liu, Bohao Peng, Xin Tao, Pengfei Wan, Eric Lo, Jiaya Jia

Despite the remarkable generation quality of video Diffusion Transformer (DiT) models, their practical deployment is severely hindered by extensive computational requirements. This inefficiency stems from two key challenges: the quadratic complexity of self-attention with respect to token length and the multi-step nature of diffusion models. To address these limitations, we present Jenga, a novel inference pipeline that combines dynamic attention carving with progressive resolution generation. Our approach leverages two key insights: (1) early denoising steps do not require high-resolution latents, and (2) later steps do not require dense attention. Jenga introduces a block-wise attention mechanism that dynamically selects relevant token interactions using 3D space-filling curves, alongside a progressive resolution strategy that gradually increases latent resolution during generation. Experimental results demonstrate that Jenga achieves substantial speedups across multiple state-of-the-art video diffusion models while maintaining comparable generation quality (8.83$\times$ speedup with 0.01\% performance drop on VBench). As a plug-and-play solution, Jenga enables practical, high-quality video generation on modern hardware by reducing inference time from minutes to seconds -- without requiring model retraining. Code: https://github.com/dvlab-research/Jenga

📄 PDF Abstract BibTeX arXiv:2505.16864

Code (1)

dvlab-research/jenga 공식 구현 pytorch

Tasks

DenoisingVideo Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-02-05 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon 외

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based…

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

On-device Sora: Enabling Training-Free Diffusion-based Text-to-Video Generation for Mobile Devices

2025-03-31 · Bosung Kim, Kyuhwan Lee, Isu Jeong, Jungmin Cheon 외

We present On-device Sora, the first model training-free solution for diffusion-based on-device text-to-video generation that operates efficiently on smartphone-grade devices. To address the challenges of diffusion-based…

DenoisingModel OptimizationText-to-Video GenerationVideo Generation

MemRoPE: Training-Free Infinite Video Generation via Evolving Memory Tokens

2026-03-12 · Youngrae Kim, Qixin Hu, C. -C. Jay Kuo, Peter A. Beerel arxiv

Autoregressive diffusion enables real-time frame streaming, yet existing sliding-window caches discard past context, causing fidelity degradation, identity drift, and motion stagnation over long horizons. Current approac…

Video Generation

Deep Forcing: Training-Free Long Video Generation with Deep Sink and Participative Compression

2025-12-04 · Jung Yi, Wooseok Jang, Paul Hyunbin Cho, Jisu Nam 외 arxiv

Recent advances in autoregressive video diffusion have enabled real-time frame streaming, yet existing solutions still suffer from temporal repetition, drift, and motion deceleration. We find that naively applying Stream…

Video Generation

Beyond Training: Dynamic Token Merging for Zero-Shot Video Understanding

2024-11-21 · Yiming Zhang, Zhuokai Zhao, Zhaorun Chen, Zenghui Ding 외

Recent advancements in multimodal large language models (MLLMs) have opened new avenues for video understanding. However, achieving high fidelity in zero-shot video tasks remains challenging. Traditional video processing…

Computational EfficiencyVideo Understanding