ArXiv TLDR

Compressing ACAS-Xu Lookup Tables with Binary Decision Diagrams

🐦 Tweet
2604.27008

Martin Boniol, Julien Brunel, Jean-Baptiste Chaudron, Christophe Garion, Xavier Thirioux

cs.LOcs.NE

TLDR

This paper uses Binary Decision Diagrams (BDDs) to compress ACAS-Xu lookup tables, maintaining exact decision logic for verifiable, embedded deployment.

Key contributions

  • BDD-based symbolic compression maintains exact ACAS-Xu lookup table semantics.
  • Enables sound, exact reasoning and efficient verification via BDD operations.
  • Significantly reduces memory usage and achieves predictable, low-latency execution.

Why it matters

Large ACAS-Xu lookup tables are memory-intensive, and neural network approximations introduce errors. This paper offers a BDD-based solution that provides exact, verifiable compression, crucial for safety-critical embedded systems.

Original Abstract

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 reduce memory requirements, but they inherently introduce approximation errors and complicate formal verification. This paper presents a symbolic compression approach based on Binary Decision Diagrams (BDDs) that preserves the exact semantics of the ACAS-Xu LUTs. The resulting representation is canonical, deterministic, and fully equivalent to the original tables, enabling sound and exact reasoning over the complete decision logic. By expressing both the system behavior and domain-specific operational properties within a common Boolean framework, verification reduces to efficient BDD operations and emptiness checks, with precise counterexamples generated when properties are violated. We demonstrate that the proposed BDD-based representation significantly reduces memory usage, achieves predictable and low-latency execution, and can be deployed on embedded platforms. These results highlight BDDs as a compelling alternative for exact, verifiable, and embedded deployment of ACAS-Xu decision logic.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.