CVAIJul 4, 2022

Vehicle Trajectory Prediction on Highways Using Bird Eye View Representations and Deep Learning

arXiv:2207.01407v128 citationsh-index: 46
Originality Incremental advance
AI Analysis

This work addresses trajectory prediction for autonomous vehicles on highways, presenting an incremental improvement over existing methods.

This paper tackles vehicle trajectory prediction on highways by using bird's eye view representations and a U-net model, achieving an average prediction error of 0.47 and 0.38 meters for longitudinal and lateral coordinates over 2.0 seconds, which is up to 50% lower than the baseline.

This work presents a novel method for predicting vehicle trajectories in highway scenarios using efficient bird's eye view representations and convolutional neural networks. Vehicle positions, motion histories, road configuration, and vehicle interactions are easily included in the prediction model using basic visual representations. The U-net model has been selected as the prediction kernel to generate future visual representations of the scene using an image-to-image regression approach. A method has been implemented to extract vehicle positions from the generated graphical representations to achieve subpixel resolution. The method has been trained and evaluated using the PREVENTION dataset, an on-board sensor dataset. Different network configurations and scene representations have been evaluated. This study found that U-net with 6 depth levels using a linear terminal layer and a Gaussian representation of the vehicles is the best performing configuration. The use of lane markings was found to produce no improvement in prediction performance. The average prediction error is 0.47 and 0.38 meters and the final prediction error is 0.76 and 0.53 meters for longitudinal and lateral coordinates, respectively, for a predicted trajectory length of 2.0 seconds. The prediction error is up to 50% lower compared to the baseline method.

Foundations

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

Your Notes