CVMay 30

FlowNar: Scalable Streaming Narration for Long-Form Videos

arXiv:2606.0062059.7h-index: 7Has Code
AI Analysis

This work addresses the scalability bottleneck of streaming video narration for long-form videos, enabling efficient real-time processing with bounded memory and computation.

FlowNar introduces a dynamic context management strategy and CLAM module to enable scalable streaming narration for long-form videos, achieving 3x higher throughput and supporting 10x longer videos while improving narration quality over baselines on Ego4D, EgoExo4D, and EpicKitchens100.

Recent Large Multimodal Models (LMMs), primarily designed for offline settings, are ill-suited for the dynamic requirements of streaming video. While recent online adaptations improve real-time processing, they still face critical scalability challenges, with resource demands typically growing at least linearly with video duration. To overcome this bottleneck, we propose FlowNar, a novel framework for scalable streaming video narration. The core of FlowNar is a dynamic context management strategy for historical visual context removal, combined with our CLAM (Cross Linear Attentive Memory) module for streaming visual history retention, ensuring bounded visual memory usage and computational complexity, crucial for efficient streaming. We also introduce a realistic self-conditioned evaluation protocol and complementary evaluation metrics to assess streaming narration models under deployment-like conditions. Experiments on the Ego4D, EgoExo4D, and EpicKitchens100 datasets demonstrate that FlowNar substantially improves narration quality over strong baselines while being highly efficient, supporting processing of 10$\times$ longer videos and achieving 3$\times$ higher throughput (FPS). The code is available at https://github.com/zeyun-zhong/FlowNar.

Foundations

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

Your Notes