Safety Enforcement for the Verification of Autonomous Systems

Abstract

Verifying that the behavior of an autonomous systems is safe is fundamental for safety-critical properties like preventing crashes in autonomous vehicles. Unfortunately, exhaustive verification techniques fail to scale to the size of real-life systems. Moreover, these systems frequently use algorithms whose runtime behavior cannot be determined at design time (e.g., machine learning algorithms). This presents another problem given that these algorithms cannot be verified at design time. Fortunately, a technique known as runtime assurance can be used for these cases. The strategy that runtime assurance uses to verify a system is to add small components (known as enforcers) to the system that monitor its output and evaluate whether the output is safe or not. If the output is safe, then the enforcer will let it pass; if the output is unsafe, the enforcer replaces it with a safe output. For instance, in a drone system that must be restricted to fly within a constrained area (a.k.a. geo-fence) an enforcer will monitor the movement commands to the drone. Specifically, if a movement command keeps the drone within the geo-fence, the enforcer lets it pass, but if the command takes the drone outside of this area, the enforcer replaces it with a safe command (e.g., hovering). Given that enforcers are small components fully specified at design time, it is possible to use exhaustive verification techniques to prove that they can keep the behavior of the whole system safe (e.g., the drone flying within the geo-fence) even if the system contains unverfied code.

Open PDF

Document Details

Document Type
Technical Report
Publication Date
Jan 01, 2018
Accession Number
AD1087506

Entities

People

  • Björn Andersson
  • Dionisio de Niz
  • Gabriel A. Moreno

Organizations

  • Carnegie Mellon University

Tags

Communities of Interest

  • Air Platforms
  • Autonomy
  • Cyber

DTIC Thesaurus Topics

  • Aircrafts
  • Autonomous Systems
  • Cognitive Systems Engineering
  • Control Systems
  • Cyber-Physical Systems
  • Drones
  • Embedded Systems
  • Engineering
  • Guarantees
  • Hovering
  • Language
  • Learning
  • Machine Learning
  • Materials
  • Scheduling (Production)
  • Software Development
  • Unmanned Systems

Fields of Study

  • Computer science
  • Engineering

Readers

  • Aviation Safety Risk Assessment.
  • Computational Modeling and Simulation
  • Tactical Satellite Communications Systems Engineering.

Technology Areas

  • AI & ML
  • AI & ML - Autonomous Systems
  • Autonomy
  • Autonomy - Autonomous System Control