← Latest papers
🤖 AI

Coverage-Driven Verification for Safety-by-Design in AI-Based Collision Avoidance Systems

This paper proposes a structured engineering process for assessing the representativeness of Operational Design Domains (ODDs) in AI-based aviation safety systems, utilizing Kullback-Leibler divergence and Cramér's V to quantitatively evaluate data coverage against EASA safety standards, as demonstrated through airborne collision avoidance simulations.

Original authors: Thomas Stefani, Johann Maximilian Christensen, Elena Hoemann, Frank Köster, Sven Hallerbach

Published 2026-08-24
📖 5 min read🧠 Deep dive

Original authors: Thomas Stefani, Johann Maximilian Christensen, Elena Hoemann, Frank Köster, Sven Hallerbach

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the sky above, the future of aviation is being written in code. As artificial intelligence promises to make aircraft safer and more efficient, a critical question remains: how do we know these smart systems will behave correctly when the unexpected happens? The answer lies not just in testing the software, but in understanding the world the software is designed to navigate. Every intelligent system operates within a specific set of conditions, a defined space of possibilities known as its operational design domain. For a collision avoidance system, this domain includes everything from the speed of the aircraft to the distance between it and another plane. Safety regulators require proof that the data used to train and test these systems truly represents the real world. If the training data is skewed or incomplete, the system might fail when it encounters a situation it has never seen before. The challenge for engineers is to prove that their data covers the full range of possible scenarios and that the frequency of those scenarios matches reality, a task that becomes incredibly difficult when dealing with millions of data points and complex, high-dimensional spaces.

A team of researchers at the German Aerospace Center has developed a new method to solve this problem, specifically for AI-based collision avoidance systems. They focused on two specific systems: one that handles horizontal maneuvers to avoid collisions and another that manages vertical climbs and descents. These systems rely on neural networks that make split-second decisions based on inputs like relative speed, distance, and time to the closest point of approach. The researchers took millions of simulated flight scenarios generated from previous experiments and asked a simple but profound question: does the data we have actually look like the world we expect to fly in? They did not just count how many different situations were tested; they examined the statistical shape of the data to see if it matched the intended distribution. In their simulations, they found that while some data sets covered the full range of possible values, the way those values were distributed was often wrong. For instance, in one system, the data showed that aircraft were almost always flying at a stable altitude, whereas the safety model assumed a much wider variety of climbing and descending behaviors. This mismatch meant that the system was being tested on a distorted version of reality, potentially leaving it unprepared for rare but dangerous events.

To measure this mismatch, the team evaluated several statistical tools. They first tried a traditional method known as the chi-squared test, which is often used to compare data sets. However, they discovered that this tool breaks down when faced with the massive amounts of data generated by modern simulations. Because the test is so sensitive to sample size, it flagged even tiny, harmless differences as major errors, essentially screaming that the data was wrong when it was actually quite good. This led the researchers to reject the traditional test for this specific application. Instead, they adopted two more robust measures that could handle large data sets without being fooled by their sheer volume. These measures acted like a scale, weighing the difference between the observed data and the expected target distribution to see if the gap was significant or just a minor fluctuation. By using these tools, they could distinguish between data that was merely different and data that was dangerously unrepresentative.

The results of their analysis revealed a clear divide between two types of coverage. One type, which they call completeness, simply asks if every possible scenario has been touched at least once. The other, representativeness, asks if the scenarios appear in the right proportions. The researchers found that a data set could be complete—covering every corner of the operational space—yet still fail the test of representativeness because the data was clustered in the wrong places. In one specific case involving the time until a potential collision, the data perfectly matched the expected uniform distribution, earning a top rating. In another case involving vertical speed, the data was heavily concentrated around zero, failing to represent the extreme climbs and descents that the system needed to be ready for. This distinction is vital: having data for every possible situation is not enough if the data does not reflect how often those situations actually occur in the real world.

The paper concludes that a single metric is not enough to guarantee safety. Instead, a two-step process is required. First, engineers must ensure that the data fills the entire operational space, checking that no gaps exist. Second, they must verify that the data follows the correct statistical shape, using the new measures to confirm that the distribution matches the safety requirements. This approach provides a structured way to validate AI systems, moving beyond simple testing to a deeper statistical assurance. By applying this method to the collision avoidance simulations, the researchers demonstrated that it is possible to quantitatively assess whether an AI system is being trained on a fair and accurate picture of the sky. Their work offers a path forward for regulators and engineers to certify AI systems with confidence, ensuring that the technology protecting our future flights is built on a foundation of data that truly represents the world it will fly in.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →