Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions critical/undergraduate/content/abstracten.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
%!TEX root = ../csuthesis_main.tex
\keywordsen{Intelligent Driving \ \ Simulation Scenarios \ \ Dangerous Scenario Generation \ \ NSGA-II Multi-objective Optimization}
\keywordsen{Hazardous Driving Scenarios \ \ Reinforcement Learning \ \ Scenario Generation \ \ CARLA Simulation}
\begin{abstracten}

In the development of intelligent driving systems, the generation and optimization of simulation scenarios play a vital role in ensuring system safety and reliability. This thesis begins by extracting representative hazardous scenarios from naturalistic driving data to establish a realistic simulation foundation. Through multidimensional scenario fusion techniques, typical driving behaviors such as lane changes, car following, and adjacent vehicle cut-ins are identified and integrated with dynamic traffic elements to produce complex and realistic test cases. To address the insufficient coverage of high-risk scenarios, this work emphasizes the adoption of the NSGA-II multi-objective optimization algorithm. By applying non-dominated sorting and crowding distance mechanisms, NSGA-II balances the conflicting objectives of minimum safety distance and collision risk to extract a Pareto-optimal set of critical scenarios. Experimental comparisons demonstrate that NSGA-II outperforms random search, achieving over 30\% improvement in high-risk scenario coverage. Finally, an automated simulation testing platform is developed to support scenario generation, execution, data logging, and result evaluation, enabling a fully automated and standardized testing workflow. The proposed framework significantly enhances safety testing efficiency and effectiveness in simulated environments, providing robust technical support for autonomous driving technology development.
With the rapid development of autonomous driving technology, how to effectively evaluate the safety of autonomous driving systems in complex traffic environments has become an important research issue. Traditional road testing is gradually being replaced by simulation testing due to its high cost, significant safety risks, and difficulty in reproducing special scenarios. To meet the requirements of autonomous driving safety testing, this paper proposes a classification and generation method for hazardous driving scenarios based on the CARLA simulation platform.
This paper combines manual annotation and reinforcement learning techniques to identify and classify different types of hazardous scenarios, and converts the generated scenarios into .xosc files that conform to the OpenSCENARIO standard. In addition, typical hazardous factors, including adverse weather conditions, traffic violations, and interactions among multiple traffic participants, are analyzed. On this basis, a semi-automatic data generation method combining manual annotation and Proximal Policy Optimization (PPO) reinforcement learning is adopted to construct a dataset containing ten types of high-risk driving scenarios, such as vehicle cut-in, lane changing, emergency braking, and pedestrian crossing.
To evaluate the generated scenarios, an evaluation framework is established from multiple aspects, including scenario reproducibility, hazard level, and repeatability, and the experimental results are analyzed through charts and visualizations. The results demonstrate that the proposed method can effectively improve the efficiency of hazardous scenario generation and produce realistic and complex traffic scenarios, thereby providing support for the safety testing of autonomous driving systems.

\end{abstracten}
\end{abstracten}
Loading