CVLGROIVApr 27, 2020

VTGNet: A Vision-based Trajectory Generation Network for Autonomous Vehicles in Urban Environments

arXiv:2004.12591v352 citations
AI Analysis

This addresses the challenge of safe and generalizable autonomous driving for urban scenarios, though it is incremental by building on existing end-to-end methods with added uncertainty awareness.

The paper tackles the problem of generating reliable trajectories for autonomous vehicles in urban environments by developing an uncertainty-aware end-to-end method based on imitation learning, which achieves better cross-scene/platform driving results than SOTA and captures 80% of dangerous cases with high uncertainty estimations.

Traditional methods for autonomous driving are implemented with many building blocks from perception, planning and control, making them difficult to generalize to varied scenarios due to complex assumptions and interdependencies. Recently, the end-to-end driving method has emerged, which performs well and generalizes to new environments by directly learning from export-provided data. However, many existing methods on this topic neglect to check the confidence of the driving actions and the ability to recover from driving mistakes. In this paper, we develop an uncertainty-aware end-to-end trajectory generation method based on imitation learning. It can extract spatiotemporal features from the front-view camera images for scene understanding, and then generate collision-free trajectories several seconds into the future. The experimental results suggest that under various weather and lighting conditions, our network can reliably generate trajectories in different urban environments, such as turning at intersections and slowing down for collision avoidance. Furthermore, closed-loop driving tests suggest that the proposed method achieves better cross-scene/platform driving results than the state-of-the-art (SOTA) end-to-end control method, where our model can recover from off-center and off-orientation errors and capture 80% of dangerous cases with high uncertainty estimations.

Code Implementations1 repo
Foundations

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

Your Notes