Open-Source Tool Based Framework for Automated Performance Evaluation of an AD Function

Read original: arXiv:2406.16362 - Published 6/26/2024 by Daniel Becker, Sanath Konthala, Lutz Eckstein
Total Score

0

Open-Source Tool Based Framework for Automated Performance Evaluation of an AD Function

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper introduces an open-source tool-based framework for the automated performance evaluation of an autonomous driving (AD) function.
  • The framework aims to streamline the testing and validation of AD systems by providing a standardized and repeatable approach.
  • The authors demonstrate the framework's capabilities through a case study involving the testing of an AD function in simulation.

Plain English Explanation

The paper describes a new tool that can help test and evaluate self-driving car systems. This tool is important for the development of autonomous vehicles, as it provides a standardized and automated way to assess the performance of these systems.

The framework allows researchers and engineers to systematically test an autonomous driving function in a simulated environment. This is similar to how other researchers have used scenario-based testing to evaluate AD systems. The framework provides a consistent and repeatable way to measure the behavior of the autonomous driving system under different driving conditions and scenarios.

By using this tool, developers can more efficiently identify issues or areas for improvement in their self-driving car algorithms. This aligns with other research that has explored data-driven and simulation-based approaches for evaluating autonomous driving. The framework aims to streamline the testing process and make it easier to validate the safety and performance of autonomous driving functions before deploying them in the real world.

Technical Explanation

The paper presents an open-source, tool-based framework for the automated performance evaluation of an autonomous driving (AD) function. The framework consists of several key components:

  1. Scenario Generation: The framework allows users to define and generate diverse driving scenarios to test the AD function, including various road layouts, weather conditions, and other traffic participants.
  2. Simulation Environment: The framework integrates with a simulation environment, such as CARLA or SUMO, to provide a realistic virtual testbed for evaluating the AD function.
  3. Evaluation Metrics: The framework defines a set of standardized performance metrics, including safety, comfort, and efficiency, to quantify the behavior of the AD function under different scenarios.
  4. Automated Testing: The framework automates the process of scenario generation, simulation, and performance evaluation, allowing for high-throughput testing of the AD function.

The authors demonstrate the capabilities of the framework through a case study involving the testing of an AD function in simulation. They show how the framework can be used to generate diverse driving scenarios, execute automated test runs, and analyze the performance of the AD function across various metrics.

Critical Analysis

The paper presents a promising approach to streamlining the testing and validation of autonomous driving systems. By providing a standardized and automated framework, the tool can help accelerate the development and deployment of safe and reliable AD functions.

However, the paper does not address some potential limitations of the framework. For instance, the simulation environment may not fully capture the complexity and unpredictability of real-world driving conditions, which could limit the transferability of the results to the real world. Additionally, the framework may not be able to capture all the nuances and edge cases that can arise in actual driving situations.

Furthermore, the paper does not discuss the potential biases or blind spots that may be introduced by the scenario generation process or the choice of evaluation metrics. It would be important to explore these issues to ensure that the framework provides a comprehensive and unbiased assessment of the AD function.

Conclusion

This paper introduces a valuable open-source tool-based framework for the automated performance evaluation of autonomous driving functions. By providing a standardized and repeatable approach to testing AD systems in simulation, the framework has the potential to streamline the development and validation of these technologies.

While the framework shows promise, it is important to consider the limitations and potential biases inherent in simulation-based testing. As the field of autonomous driving continues to evolve, it will be crucial to refine and expand the capabilities of such frameworks to ensure the safe and reliable deployment of self-driving cars.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Open-Source Tool Based Framework for Automated Performance Evaluation of an AD Function
Total Score

0

Open-Source Tool Based Framework for Automated Performance Evaluation of an AD Function

Daniel Becker, Sanath Konthala, Lutz Eckstein

As automation in the field of automated driving (AD) progresses, ensuring the safety and functionality of AD functions (ADFs) becomes crucial. Virtual scenario-based testing has emerged as a prevalent method for evaluating these systems, allowing for a wider range of testing environments and reproducibility of results. This approach involves AD-equipped test vehicles operating within predefined scenarios to achieve specific driving objectives. To comprehensively assess the impact of road network properties on the performance of an ADF, varying parameters such as intersection angle, curvature and lane width is essential. However, covering all potential scenarios is impractical, necessitating the identification of feasible parameter ranges and automated generation of corresponding road networks for simulation. Automating the workflow of road network generation, parameter variation, simulation, and evaluation leads to a comprehensive understanding of an ADF's behavior in diverse road network conditions. This paper aims to investigate the influence of road network parameters on the performance of a prototypical ADF through virtual scenario-based testing, ultimately advocating the importance of road topology in assuring safety and reliability of ADFs.

Read more

6/26/2024

An Approach to Systematic Data Acquisition and Data-Driven Simulation for the Safety Testing of Automated Driving Functions
Total Score

0

An Approach to Systematic Data Acquisition and Data-Driven Simulation for the Safety Testing of Automated Driving Functions

Leon Eisemann, Mirjam Fehling-Kaschek, Henrik Gommel, David Hermann, Marvin Klemp, Martin Lauer, Benjamin Lickert, Florian Luettner, Robin Moss, Nicole Neis, Maria Pohle, Simon Romanski, Daniel Stadler, Alexander Stolz, Jens Ziehn, Jingxing Zhou

With growing complexity and criticality of automated driving functions in road traffic and their operational design domains (ODD), there is increasing demand for covering significant proportions of development, validation, and verification in virtual environments and through simulation models. If, however, simulations are meant not only to augment real-world experiments, but to replace them, quantitative approaches are required that measure to what degree and under which preconditions simulation models adequately represent reality, and thus, using their results accordingly. Especially in R&D areas related to the safety impact of the open world, there is a significant shortage of real-world data to parameterize and/or validate simulations - especially with respect to the behavior of human traffic participants, whom automated driving functions will meet in mixed traffic. We present an approach to systematically acquire data in public traffic by heterogeneous means, transform it into a unified representation, and use it to automatically parameterize traffic behavior models for use in data-driven virtual validation of automated driving functions.

Read more

5/6/2024

📈

Total Score

0

A Driver-Vehicle Model for ADS Scenario-based Testing

Rodrigo Queiroz, Divit Sharma, Ricardo Caldas, Krzysztof Czarnecki, Sergio Garc'ia, Thorsten Berger, Patrizio Pelliccione

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.

Read more

5/31/2024

Causality-based Transfer of Driving Scenarios to Unseen Intersections
Total Score

0

Causality-based Transfer of Driving Scenarios to Unseen Intersections

Christoph Glasmacher, Michael Schuldes, Sleiman El Masri, Lutz Eckstein

Scenario-based testing of automated driving functions has become a promising method to reduce time and cost compared to real-world testing. In scenario-based testing automated functions are evaluated in a set of pre-defined scenarios. These scenarios provide information about vehicle behaviors, environmental conditions, or road characteristics using parameters. To create realistic scenarios, parameters and parameter dependencies have to be fitted utilizing real-world data. However, due to the large variety of intersections and movement constellations found in reality, data may not be available for certain scenarios. This paper proposes a methodology to systematically analyze relations between parameters of scenarios. Bayesian networks are utilized to analyze causal dependencies in order to decrease the amount of required data and to transfer causal patterns creating unseen scenarios. Thereby, infrastructural influences on movement patterns are investigated to generate realistic scenarios on unobserved intersections. For evaluation, scenarios and underlying parameters are extracted from the inD dataset. Movement patterns are estimated, transferred and checked against recorded data from those initially unseen intersections.

Read more

4/3/2024