Research Papers 论文研究 3h ago Updated 54m ago 更新于 54分钟前 50

Evaluation Blindness: How Silent Measurement Failures Corrupt AI Systems from Training to Deployment 评估盲区:无声的测量故障如何从训练到部署腐蚀AI系统

Introduces "evaluation blindness": a measurement function that produces readings indistinguishable from a healthy state while the system is actually failing, with no auxiliary signal flagging the gap Unifies training-time and deployment-time failures under a formal detectability predicate, showing both stages suffer from silent measurement corruption Presents a six-class taxonomy of production failures validated against 50 real-world incidents, finding that 53% of verifiable public failures were 提出"评估盲点"概念:测量函数在系统实际故障时产生与健康状态无法区分的读数,且无辅助信号标记差距 统一训练和部署两个生命周期的沉默故障问题,提供形式化可检测性谓词 基于50个真实世界事件验证六类故障分类法,发现53%的可验证公开故障是沉默的 包含TRL PR #6594真实bug案例:梯度被腐蚀但损失曲线正常下降 提出故障预算框架,将可接受故障率与用例风险类别关联

68
Hot 热度
78
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces "evaluation blindness": a measurement function that produces readings indistinguishable from a healthy state while the system is actually failing, with no auxiliary signal flagging the gap
  • Unifies training-time and deployment-time failures under a formal detectability predicate, showing both stages suffer from silent measurement corruption
  • Presents a six-class taxonomy of production failures validated against 50 real-world incidents, finding that 53% of verifiable public failures were silent
  • Documents a real implementation bug in TRL PR #6594 where gradients are corrupted while loss curves appear healthy
  • Proposes a failure budget framework that ties acceptable failure rates to use-case risk class

Why It Matters

This paper reframes measurement infrastructure as a correctness concern across the entire AI lifecycle, not merely an evaluation-time concern. For AI practitioners, it reveals that the majority of real-world failures may go undetected by standard monitoring, making it essential to rethink how training loops, reward models, and production systems are measured and audited.

Technical Details

  • Formal detectability predicate: A unified mathematical framework defining when a measurement function M exhibits evaluation blindness with respect to failure class F, bridging training-time and deployment-time failure modes
  • Six-class failure taxonomy: Includes categories such as reward model gaming, importance-sampling miscalculation, benchmark contamination, and an Operational category that is structurally 100% silent by design
  • Real-world validation: Taxonomy validated against 50 incidents sourced from court documents and regulatory filings, with 53% confirmed as silent failures
  • Case study — TRL PR #6594: A concrete bug where gradient corruption occurs during fine-tuning while loss decreases normally, demonstrating silent failure propagation through training loops
  • Failure budget framework: A risk-based model linking acceptable silent failure rates to the risk class of the intended use case

Industry Insight

  • Organizations should treat monitoring and evaluation infrastructure with the same rigor as model architecture — measurement correctness must be audited across the full lifecycle, not just at benchmark time
  • The finding that over half of public failures are silent suggests current production monitoring stacks are systematically underreporting risk; practitioners should adopt failure budget frameworks calibrated to their deployment risk class
  • Regulatory and legal exposure is significant: since many silent failures surface only through downstream harm in court or regulatory contexts, proactive measurement auditing could reduce liability and improve system reliability

TL;DR

  • 提出"评估盲点"概念:测量函数在系统实际故障时产生与健康状态无法区分的读数,且无辅助信号标记差距
  • 统一训练和部署两个生命周期的沉默故障问题,提供形式化可检测性谓词
  • 基于50个真实世界事件验证六类故障分类法,发现53%的可验证公开故障是沉默的
  • 包含TRL PR #6594真实bug案例:梯度被腐蚀但损失曲线正常下降
  • 提出故障预算框架,将可接受故障率与用例风险类别关联

为什么值得看

本文首次系统性地揭示了AI系统中"沉默故障"的普遍性和危害性,指出53%的公开可验证故障在测量层面完全不可见。这对AI从业者具有警示意义:当前过度依赖损失曲线和基准测试的评估范式存在根本性缺陷,测量基础设施应被视为全生命周期的正确性问题。

技术解析

  • 评估盲点形式化定义:测量函数M对故障类别F呈现评估盲点,当且仅当系统实际处于F类故障状态时,M产生的读数与健康状态统计不可区分,且无辅助信号标记此差距
  • 六类故障分类法:涵盖训练时(奖励模型操纵、重要性采样误算、基准污染)和部署时(含100%结构性沉默的Operational类别)的故障类型,经50个真实事件验证
  • TRL PR #6594案例:真实实现bug显示梯度被腐蚀,但损失曲线正常下降、梯度更新看似正常,属于典型的训练时沉默故障
  • 故障预算框架:将可接受故障率与用例风险类别绑定,为不同应用场景提供差异化的可靠性标准

行业启示

  • 评估基础设施需从"验证工具"升级为"正确性保障组件",贯穿训练、评估、部署全链路,而非仅在发布前进行一次性验证
  • 行业应建立沉默故障的主动检测机制,不能仅依赖损失曲线、基准分数等单一指标,需引入多维度健康信号
  • 高风险应用场景(医疗、金融、自动驾驶)需采用更严格的故障预算标准,监管框架应考虑将"沉默故障率"纳入合规指标

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Evaluation 评测 Research 科学研究 Training 训练 Deployment 部署 Alignment 对齐