arXiv:2604.11072cs.AI2026-04被引 1

用无监督方法发现AI行为异常,无需预设错误类型。

Hodoscope: Unsupervised Monitoring for AI Misbehaviors

  • 通过对比不同组别行为分布差异,自动识别异常动作模式。
  • 在多个基准测试中发现未知漏洞,减少人工审查工作量6-23倍。
  • 适合安全审计、模型验证人员,提升对隐蔽风险的感知能力。

现有AI代理监控方法依赖有监督评估:人工编写规则或基于大模型的评判器检测已知失败模式。但新出现的异常行为可能超出预定义范畴,且大模型评判器本身不可靠。为此,我们提出无监督监控,类比无监督学习思想:不预先设定问题行为标准,而是帮助人类发现潜在问题行为,由人最终判断。我们观察到,问题行为往往具有独特性——例如模型利用基准漏洞时会表现出基线模型没有的动作;单一评估任务中的漏洞会在多基准运行中引发行为异常。这启发我们以群体间行为差异为主要信号。我们提出Hodoscope工具,通过比较各组行为分布,突出显示独特且可疑的动作模式供人工审查。使用Hodoscope,我们发现了Commit0基准中未被察觉的漏洞(未压缩的git历史可恢复真值,导致至少五种模型得分虚高),并独立复现了ImpossibleBench和SWE-bench上的已知漏洞。定量评估表明,该方法相较均匀采样可降低6-23倍的人工审查负担。最后,我们证明通过Hodoscope发现的行为描述能提升大模型评判器的检测准确率,为从无监督向有监督监控过渡提供路径。

原文摘要 · Abstract (English)

Existing approaches to monitoring AI agents rely on supervised evaluation: human-written rules or LLM-based judges that check for known failure modes. However, novel misbehaviors may fall outside predefined categories entirely and LLM-based judges can be unreliable. To address this, we formulate unsupervised monitoring, drawing an analogy to unsupervised learning. Rather than checking for specific misbehaviors, an unsupervised monitor assists humans in discovering problematic agent behaviors without prior assumptions about what counts as problematic, leaving that determination to the human. We observe that problematic behaviors are often distinctive: a model exploiting a benchmark loophole exhibits actions absent from well-behaved baselines, and a vulnerability unique to one evaluation manifests as behavioral anomalies when the same model runs across multiple benchmarks. This motivates using group-wise behavioral differences as the primary signal for unsupervised monitoring. We introduce Hodoscope, a tool that operationalizes this insight. Hodoscope compares behavior distributions across groups and highlights distinctive and potentially suspicious action patterns for human review. Using Hodoscope, we discover a previously unknown vulnerability in the Commit0 benchmark (unsquashed git history allowing ground-truth recovery, inflating scores for at least five models) and independently recover known exploits on ImpossibleBench and SWE-bench. Quantitative evaluation estimates that our method reduces review effort by 6-23$\times$ compared to naive uniform sampling. Finally, we show that behavior descriptions discovered through Hodoscope could improve the detection accuracy of LLM-based judges, demonstrating a path from unsupervised to supervised monitoring.

AI监控无监督检测漏洞发现行为分析

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。