paper-with-me

Papers

Block Cascading: Training Free Acceleration of Block-Causal Video Models

2025-11-25 · Hmrishav Bandyopadhyay, Nikhil Pinnaparaju, Rahim Entezari, Jim Scott, Yi-Zhe Song, Varun Jampani arxiv

Block-causal video generation faces a stark speed-quality trade-off: small 1.3B models manage only 16 FPS while large 14B models crawl at 4.5 FPS, forcing users to choose between responsiveness and quality. Block Cascading significantly mitigates this trade-off through training-free parallelization. Our key insight: future video blocks do not need fully denoised current blocks to begin generation. By starting block generation with partially denoised context from predecessors, we transform sequential pipelines into parallel cascades where multiple blocks denoise simultaneously. With 5 GPUs exploiting temporal parallelism, we achieve ~2x acceleration across all model scales: 1.3B models accelerate from 16 to 30 FPS, 14B models from 4.5 to 12.5 FPS. Beyond inference speed, Block Cascading eliminates overhead from KV-recaching (of ~200ms) during context switches for interactive generation. Extensive evaluations validated against multiple block-causal pipelines demonstrate no significant loss in generation quality when switching from block-causal to Block Cascading pipelines for inference. Project Page: https://hmrishavbandy.github.io/block_cascading_page/

📄 PDF Abstract BibTeX arXiv:2511.20426

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

$Δ$-DiT: A Training-Free Acceleration Method Tailored for Diffusion Transformers

2024-06-03 · Pengtao Chen, Mingzhu Shen, Peng Ye, JianJian Cao 외

Diffusion models are widely recognized for generating high-quality and diverse images, but their poor real-time performance has led to numerous acceleration works, primarily focusing on UNet-based structures. With the mo…

Image Generation

Sortblock: Similarity-Aware Feature Reuse for Diffusion Model

2025-08-01 · Hanqi Chen, Xu Zhang, Xiaoliu Guan, Lielin Jiang 외 arxiv

Diffusion Transformers (DiTs) have demonstrated remarkable generative capabilities, particularly benefiting from Transformer architectures that enhance visual and artistic fidelity. However, their inherently sequential d…

CorGi: Contribution-Guided Block-Wise Interval Caching for Training-Free Acceleration of Diffusion Transformers

2025-12-30 · Yonglak Son, Suhyeok Kim, Seungryong Kim, Young Geun Kim arxiv

Diffusion transformer (DiT) achieves remarkable performance in visual generation, but its iterative denoising process combined with larger capacity leads to a high inference cost. Recent works have demonstrated that the …

Block-wise Adaptive Caching for Accelerating Diffusion Policy

2025-06-16 · Kangye Ji, Yuan Meng, Hanyun Cui, Ye Li 외

Diffusion Policy has demonstrated strong visuomotor modeling capabilities, but its high computational cost renders it impractical for real-time robotic control. Despite huge redundancy across repetitive denoising steps, …

Action GenerationDenoisingVision-Language-Action

ProxyAttn: Guided Sparse Attention via Representative Heads

2025-09-29 · Yixuan Wang, Huang He, Siqi Bao, Hua Wu 외 arxiv

The quadratic complexity of attention mechanisms limits the efficiency of Large Language Models (LLMs) on long-text tasks. Recently, methods that dynamically estimate block importance have enabled efficient block sparse …