← 返回论文检索
The ACM Web Conference 2026Special Track: Web4Good

StreamSense: Streaming Social Task Detection with Selective Vision-Language Model Routing

Han Wang 0053, Deyi Ji, Lanyun Zhu, Jiebo Luo 0001, Roy Ka-Wei Lee

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3774904.3793046 ↗

摘要

Live streaming platforms require real-time monitoring and reaction to social signals, utilizing partial and asynchronous evidence from video, text, and audio. We propose StreamSense, a streaming detector that couples a lightweight streaming encoder with selective routing to a Vision–Language Model (VLM) expert. StreamSense handles most timestamps with the lightweight streaming encoder, escalates hard/ambiguous cases to the VLM, and defers decisions when context is insufficient. The encoder is trained using (i) a cross-modal contrastive term to align visual/audio cues with textual signals, and (ii) an IoU-weighted loss that down-weights poorly overlapping target segments, mitigating label interference across segment boundaries. We evaluate StreamSense on multiple social streaming detection tasks (e.g., sentiment classification and hate content moderation), and the results show that StreamSense achieves higher accuracy than VLM-only streaming while only occasionally invoking the VLM, thereby reducing average latency and compute. Our results indicate that selective escalation and deferral are effective primitives for understanding streaming social tasks. Code is publicly available on GitHub.