Promptus: Can Prompts Streaming Replace Video Streaming with Stable Diffusion
Jiangkai Wu, Liming Liu, Yunpeng Tan, Junlin Hao, Xinggong Zhang
TL;DR
Promptus replaces pixel-based video streaming with prompt-based semantic streaming by inverting frames into Stable Diffusion prompts and generating frames at the receiver. It combines a gradient-descent-based prompt fitting pipeline for pixel alignment, a low-rank adaptive bitrate mechanism, and an interpolation-aware inter-frame strategy to compress prompts over time. Across multiple domains and real network traces, Promptus achieves over 4x bandwidth reduction relative to H.265 at the same perceptual quality, with notable improvements at ultra-low bitrates and dramatic reductions in severely distorted frames. This work establishes a practical semantic video streaming paradigm and provides open-source tooling to enable reproducible exploration and deployment.
Abstract
With the exponential growth of video traffic, traditional video streaming systems are approaching their limits in compression efficiency and communication capacity. To further reduce bitrate while maintaining quality, we propose Promptus, a disruptive semantic communication system that streaming prompts instead of video content, which represents real-world video frames with a series of "prompts" for delivery and employs Stable Diffusion to generate videos at the receiver. To ensure that the generated video is pixel-aligned with the original video, a gradient descent-based prompt fitting framework is proposed. Further, a low-rank decomposition-based bitrate control algorithm is introduced to achieve adaptive bitrate. For inter-frame compression, an interpolation-aware fitting algorithm is proposed. Evaluations across various video genres demonstrate that, compared to H.265, Promptus can achieve more than a 4x bandwidth reduction while preserving the same perceptual quality. On the other hand, at extremely low bitrates, Promptus can enhance the perceptual quality by 0.139 and 0.118 (in LPIPS) compared to VAE and H.265, respectively, and decreases the ratio of severely distorted frames by 89.3% and 91.7%. Our work opens up a new paradigm for efficient video communication. Promptus is open-sourced at: https://github.com/JiangkaiWu/Promptus.
