paper-with-me

Papers

Neural Network Compression of ACAS Xu Early Prototype is Unsafe: Closed-Loop Verification through Quantized State Backreachability

2022-01-17 · Stanley Bak, Hoang-Dung Tran

ACAS Xu is an air-to-air collision avoidance system designed for unmanned aircraft that issues horizontal turn advisories to avoid an intruder aircraft. Due the use of a large lookup table in the design, a neural network compression of the policy was proposed. Analysis of this system has spurred a significant body of research in the formal methods community on neural network verification. While many powerful methods have been developed, most work focuses on open-loop properties of the networks, rather than the main point of the system -- collision avoidance -- which requires closed-loop analysis. In this work, we develop a technique to verify a closed-loop approximation of the system using state quantization and backreachability. We use favorable assumptions for the analysis -- perfect sensor information, instant following of advisories, ideal aircraft maneuvers and an intruder that only flies straight. When the method fails to prove the system is safe, we refine the quantization parameters until generating counterexamples where the original (non-quantized) system also has collisions.

📄 PDF Abstract BibTeX arXiv:2201.06626

Code (1)

stanleybak/quantized_nn_backreach 공식 구현

Tasks

Collision AvoidanceNeural Network CompressionQuantization

Similar Papers 제목 키워드 기반

RACAS: Controlling Diverse Robots With a Single Agentic System

2026-03-05 · Dylan R. Ashley, Jan Przepióra, Yimeng Chen, Ali Abualsaud 외 arxiv

Many robotic platforms expose an API through which external software can command their actuators and read their sensors. However, transitioning from these low-level interfaces to high-level autonomous behaviour requires …

Compressing ACAS-Xu Lookup Tables with Binary Decision Diagrams

2026-04-29 · Martin Boniol, Julien Brunel, Jean-Baptiste Chaudron, Christophe Garion 외 arxiv

The Airborne Collision Avoidance System Xu (ACAS-Xu) relies on large certified Look-Up Tables (LUTs) that encode the exact decision logic used in operation. Neural-network-based approximations have been proposed to reduc…

Collision Avoidance

Fast Falsification of Neural Networks using Property Directed Testing

2021-04-26 · Moumita Das, Rajarshi Ray, Swarup Kumar Mohalik, Ansuman Banerjee

Neural networks are now extensively used in perception, prediction and control of autonomous systems. Their deployment in safety-critical systems brings forth the need for verification techniques for such networks. As an…

Autonomous Pressure Control in MuVacAS via Deep Reinforcement Learning and Deep Learning Surrogate Models

2025-12-17 · Guillermo Rodriguez-Llorente, Galo Gallardo, Rodrigo Morant Navascués, Nikita Khvatkin Petrovsky 외 arxiv

The development of nuclear fusion requires materials that can withstand extreme conditions. The IFMIF-DONES facility, a high-power particle accelerator, is being designed to qualify these materials. A critical testbed fo…

Reinforcement Learning

Reachable Polyhedral Marching (RPM): A Safety Verification Algorithm for Robotic Systems with Deep Neural Network Components

2020-11-23 · Joseph A. Vincent, Mac Schwager

We present a method for computing exact reachable sets for deep neural networks with rectified linear unit (ReLU) activation. Our method is well-suited for use in rigorous safety analysis of robotic perception and contro…