DCAIMar 6

StreamWise: Serving Multi-Modal Generation in Real-Time at Scale

arXiv:2603.05800v1h-index: 15
Originality Incremental advance
AI Analysis

This addresses the challenge of costly and complex real-time multi-modal serving for applications like automated media synthesis, though it is incremental in optimizing existing methods.

The paper tackles the problem of serving real-time multi-modal generation workflows at scale, such as podcast video generation, and presents StreamWise, an adaptive serving system that achieves high-quality real-time streaming with sub-second startup delay under $45.

Advances in multi-modal generative models are enabling new applications, from storytelling to automated media synthesis. Most current workloads generate simple outputs (e.g., image generation from a prompt) in batch mode, often requiring several seconds even for basic results. Serving real-time multi-modal workflows at scale is costly and complex, requiring efficient coordination of diverse models (each with unique resource needs) across language, audio, image, and video, all under strict latency and resource constraints. We tackle these challenges through the lens of real-time podcast video generation, integrating LLMs, text-to-speech, and video-audio generation. To meet tight SLOs, we design an adaptive, modular serving system, StreamWise, that dynamically manages quality (e.g., resolution, sharpness), model/content parallelism, and resource-aware scheduling. We leverage heterogeneous hardware to maximize responsiveness and efficiency. For example, the system can lower video resolution and allocate more resources to early scenes. We quantify the trade-offs between latency, cost, and quality. The cheapest setup generates a 10-minute podcast video on A100 GPUs in 1.4 hours (8.4x slower than the real-time) for less than \$25. StreamWise enables high-quality real-time streaming with a sub-second startup delay under $45.

Foundations

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

Your Notes