Papers for

train control system developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Probabilistic models improve testing of AI in complex operational domains

Probabilistic Modelling of Operational Design Domains, A New Approach for Testing AI Systems

Abstract: The conventional testing process quickly fails when applied to ML-based systems such as obstacle detection in vehicles: if an obstacle is not detected in a test, classical bug fixing is impossible and an AI system will always retain shortcomings. Test results can therefore only be interpreted statistically, which in turn requires test sets that are not only complete with respect to the operational design domain (ODD) of the system, but also representative of it. To this end, we introduce probabilistically extended ontologies (PEONs): ontologies describing the ODD, augmented with a probability distribution over the partitioning they induce. Instead of unmaintainable conditional probability tables, only marginal distributions and functionally described dependencies need to be specified; algorithms based on couplings and optimal transport complete this specification to a Bayesian network. From a PEON we derive the sampling of representative test cases, rigorous end-of-test criteria for given quality targets and significance levels, and methods for re-evaluating existing test results and for assessing the balance of training data. We demonstrate the practical modelling of a complex ODD using the example of automatic train operation.

Mon 21 SeptMachine Learning
The gist
Testing AI systems like obstacle detectors is hard because missing a detection doesn't point to a clear bug. The authors introduce a new way to describe all the possible situations (the operational design domain) an AI might face, using probability to capture how often different cases occur. This helps create better test examples, decide when enough testing is done, and check if training data is balanced. They show how this works for automatic train control systems.
Open 2609.24397v1