An LSTM Network for Highway Trajectory Prediction
In order to drive safely and efficiently on public roads, autonomous vehicles will have to understand the intentions of surrounding vehicles, and adapt their own behavior accordingly. If experienced human drivers are generally good at inferring other vehicles' motion up to a few seconds in the future, most current Advanced Driving Assistance Systems (ADAS) are unable to perform such medium-term forecasts, and are usually limited to high-likelihood situations such as emergency braking. In this article, we present a first step towards consistent trajectory prediction by introducing a long short-term memory (LSTM) neural network, which is capable of accurately predicting future longitudinal and lateral trajectories for vehicles on highway. Unlike previous work focusing on a low number of trajectories collected from a few drivers, our network was trained and validated on the NGSIM US-101 dataset, which contains a total of 800 hours of recorded trajectories in various traffic densities, representing more than 6000 individual drivers.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous VehiclesPredictionTrajectory PredictionSimilar Papers 제목 키워드 기반
X-TRACK: Physics-Aware xLSTM for Realistic Vehicle Trajectory Prediction
Accurate trajectory prediction is crucial for safe and reliable autonomous driving systems, requiring models that capture long-term temporal dependencies while accounting for social interactions among neighboring vehicle…
Trajectory PredictionAutonomous DrivingSequence-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 w…
DecoderPredictionTrajectory 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+1Predicting Vehicles' Longitudinal Trajectories and Lane Changes on Highway On-Ramps
Vehicles on highway on-ramps are one of the leading contributors to congestion. In this paper, we propose a prediction framework that predicts the longitudinal trajectories and lane changes (LCs) of vehicles on highway o…
PredictionProbabilistic 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 Prediction