LGJul 23, 2025

Filter-And-Refine: A MLLM Based Cascade System for Industrial-Scale Video Content Moderation

arXiv:2507.17204v12 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate content moderation for video platforms, though it is incremental by adapting existing MLLMs for a specific domain.

The paper tackled industrial-scale video content moderation by developing a cascade system that integrates a multimodal large language model (MLLM) with a lightweight router, improving F1 score by 66.50% over traditional classifiers and increasing moderation volume by 41% while reducing computational cost to 1.5% of direct deployment.

Effective content moderation is essential for video platforms to safeguard user experience and uphold community standards. While traditional video classification models effectively handle well-defined moderation tasks, they struggle with complicated scenarios such as implicit harmful content and contextual ambiguity. Multimodal large language models (MLLMs) offer a promising solution to these limitations with their superior cross-modal reasoning and contextual understanding. However, two key challenges hinder their industrial adoption. First, the high computational cost of MLLMs makes full-scale deployment impractical. Second, adapting generative models for discriminative classification remains an open research problem. In this paper, we first introduce an efficient method to transform a generative MLLM into a multimodal classifier using minimal discriminative training data. To enable industry-scale deployment, we then propose a router-ranking cascade system that integrates MLLMs with a lightweight router model. Offline experiments demonstrate that our MLLM-based approach improves F1 score by 66.50% over traditional classifiers while requiring only 2% of the fine-tuning data. Online evaluations show that our system increases automatic content moderation volume by 41%, while the cascading deployment reduces computational cost to only 1.5% of direct full-scale deployment.

Foundations

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

Your Notes