Sequence-to-Sequence Prediction of Vehicle Trajectory via LSTM Encoder-Decoder Architecture
In this paper, we propose a deep learning based vehicle trajectory prediction technique which can generate the future trajectory sequence of surrounding vehicles in real time. We employ the encoder-decoder architecture which analyzes the pattern underlying in the past trajectory using the long short-term memory (LSTM) based encoder and generates the future trajectory sequence using the LSTM based decoder. This structure produces the $K$ most likely trajectory candidates over occupancy grid map by employing the beam search technique which keeps the $K$ locally best candidates from the decoder output. The experiments conducted on highway traffic scenarios show that the prediction accuracy of the proposed method is significantly higher than the conventional trajectory prediction techniques.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderPredictionTrajectory PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Learning Pedestrian Actions to Ensure Safe Autonomous Driving
To ensure safe autonomous driving in urban environments with complex vehicle-pedestrian interactions, it is critical for Autonomous Vehicles (AVs) to have the ability to predict pedestrians' short-term and immediate acti…
Autonomous DrivingAutonomous VehiclesPredictionTrajectory PredictionIntention-aware Long Horizon Trajectory Prediction of Surrounding Vehicles using Dual LSTM Networks
As autonomous vehicles (AVs) need to interact with other road users, it is of importance to comprehensively understand the dynamic traffic environment, especially the future possible trajectories of surrounding vehicles.…
Autonomous Vehiclesfeature selectionIntent DetectionPrediction+1Probabilistic Vehicle Trajectory Prediction over Occupancy Grid Map via Recurrent Neural Network
In this paper, we propose an efficient vehicle trajectory prediction framework based on recurrent neural network. Basically, the characteristic of the vehicle's trajectory is different from that of regular moving objects…
Model OptimizationPredictionTrajectory PredictionSpatial Temporal Attention based Target Vehicle Trajectory Prediction for Internet of Vehicles
Forecasting vehicle behavior within complex traffic environments is pivotal within Intelligent Transportation Systems (ITS). Though this technology plays a significant role in alleviating the prevalent operational diffic…
Graph AttentionPredictionTrajectory PredictionNetTraj: A Network-based Vehicle Trajectory Prediction Model with Directional Representation and Spatiotemporal Attention Mechanisms
Trajectory prediction of vehicles in city-scale road networks is of great importance to various location-based applications such as vehicle navigation, traffic management, and location-based recommendations. Existing met…
DecoderGraph AttentionManagementTrajectory Prediction