paper-with-me

Papers

Towards Policy-Adaptive Image Guardrail: Benchmark and Method

2026-03-01 · Caiyong Piao, Zhiyuan Yan, Haoming Xu, Yunzhen Zhao, Kaiqing Lin, Feiyang Xu, Shuigeng Zhou 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 various domains and over time. However, traditional classifiers, confined to fixed categories, require frequent retraining when new policies are introduced. Vision-language models (VLMs) offer a more adaptable and generalizable foundation for dynamic safety guardrails. Despite this potential, existing VLM-based safeguarding methods are typically trained and evaluated under only a fixed safety policy. We find that these models are heavily overfitted to the seen policy, fail to generalize to unseen policies, and even lose the basic instruction-following ability and general knowledge. To address this issue, in this paper we make two key contributions. First, we benchmark the cross-policy generalization performance of existing VLMs with SafeEditBench, a new evaluation suite. SafeEditBench leverages image-editing models to convert unsafe images into safe counterparts, producing policy-aligned datasets where each safe-unsafe image pair remains visually similar except for localized regions violating specific safety rules. Human annotators then provide accurate safe/unsafe labels under five distinct policies, enabling fine-grained assessment of policy-aware generalization. Second, we introduce SafeGuard-VL, a reinforcement learning-based method with verifiable rewards (RLVR) for robust unsafe-image guardrails. Instead of relying solely on supervised fine-tuning (SFT) under fixed policies, SafeGuard-VL explicitly optimizes the model with policy-grounded rewards, promoting verifiable adaptation across evolving policies. Extensive experiments verify the effectiveness of our method for unsafe image guardrails across various policies.

📄 PDF Abstract BibTeX arXiv:2603.01228

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningGeneral Knowledge

Similar Papers 제목 키워드 기반

PolicyShiftGuard: Benchmarking and Improving Policy-Adaptive Image Guardrails

2026-07-07 · Mingyang Song, Luxin Xu, Haoyu Sun, Minzhou Pan 외 arxiv

Image guardrails are typically trained and evaluated under a fixed safety policy, implicitly treating safety as an intrinsic property of an image. Real deployments are different: the same image may be allowed in one prod…

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…

Video Generation

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

SafePyramid: A Hierarchical Benchmark for In-context Policy Guardrailing

2026-06-29 · Jiacheng Zhang, Haoyu He, Sen Zhang, Shen Wang 외 arxiv

In real-world applications, guardrails are often expected to identify unsafe user-model interactions according to application-specific safety policies, rather than relying on predefined risk taxonomies. In this work, we …

SafeVision: Efficient Image Guardrail with Robust Policy Adherence and Explainability

2025-10-28 · Peiyang Xu, Minzhou Pan, Zhaorun Chen, Shuang Yang 외 arxiv

With the rapid proliferation of digital media, the need for efficient and transparent safeguards against unsafe content is more critical than ever. Traditional image guardrail models, constrained by predefined categories…