ROMar 28

Autonomous overtaking trajectory optimization using reinforcement learning and opponent pose estimation

arXiv:2603.272070.5h-index: 2
AI Analysis

For autonomous racing, this work provides a practical RL-based overtaking system with sensor fusion, but the novelty is incremental as it combines existing techniques.

The paper presents a reinforcement learning approach for autonomous overtaking in racing scenarios, using LiDAR and depth camera data fused with a UKF for opponent pose estimation. The method achieves overtaking maneuvers in simulation and real-world tests with pose estimation RMSE of (0.0816, 0.0531) m.

Vehicle overtaking is one of the most complex driving maneuvers for autonomous vehicles. To achieve optimal autonomous overtaking, driving systems rely on multiple sensors that enable safe trajectory optimization and overtaking efficiency. This paper presents a reinforcement learning mechanism for multi-agent autonomous racing environments, enabling overtaking trajectory optimization, based on LiDAR and depth image data. The developed reinforcement learning agent uses pre-generated raceline data and sensor inputs to compute the steering angle and linear velocity for optimal overtaking. The system uses LiDAR with a 2D detection algorithm and a depth camera with YOLO-based object detection to identify the vehicle to be overtaken and its pose. The LiDAR and the depth camera detection data are fused using a UKF for improved opponent pose estimation and trajectory optimization for overtaking in racing scenarios. The results show that the proposed algorithm successfully performs overtaking maneuvers in both simulation and real-world experiments, with pose estimation RMSE of (0.0816, 0.0531) m in (x, y).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes