CVDec 24, 2025

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

arXiv:2512.21338v25 citationsh-index: 13
Originality Highly original
AI Analysis

This addresses the problem of infeasible inference for high-resolution video generation in digital media and film, offering a practical and scalable solution.

The paper tackled the computational bottleneck in high-resolution video generation by introducing HiStream, an efficient autoregressive framework that reduces redundancy across spatial, temporal, and timestep axes, achieving up to 107.5x faster denoising with negligible quality loss on 1080p benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes