English

Smaller is Better: Generative Models Can Power Short Video Preloading

Image and Video Processing 2026-02-11 v1 Multimedia

Abstract

Preloading is widely used in short video platforms to minimize playback stalls by downloading future content in advance. However, existing strategies face a tradeoff. Aggressive preloading reduces stalls but wastes bandwidth, while conservative strategies save data but increase the risk of playback stalls. This paper presents PromptPream, a computation powered preloading paradigm that breaks this tradeoff by using local computation to reduce bandwidth demand. Instead of transmitting pixel level video chunks, PromptPream sends compact semantic prompts that are decoded into high quality frames using generative models such as Stable Diffusion. We propose three core techniques to enable this paradigm: (1) a gradient based prompt inversion method that compresses frames into small sets of compact token embeddings; (2) a computation aware scheduling strategy that jointly optimizes network and compute resource usage; and (3) a scalable searching algorithm that addresses the enlarged scheduling space introduced by scheduler. Evaluations show that PromptStream reduces both stalls and bandwidth waste by over 31%, and improves Quality of Experience (QoE) by 45%, compared to traditional strategies.

Cite

@article{arxiv.2602.09484,
  title  = {Smaller is Better: Generative Models Can Power Short Video Preloading},
  author = {Liming Liu and Jiangkai Wu and Xinggong Zhang},
  journal= {arXiv preprint arXiv:2602.09484},
  year   = {2026}
}

Comments

6 pages, 7 figures, to appear in ICC 2026

R2 v1 2026-07-01T10:29:16.559Z