Dynamic Content Moderation in Livestreams: Combining Supervised Classification with MLLM-Boosted Similarity Matching
Wei Chee Yew, Hailun Xu, Sanjay Saha, Xiaotian Fan, Hiok Hian Ong, David Yuchen Wang, Kanchan Sarkar, Zhenheng Yang, Danhui Guan
TL;DR
The paper tackles the difficulty of real-time moderation for live streams by proposing a hybrid framework that combines a supervised preset violation classifier with a reference-based similarity retrieval system. A knowledge-distillation pipeline from a frozen multimodal teacher (MLLM) guides lightweight student components for both the classifier and re-ranking stages, enabling low-latency deployment. Extensive offline and online evaluations on production-scale data show strong gains in coverage and precision, with substantial reductions in unwanted and duplicate streams. The results demonstrate that pairing high-precision known-violation detection with flexible, retrieval-based generalization yields scalable, adaptable content governance for rapidly evolving livestream platforms.
Abstract
Content moderation remains a critical yet challenging task for large-scale user-generated video platforms, especially in livestreaming environments where moderation must be timely, multimodal, and robust to evolving forms of unwanted content. We present a hybrid moderation framework deployed at production scale that combines supervised classification for known violations with reference-based similarity matching for novel or subtle cases. This hybrid design enables robust detection of both explicit violations and novel edge cases that evade traditional classifiers. Multimodal inputs (text, audio, visual) are processed through both pipelines, with a multimodal large language model (MLLM) distilling knowledge into each to boost accuracy while keeping inference lightweight. In production, the classification pipeline achieves 67% recall at 80% precision, and the similarity pipeline achieves 76% recall at 80% precision. Large-scale A/B tests show a 6-8% reduction in user views of unwanted livestreams}. These results demonstrate a scalable and adaptable approach to multimodal content governance, capable of addressing both explicit violations and emerging adversarial behaviors.
