LGSEOct 27, 2022

Many-Objective Reinforcement Learning for Online Testing of DNN-Enabled Systems

arXiv:2210.15432v253 citationsh-index: 89
Originality Incremental advance
AI Analysis

This work addresses the problem of ensuring correct behavior in DNN-enabled cyber-physical systems like autonomous driving for developers and testers, though it appears incremental as it builds on existing RL and search methods.

The paper tackles the problem of online testing for DNN-enabled systems by addressing challenges in exploring dynamic environmental changes and multiple requirements, resulting in MORLOT, which is shown to be significantly more effective and efficient than alternatives with a large effect size in evaluations using CARLA and Transfuser.

Deep Neural Networks (DNNs) have been widely used to perform real-world tasks in cyber-physical systems such as Autonomous Driving Systems (ADS). Ensuring the correct behavior of such DNN-Enabled Systems (DES) is a crucial topic. Online testing is one of the promising modes for testing such systems with their application environments (simulated or real) in a closed loop taking into account the continuous interaction between the systems and their environments. However, the environmental variables (e.g., lighting conditions) that might change during the systems' operation in the real world, causing the DES to violate requirements (safety, functional), are often kept constant during the execution of an online test scenario due to the two major challenges: (1) the space of all possible scenarios to explore would become even larger if they changed and (2) there are typically many requirements to test simultaneously. In this paper, we present MORLOT (Many-Objective Reinforcement Learning for Online Testing), a novel online testing approach to address these challenges by combining Reinforcement Learning (RL) and many-objective search. MORLOT leverages RL to incrementally generate sequences of environmental changes while relying on many-objective search to determine the changes so that they are more likely to achieve any of the uncovered objectives. We empirically evaluate MORLOT using CARLA, a high-fidelity simulator widely used for autonomous driving research, integrated with Transfuser, a DNN-enabled ADS for end-to-end driving. The evaluation results show that MORLOT is significantly more effective and efficient than alternatives with a large effect size. In other words, MORLOT is a good option to test DES with dynamically changing environments while accounting for multiple safety requirements.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes