Taming Silent Failures: A Framework for Verifiable AI Reliability
Guan-Yan Yang, Farn Wang
TL;DR
The paper tackles silent AI failures in safety-critical systems by introducing the Formal Assurance and Monitoring Environment (FAME), a framework that combines offline formal specification and monitor synthesis with online runtime enforcement. It uses Signal Temporal Logic (STL) to encode time-bounded safety contracts and synthesizes lightweight monitors via an RTAMT-based toolchain, wrapping opaque AI components with a verifiable safety net. A proof-of-concept in autonomous perception (YOLOv4 in CARLA) demonstrates that FAME detects 93.5% of silent safety violations in challenging scenarios while maintaining nominal overhead and zero false positives, and it provides a concrete path to ISO 26262 and ISO/PAS 8800 certification through structured assurance workflows. The work highlights a pragmatic shift from pre-deployment validation to a continuous, contract-based runtime assurance that can guide retraining, specification refinement, and end-to-end safety across perception–planning–control stacks. Future directions include integrating generative assurance, self-adapting monitors, and compositional assurance to extend FAME across diverse domains and lifecycle stages.
Abstract
The integration of Artificial Intelligence (AI) into safety-critical systems introduces a new reliability paradigm: silent failures, where AI produces confident but incorrect outputs that can be dangerous. This paper introduces the Formal Assurance and Monitoring Environment (FAME), a novel framework that confronts this challenge. FAME synergizes the mathematical rigor of offline formal synthesis with the vigilance of online runtime monitoring to create a verifiable safety net around opaque AI components. We demonstrate its efficacy in an autonomous vehicle perception system, where FAME successfully detected 93.5% of critical safety violations that were otherwise silent. By contextualizing our framework within the ISO 26262 and ISO/PAS 8800 standards, we provide reliability engineers with a practical, certifiable pathway for deploying trustworthy AI. FAME represents a crucial shift from accepting probabilistic performance to enforcing provable safety in next-generation systems.
