> Paper: Prompt-Induced Score Variance in Zero-Shot Binary Vision-Language Safety Classification > Authors: Charles Weng, Dingwen Li, Alexander Martin > arXiv: 2605.00326 | 2026-04-29
The Phenomenon: Same Image, Different Verdicts
Imagine using an AI model to detect harmful content: one image, one binary safety check.
- Prompt 1: "Does this image contain violent content?" → unsafety probability 0.85
- Prompt 2 (semantically equivalent): "Are there any violent elements in this image?" → unsafety probability 0.45
- Missed detections: harmful content flagged as safe and spread on platforms.
- False positives: benign content removed, chilling legitimate expression.
- Distrust: real safety becomes unknowable when verdicts hinge on phrasing.
- Diagnostic tool: high variance → flag the sample for human review.
- Improvement direction: design more robust prompts, ensemble across multiple prompts, reduce variance, raise reliability.
Same image, semantically equivalent prompts, wildly different scores. The result: unreliable safety classification that depends on prompt wording — a genuine safety risk.
Key Findings of the Paper
> Zero-shot VLM safety classifiers are extremely sensitive to semantically equivalent prompt reformulations, and prompt-level variance is strongly correlated with error rates.
1. Equivalent prompts, different scores — Even with fixed label positions, semantically equivalent prompts produce materially different unsafety probabilities across multiple VLM families. 2. Variance as a fragility indicator — High cross-prompt variance implies prompt-level inconsistency and correlates with higher error rates. Variance is a reliable fragility diagnostic. 3. Training-free detection — Without any additional training, evaluating prompt variance can identify unreliable samples, improving safety. 4. Consistent across benchmarks — The effect holds across multiple multimodal safety benchmarks and VLM families; it is systemic, not an edge case.
Why It Matters
Unreliable safety classification leads to:
The value of prompt variance:
A Feynman-Style Judgment
> If the "safety" of the same content depends on how you ask, the classifier isn't judging — it's guessing. A truly reliable safety system should give consistent answers to semantically equivalent questions; otherwise it doesn't deserve trust.
This mirrors a core principle of the scientific method: results should be independent of the measurement method. If they depend on it, the measurement itself is broken.
Takeaways for Practitioners
If you build safety classification systems, ask yourself:
1. Is my system sensitive to prompt variations? 2. Have I evaluated cross-prompt variance? 3. Are high-variance samples flagged as unreliable? 4. Is my safety classification robust enough?
The paper's warning: a safety system's reliability cannot rest on a "lucky" prompt. When a safety classifier learns to give the same answer no matter how it's asked, it graduates from a "prompt gambler" to a trusted guardian. Consistency matters as much as accuracy — the best safety systems are not the strongest, but the most robust.
Source: arXiv 2605.00326