paper-with-me

Papers

HiStream: Efficient High-Resolution Video Generation via Redundancy-Eliminated Streaming

2025-12-24 · Haonan Qiu, Shikun Liu, Zijian Zhou, Zhaochong An, Weiming Ren, Zhiheng Liu, Jonas Schult, Sen He, Shoufa Chen, Yuren Cong, Tao Xiang, Ziwei Liu, Juan-Manuel Perez-Rua arxiv

High-resolution video generation, while crucial for digital media and film, is computationally bottlenecked by the quadratic complexity of diffusion models, making practical inference infeasible. To address this, we introduce HiStream, an efficient autoregressive framework that systematically reduces redundancy across three axes: i) Spatial Compression: denoising at low resolution before refining at high resolution with cached features; ii) Temporal Compression: a chunk-by-chunk strategy with a fixed-size anchor cache, ensuring stable inference speed; and iii) Timestep Compression: applying fewer denoising steps to subsequent, cache-conditioned chunks. On 1080p benchmarks, our primary HiStream model (i+ii) achieves state-of-the-art visual quality while demonstrating up to 76.2x faster denoising compared to the Wan2.1 baseline and negligible quality loss. Our faster variant, HiStream+, applies all three optimizations (i+ii+iii), achieving a 107.5x acceleration over the baseline, offering a compelling trade-off between speed and quality, thereby making high-resolution video generation both practical and scalable.

📄 PDF Abstract BibTeX arXiv:2512.21338

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

SuperGen: An Efficient Ultra-high-resolution Video Generation System with Sketching and Tiling

2025-08-25 · Fanjiang Ye, Zepeng Zhao, Yi Mu, Jucheng Shen 외 arxiv

Diffusion models have recently achieved remarkable success in generative tasks (e.g., image and video generation), and the demand for high-quality content (e.g., 2K/4K videos) is rapidly increasing across various domains…

Video Generation

DiTFastAttn: Attention Compression for Diffusion Transformer Models

2024-06-12 · Zhihang Yuan, Hanling Zhang, Pu Lu, Xuefei Ning 외

Diffusion Transformers (DiT) excel at image and video generation but face computational challenges due to the quadratic complexity of self-attention operators. We propose DiTFastAttn, a post-training compression method t…

2kImage GenerationVideo Generation

Attend Before Attention: Efficient and Scalable Video Understanding via Autoregressive Gazing

2026-03-12 · Baifeng Shi, Stephanie Fu, Long Lian, Hanrong Ye 외 arxiv

Multi-modal large language models (MLLMs) have advanced general-purpose video understanding but struggle with long, high-resolution videos -- they process every pixel equally in their vision transformers (ViTs) or LLMs d…

Reinforcement Learning

FastCar: Cache Attentive Replay for Fast Auto-Regressive Video Generation on the Edge

2025-05-17 · Xuan Shen, Weize Ma, Yufa Zhou, Enhao Tang 외

Auto-regressive (AR) models, initially successful in language generation, have recently shown promise in visual generation tasks due to their superior sampling efficiency. Unlike image generation, video generation requir…

Image GenerationSchedulingText GenerationVideo Generation

Standard compliant video coding using low complexity, switchable neural wrappers

2024-07-10 · Yueyu Hu, Chenhao Zhang, Onur G. Guleryuz, Debargha Mukherjee 외

The proliferation of high resolution videos posts great storage and bandwidth pressure on cloud video services, driving the development of next-generation video codecs. Despite great progress made in neural video coding,…