paper-with-me

Papers

On Simulation-Guided LLM-based Code Generation for Safe Autonomous Driving Software

2025-04-02 · Ali Nouri, Johan Andersson, Kailash De Jesus Hornig, Zhennan Fei, Emil Knabe, Hakan Sivencrona, Beatriz Cabrero-Daniel, Christian Berger

Automated Driving System (ADS) is a safety-critical software system responsible for the interpretation of the vehicle's environment and making decisions accordingly. The unbounded complexity of the driving context, including unforeseeable events, necessitate continuous improvement, often achieved through iterative DevOps processes. However, DevOps processes are themselves complex, making these improvements both time- and resource-intensive. Automation in code generation for ADS using Large Language Models (LLM) is one potential approach to address this challenge. Nevertheless, the development of ADS requires rigorous processes to verify, validate, assess, and qualify the code before it can be deployed in the vehicle and used. In this study, we developed and evaluated a prototype for automatic code generation and assessment using a designed pipeline of a LLM-based agent, simulation model, and rule-based feedback generator in an industrial setup. The LLM-generated code is evaluated automatically in a simulation model against multiple critical traffic scenarios, and an assessment report is provided as feedback to the LLM for modification or bug fixing. We report about the experimental results of the prototype employing Codellama:34b, DeepSeek (r1:32b and Coder:33b), CodeGemma:7b, Mistral:7b, and GPT4 for Adaptive Cruise Control (ACC) and Unsupervised Collision Avoidance by Evasive Manoeuvre (CAEM). We finally assessed the tool with 11 experts at two Original Equipment Manufacturers (OEMs) by conducting an interview study.

📄 PDF Abstract BibTeX arXiv:2504.02141

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingBug fixingCode GenerationCollision Avoidance

Similar Papers 제목 키워드 기반

Safety-Critical Traffic Simulation with Guided Latent Diffusion Model

2025-05-01 · Mingxing Peng, Ruoyu Yao, Xusen Guo, Yuting Xie 외

Safety-critical traffic simulation plays a crucial role in evaluating autonomous driving systems under rare and challenging scenarios. However, existing approaches often generate unrealistic scenarios due to insufficient…

Autonomous DrivingComputational EfficiencyDenoising

Safer Trajectory Planning with CBF-guided Diffusion Model for Unmanned Aerial Vehicles

2026-04-19 · Peiwen Yang, Shiyu Bai, Weisong Wen, Yixin Gao 외 arxiv

Safe and agile trajectory planning is essential for autonomous systems, especially during complex aerobatic maneuvers. Motivated by the recent success of diffusion models in generative tasks, this paper introduces AeroTr…

Trajectory Planning

VLM as Strategist: Adaptive Generation of Safety-critical Testing Scenarios via Guided Diffusion

2025-12-02 · Xinzheng Wu, Junyi Chen, Naiting Zhong, Yong Shen arxiv

The safe deployment of autonomous driving systems (ADSs) relies on comprehensive testing and evaluation. However, safety-critical scenarios that can effectively expose system vulnerabilities are extremely sparse in the r…

Autonomous Driving

AnchorDrive: LLM Scenario Rollout with Anchor-Guided Diffusion Regeneration for Safety-Critical Scenario Generation

2026-03-03 · Zhulin Jiang, Zetao Li, Cheng Wang, Ziwen Wang 외 arxiv

Autonomous driving systems require comprehensive evaluation in safety-critical scenarios to ensure safety and robustness. However, such scenarios are rare and difficult to collect from real-world driving data, necessitat…

Autonomous Driving

From Words to Collisions: LLM-Guided Evaluation and Adversarial Generation of Safety-Critical Driving Scenarios

2025-02-04 · Yuan Gao, Mattia Piccinini, Korbinian Moller, Amr Alanwar 외

Ensuring the safety of autonomous vehicles requires virtual scenario-based testing, which depends on the robust evaluation and generation of safety-critical scenarios. So far, researchers have used scenario-based testing…

Autonomous DrivingAutonomous VehiclesMotion PlanningPrompt Engineering