A Driver-Vehicle Model for ADS Scenario-based Testing

Rodrigo Queiroz,Divit Sharma,Ricardo Caldas,Krzysztof Czarnecki,Sergio García,Thorsten Berger,Patrizio Pelliccione
DOI: https://doi.org/10.1109/TITS.2024.3373531
2024-05-30
Abstract:Scenario-based testing for automated driving systems (ADS) must be able to simulate traffic scenarios that rely on interactions with other vehicles. Although many languages for high-level scenario modelling have been proposed, they lack the features to precisely and reliably control the required micro-simulation, while also supporting behavior reuse and test reproducibility for a wide range of interactive scenarios. To fill this gap between scenario design and execution, we propose the Simulated Driver-Vehicle (SDV) model to represent and simulate vehicles as dynamic entities with their behavior being constrained by scenario design and goals set by testers. The model combines driver and vehicle as a single entity. It is based on human-like driving and the mechanical limitations of real vehicles for realistic simulation. The model leverages behavior trees to express high-level behaviors in terms of lower-level maneuvers, affording multiple driving styles and reuse. Furthermore, optimization-based maneuver planners guide the simulated vehicles towards the desired behavior. Our extensive evaluation shows the model's design effectiveness using NHTSA pre-crash scenarios, its motion realism in comparison to naturalistic urban traffic, and its scalability with traffic density. Finally, we show the applicability of our SDV model to test a real ADS and to identify crash scenarios, which are impractical to represent using predefined vehicle trajectories. The SDV model instances can be injected into existing simulation environments via co-simulation.
Robotics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to simulate vehicle interactions in traffic scenarios during scenario - based testing of Autonomous Driving Systems (ADS). Specifically, although existing high - level scenario modeling languages can describe complex traffic scenarios, they lack the ability to precisely and reliably control micro - simulation. At the same time, they do not support behavior reuse and test repeatability. This results in the consistency and validity of test results being compromised among different simulation tools. To solve these problems, the authors propose the Simulated Driver - Vehicle (SDV) model. This model aims to achieve more realistic traffic simulation by combining driver behavior and vehicle mechanical limitations and supports multiple driving styles and behavior reuse. The SDV model uses behavior trees to express high - level behaviors and generates specific trajectory plans through optimization algorithms, thereby guiding the simulated vehicle to complete the predetermined test objectives. The following are the specific problems that this paper attempts to solve: 1. **Precise control of micro - simulation**: Existing modeling languages cannot precisely control the movement details of simulated vehicles, resulting in inconsistent results among different simulation tools. 2. **Behavior reuse and test repeatability**: Existing methods are difficult to support behavior reuse and test repeatability in a wide range of interaction scenarios. 3. **Realism and complex interactions**: A model is needed to simulate complex vehicle interactions, especially in highly dynamic scenarios involving multiple vehicles, such as emergency collision avoidance. The SDV model solves these problems in the following ways: - **Combining driver behavior and vehicle mechanical limitations**: Ensures more realistic simulation. - **Using behavior trees to express high - level behaviors**: Provides modularity and reusability. - **Optimization - based trajectory planning**: Ensures that the simulated vehicle can achieve the expected test objectives. - **Extension to multi - vehicle interactions**: Supports real - time simulation in high - density traffic scenarios. These improvements enable the SDV model to more effectively simulate real - world traffic situations when testing ADS, thereby improving the safety and reliability of the tests.