ROSYApr 14, 2019

Online Sampling in the Parameter Space of a Neural Network for GPU-accelerated Motion Planning of Autonomous Vehicles

arXiv:1904.06680v1
Originality Incremental advance
AI Analysis

This addresses motion planning for autonomous vehicles, offering a parallelizable method that leverages GPU advancements, but it appears incremental as it builds on existing neural network and sampling techniques.

The paper tackles motion planning for autonomous vehicles by proposing online sampling in the neural network parameter space, enabling GPU-accelerated computation and handling nonlinear systems without scaling complexity with prediction horizon. It demonstrates effectiveness in numerical simulations including dynamic obstacle avoidance and reverse parking scenarios.

This paper proposes online sampling in the parameter space of a neural network for GPU-accelerated motion planning of autonomous vehicles. Neural networks are used as controller parametrization since they can handle nonlinear non-convex systems and their complexity does not scale with prediction horizon length. Network parametrizations are sampled at each sampling time and then held constant throughout the prediction horizon. Controls still vary over the prediction horizon due to varying feature vectors fed to the network. Full-dimensional vehicles are modeled by polytopes. Under the assumption of obstacle point data, and their extrapolation over a prediction horizon under constant velocity assumption, collision avoidance reduces to linear inequality checks. Steering and longitudinal acceleration controls are determined simultaneously. The proposed method is designed for parallelization and therefore well-suited to benefit from continuing advancements in hardware such as GPUs. Characteristics of proposed method are illustrated in 5 numerical simulation experiments including dynamic obstacle avoidance, waypoint tracking requiring alternating forward and reverse driving with maximal steering, and a reverse parking scenario.

Foundations

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

Your Notes