Efficient and Interaction-Aware Trajectory Planning for Autonomous Vehicles with Particle Swarm Optimization
Lin Song, David Isele, Naira Hovakimyan, Sangjae Bae
TL;DR
The paper tackles the problem of safe, smooth, interaction-aware lane-change trajectory planning in dense traffic. It proposes a PSO-based planner that leverages SGAN-predicted trajectories of surrounding vehicles and then applies polynomial smoothing to ensure dynamic feasibility, with safety enforced through a distance metric $h_i(x,y)\ge \epsilon$. The approach integrates a composite cost $f_{PSO}$ that balances reference tracking, heading, safety, comfort, and lane alignment, guided by NN predictions to shape the search. Real-time performance is demonstrated ( runtimes under $100$ ms in many cases ) and the method is shown to be competitive with, and sometimes superior to, baseline ADMM-NNMPC and MC-based strategies in terms of success rate and trajectory quality. This work advances practical, interaction-aware autonomous driving by uniting learning-based predictions with fast, derivative-free optimization and smooth trajectory generation.
Abstract
This paper introduces a novel numerical approach to achieving smooth lane-change trajectories in autonomous driving scenarios. Our trajectory generation approach leverages particle swarm optimization (PSO) techniques, incorporating Neural Network (NN) predictions for trajectory refinement. The generation of smooth and dynamically feasible trajectories for the lane change maneuver is facilitated by combining polynomial curve fitting with particle propagation, which can account for vehicle dynamics. The proposed planning algorithm is capable of determining feasible trajectories with real-time computation capability. We conduct comparative analyses with two baseline methods for lane changing, involving analytic solutions and heuristic techniques in numerical simulations. The simulation results validate the efficacy and effectiveness of our proposed approach.
