paper-with-me

Papers

SafeWatch: An Efficient Safety-Policy Following Video Guardrail Model with Transparent Explanations

2024-12-09 · Zhaorun Chen, Francesco Pinto, Minzhou Pan, Bo Li

With the rise of generative AI and rapid growth of high-quality video generation, video guardrails have become more crucial than ever to ensure safety and security across platforms. Current video guardrails, however, are either overly simplistic, relying on pure classification models trained on simple policies with limited unsafe categories, which lack detailed explanations, or prompting multimodal large language models (MLLMs) with long safety guidelines, which are inefficient and impractical for guardrailing real-world content. To bridge this gap, we propose SafeWatch, an efficient MLLM-based video guardrail model designed to follow customized safety policies and provide multi-label video guardrail outputs with content-specific explanations in a zero-shot manner. In particular, unlike traditional MLLM-based guardrails that encode all safety policies autoregressively, causing inefficiency and bias, SafeWatch uniquely encodes each policy chunk in parallel and eliminates their position bias such that all policies are attended simultaneously with equal importance. In addition, to improve efficiency and accuracy, SafeWatch incorporates a policy-aware visual token pruning algorithm that adaptively selects the most relevant video tokens for each policy, discarding noisy or irrelevant information. This allows for more focused, policy-compliant guardrail with significantly reduced computational overhead. Considering the limitations of existing video guardrail benchmarks, we propose SafeWatch-Bench, a large-scale video guardrail benchmark comprising over 2M videos spanning six safety categories which covers over 30 tasks to ensure a comprehensive coverage of all potential safety scenarios. SafeWatch outperforms SOTA by 28.2% on SafeWatch-Bench, 13.6% on benchmarks, cuts costs by 10%, and delivers top-tier explanations validated by LLM and human reviews.

📄 PDF Abstract BibTeX arXiv:2412.06878

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

SafeLens: Deliberate and Efficient Video Guardrails with Fast-and-Slow Screening

2026-05-17 · Shahriar Kabir Nahin, Hadi Askari, Muhao Chen, Anshuman Chhabra arxiv

The rapid growth of online video platforms and AI-generated content has made reliable video guardrails a key challenge for safety and real-world deployment. While most videos can be screened through fast pattern recognit…

Towards Policy-Adaptive Image Guardrail: Benchmark and Method

2026-03-01 · Caiyong Piao, Zhiyuan Yan, Haoming Xu, Yunzhen Zhao 외 arxiv

Accurate rejection of sensitive or harmful visual content, i.e., harmful image guardrail, is critical in many application scenarios. This task must continuously adapt to the evolving safety policies and content across va…

Reinforcement LearningGeneral Knowledge

SingGuard: A Policy-Adaptive Multimodal LLM Guardrail with Dynamic Reasoning

2026-06-22 · SingGuard Team arxiv

Vision-language models (VLMs) are increasingly deployed in consumer, medical, financial, and enterprise applications. This broad deployment expands the safety surface: risks can arise from multimodal question answering, …

Reinforcement LearningAdversarial AttackQuestion Answering

LPG: Balancing Efficiency and Policy Reasoning in Latent Policy Guardrails

2026-05-17 · Nanxi Li, Zhengyue Zhao, Chaowei Xiao arxiv

Guardrails are a critical safety layer for modern AI systems, but their operating regime is changing. As LLMs are deployed as customized assistants, safety policies are increasingly specified at inference time by users, …

ConsisGuard: Aligning Safety Deliberation with Policy Enforcement in LLM Guardrails

2026-05-29 · Yan Wang, Zhixuan Chu, Zihao Xue, Zhen Bi 외 arxiv

Reasoning-based LLM guardrails improve safety moderation by generating explicit rationales before issuing final decisions. However, their rationales do not always lead to faithful enforcement: a model may recognize a har…