2022/08/02 by Ziyuan Zhong, Gail Kaiser, Gail E. Kaiser +1 · 10 citations
Computer Science · Decision Sciences · Engineering · #Autonomous Vehicle Technology and Safety #Simulation Techniques and Applications #Software Testing and Debugging Techniques
paper · doi:10.1109/tse.2022.3195640
openalex publication_date 2022/08/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/29
Self-driving cars and trucks, autonomous vehicles (avs), should not be accepted by regulatory bodies and the public until they have much higher confidence in their safety and reliability — which can most practically and convincingly be achieved by testing. But existing testing methods are inadequate for checking the end-to-end behaviors ofavcontrollers against complex, real-world corner cases involving interactions with multiple independent agents such as pedestrians and human-driven vehicles. While test-drivingavs on streets and highways fails to capture many rare events, existing simulation-based testing methods mainly focus on simple scenarios and do not scale well for complex driving situations that require sophisticated awareness of the surroundings. To address these limitations, we propose a new fuzz testing technique, calledAutoFuzz, which can leverage widely-usedavsimulators’ API grammars to generate semantically and temporally valid complex driving scenarios (sequences of scenes). To efficiently search for traffic violations-inducing scenarios in a large search space, we propose a constrained neural network (NN) evolutionary search method to optimizeAutoFuzz. Evaluation of our prototype on one state-of-the-art learning-based controller, two rule-based controllers, and one industrial-grade controller in five scenarios shows thatAutoFuzzefficiently finds hundreds of traffic violationsin high-fidelity simulation environments. For each scenario,AutoFuzzcan find on average 10-39% more unique traffic violationsthan the best-performing baseline method. Further, fine-tuning the learning-based controller with the traffic violationsfound byAutoFuzzsuccessfully reduced the traffic violationsfound in the new version of theavcontroller software.