Towards Guaranteed Safe AI: A Framework for Ensuring Robust and Reliable AI Systems
David "davidad" Dalrymple, Joar Skalse, Yoshua Bengio, Stuart Russell, Max Tegmark, Sanjit Seshia, Steve Omohundro, Christian Szegedy, Ben Goldhaber, Nora Ammann, Alessandro Abate, Joe Halpern, Clark Barrett, Ding Zhao, Tan Zhi-Xuan, Jeannette Wing, Joshua Tenenbaum
TL;DR
This paper defines guaranteed safe (GS) AI as a safety paradigm that seeks high-assurance quantitative guarantees for AI behaviour via a triad of components: a world model, a safety specification, and a verifier. It surveys the limitations of empirical safety assessments and outlines a spectrum of approaches for building GS AI, from manual or probabilistic world models to formal verification and runtime assurance. Concrete GS AI solutions are illustrated across domains such as code translation, autonomous driving, robotics, healthcare, and climate applications, demonstrating how safety specifications and verifiers interact with world models. The authors argue that GS AI can provide auditable, scalable safety guarantees and should complement existing safety methods within a diversified research portfolio.
Abstract
Ensuring that AI systems reliably and robustly avoid harmful or dangerous behaviours is a crucial challenge, especially for AI systems with a high degree of autonomy and general intelligence, or systems used in safety-critical contexts. In this paper, we will introduce and define a family of approaches to AI safety, which we will refer to as guaranteed safe (GS) AI. The core feature of these approaches is that they aim to produce AI systems which are equipped with high-assurance quantitative safety guarantees. This is achieved by the interplay of three core components: a world model (which provides a mathematical description of how the AI system affects the outside world), a safety specification (which is a mathematical description of what effects are acceptable), and a verifier (which provides an auditable proof certificate that the AI satisfies the safety specification relative to the world model). We outline a number of approaches for creating each of these three core components, describe the main technical challenges, and suggest a number of potential solutions to them. We also argue for the necessity of this approach to AI safety, and for the inadequacy of the main alternative approaches.
