PolicyShiftGuard: Benchmarking and Improving Policy-Adaptive Image Guardrails
Summary
This paper introduces PolicyShiftBench, a benchmark for policy-adaptive image guardrails, and PolicyShiftGuard, a compact model trained with a two-stage method that improves performance under shifting safety policies.
View Cached Full Text
Cached at: 07/16/26, 05:42 AM
Paper page - PolicyShiftGuard: Benchmarking and Improving Policy-Adaptive Image Guardrails
Source: https://huggingface.co/papers/2607.05910
Abstract
Imageguardrailsaretypicallytrainedandevaluatedunderafixedsafetypolicy,implicitlytreatingsafetyasanintrinsicpropertyofanimage.Realdeploymentsaredifferent:thesameimagemaybeallowedinoneproduct,restrictedinanother,andnewlydisallowedwhenapolicyboundarychanges.Westudypolicy-adaptiveimageguardrailing,whereamodelmustdecidewhetheranimageviolatesthecurrentlysuppliedpolicyandgeneralizetoheld-outpolicydefinitions.WeintroducePolicyShiftBench,acomprehensivebenchmarkwith2,000policy-discriminativeinstancesover265images,whereeachimageispairedwith7.55policy-conditionedpromptsonaveragetotestwhethermodelsadapttotheactivepolicyratherthanrelyingonimage-levelsafetypriors.WethenproposePolicyShiftGuard,acompactpolicy-conditionedguardrailtrainedwithatwo-stagetrainingrecipethatcombinesRandomizedPolicySFT(RP-SFT)withBoundary-PairPolicyAdaptation(BP-Adapt).BP-Adapttrainsmatchedpromptsforthesameimageandriskcategoryusingstandardlabelsupervisionandapairwisecomparisonlossthatseparatesblockingpoliciesfrompassingpolicies.ExperimentsshowthatexistingVLMsandspecializedguardrailsremainbrittleunderpolicyshifts,whilePolicyShiftGuardsubstantiallyimprovespolicy-sensitiveperformance.The7BmodelachievesSOTAperformanceof76.9Avg.F1and72.1Avg.PSSonPolicyShiftBench,transferswelltoUnSafeBenchandSafeEditBench,andimprovesthelatency-performancetrade-offwithaconciseoutputformat.Ablationsconfirmthatmatchedpass/blockboundarypairsareessentialforstablepolicyadaptation.
View arXiv pageView PDFProject pageGitHub20Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.05910 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.05910 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.05910 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
SingGuard: A Policy-Adaptive Multimodal LLM Guardrail with Dynamic Reasoning
SingGuard is a policy-adaptive multimodal LLM guardrail model for text, image, and multilingual safety moderation, featuring dynamic reasoning and a new benchmark SingGuard-Bench. It achieves state-of-the-art results across multiple datasets.
SafePyramid: A Hierarchical Benchmark for In-context Policy Guardrailing
SafePyramid is a hierarchical benchmark with 1,000 multi-turn conversations across 10 domains and 3,000 policies to evaluate guardrail systems' ability to identify safety violations via in-context policy specification. Tests on 10 frontier LLMs show that even GPT-5.5 only correctly identifies all violated rules 54% of the time at the easiest level, highlighting the challenge of reliable in-context policy guardrailing.
PolicyGuard: A Dialogue-Grounded Sub-Agent Verifier for Policy Adherence in LLM Agents
PolicyGuard is a sub-agent verifier that enhances LLM agent policy adherence by providing contextual reasoning and conversation-specific feedback across multi-turn interactions, achieving significant improvements on the tau^2-BENCH benchmark.
Benchmarking Open-Source Safety Guard Models: A Comprehensive Evaluation
This paper presents a comprehensive evaluation of 14 open-source safety guard models on a curated benchmark of 79,331 samples across 8 NIST safety categories, finding that model size does not correlate with detection performance and that Qwen Guard (4B) achieves the highest recall.
Do Safety Guardrails Need to Reason? LeanGuard: A Fast and Light Approach for Robust Moderation
This paper introduces LeanGuard, a lightweight bidirectional encoder-based safety guardrail that matches the accuracy of larger reasoning-based guardrails while being approximately 100x faster, challenging the assumption that chain-of-thought reasoning is necessary for effective moderation.