ROLGSep 23, 2021

PredictionNet: Real-Time Joint Probabilistic Traffic Prediction for Planning, Control, and Simulation

arXiv:2109.11094v245 citations
Originality Highly original
AI Analysis

This addresses the need for safe and efficient autonomous driving by providing a scalable, real-time prediction system that generalizes across environments and can be enhanced with reinforcement learning for rare events.

The authors tackled the problem of predicting future motion for traffic agents in autonomous driving by developing PredictionNet, a deep neural network that outputs joint probabilistic predictions for all agents, including the ego-vehicle, in real-time, achieving competitive results on benchmarks and enabling successful control of a real-world vehicle over hundreds of kilometers.

Predicting the future motion of traffic agents is crucial for safe and efficient autonomous driving. To this end, we present PredictionNet, a deep neural network (DNN) that predicts the motion of all surrounding traffic agents together with the ego-vehicle's motion. All predictions are probabilistic and are represented in a simple top-down rasterization that allows an arbitrary number of agents. Conditioned on a multi-layer map with lane information, the network outputs future positions, velocities, and backtrace vectors jointly for all agents including the ego-vehicle in a single pass. Trajectories are then extracted from the output. The network can be used to simulate realistic traffic, and it produces competitive results on popular benchmarks. More importantly, it has been used to successfully control a real-world vehicle for hundreds of kilometers, by combining it with a motion planning/control subsystem. The network runs faster than real-time on an embedded GPU, and the system shows good generalization (across sensory modalities and locations) due to the choice of input representation. Furthermore, we demonstrate that by extending the DNN with reinforcement learning (RL), it can better handle rare or unsafe events like aggressive maneuvers and crashes.

Foundations

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

Your Notes