Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/28 04:00:00
Diffusion-Guided Search via Exponential Tilting (DiffTilt): An Application to Falsification of Safety-Critical Systems
AI 中文解读
1. 核心亮点:科学家开发出一种新方法,能像“精准探照灯”一样,在数不清的普通场景中快速找到自动驾驶等安全系统的“致命漏洞”,比传统技术快得多。
2. 通俗解读:安全关键系统(比如无人车)在上市前必须通过无数测试,但最危险的故障往往极其罕见,好比在大海里捞一根针。传统方法像无头苍蝇一样随机测试,效率极低。而这项新技术巧妙地把“概率地图”重新调配——它用AI模型提前标记出哪些场景最可能出问题,然后集中火力在这些高危区域进行模拟测试。这就像医生先通过CT扫描锁定病灶区域,再精准活检,而不是全身盲查。实验表明,新方法不仅找到了更多隐患,而且成本更低。
3. 实际影响:对普通人来说,最直接的改变就是自动驾驶、智能工厂机器人、甚至医疗设备会更加安全。因为厂商能用更少的测试时间,发现更多平时几乎不会遇到但后果严重的“暗藏危机”。比如,自动驾驶在暴雨中突然遇到塑料袋飘来导致误判的场景,以前可能被忽略,现在能被系统性地揪出来。这意味着未来我们使用这些技术时,意外事故的概率将进一步降低。
arXiv:2607.23134v1 Announce Type: new
Abstract: Discovering rare safety-critical failures in autonomous and cyber-physical systems is a fundamental challenge in verification and validation. Existing falsification approaches rely on conditional sampling strategies that factor the joint distribution over environments and system executions, and therefore suffer from multiplicative rarity effects: the simultaneous scarcity of failure-inducing inputs and failure-inducing traces makes exhaustive search prohibitively expensive.
This paper develops DiffTilt, a distributional framework that exponentially tilts a diffusion model-induced joint distribution over environments and executions. We show that diffusion-guided sampling admits an exact interpretation as importance sampling in the joint space, where guidance scores induce a KL-optimal reallocation of probability mass towards failure-relevant behaviors. We further show that tilting provably amplifies failure probability and strictly outperforms conditional sampling, which is limited by multiplicative rarity. In this framework, the joint generative model serves as a reusable prior over scenarios and need not faithfully represent the system under test. Expensive system simulations are instead limited to learning a scoring function that characterizes scenario quality, enabling their selective and adaptive use.
We study DiffTilt on ARCH-COMP benchmarks, and we propose an additional tractor-trailer benchmark showing the behavior of several approaches when scenario generation is guided by a well-defined specification rather than a reward. The proposed method achieves competitive or improved falsification performance compared to state-of-the-art approaches, with larger gains when specification definition is not limited to STL formulas.
分享
阅读原文 ↗