Probabilistic 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 since it is affected by various latent factors including road structure, traffic rules, and driver's intention. Previous state of the art approaches use sophisticated vehicle behavior model describing these factors and derive the complex trajectory prediction algorithm, which requires a system designer to conduct intensive model optimization for practical use. Our approach is data-driven and simple to use in that it learns complex behavior of the vehicles from the massive amount of trajectory data through deep neural network model. The proposed trajectory prediction method employs the recurrent neural network called long short-term memory (LSTM) to analyze the temporal behavior and predict the future coordinate of the surrounding vehicles. The proposed scheme feeds the sequence of vehicles' coordinates obtained from sensor measurements to the LSTM and produces the probabilistic information on the future location of the vehicles over occupancy grid map. The experiments conducted using the data collected from highway driving show that the proposed method can produce reasonably good estimate of future trajectory.
Code (0)
등록된 구현이 없습니다.
Tasks
Model OptimizationPredictionTrajectory PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
TOFG: A Unified and Fine-Grained Environment Representation in Autonomous Driving
In autonomous driving, an accurate understanding of environment, e.g., the vehicle-to-vehicle and vehicle-to-lane interactions, plays a critical role in many driving tasks such as trajectory prediction and motion plannin…
Autonomous DrivingGraph AttentionMotion PlanningPrediction+1Leveraging Future Relationship Reasoning for Vehicle Trajectory Prediction
Understanding the interaction between multiple agents is crucial for realistic vehicle trajectory prediction. Existing methods have attempted to infer the interaction from the observed past trajectories of agents using p…
Motion ForecastingPredictionTrajectory PredictionSequence-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 PredictionStopNet: Scalable Trajectory and Occupancy Prediction for Urban Autonomous Driving
We introduce a motion forecasting (behavior prediction) method that meets the latency requirements for autonomous driving in dense urban environments without sacrificing accuracy. A whole-scene sparse input representatio…
Autonomous DrivingMotion ForecastingProbability Estimation for Predicted-Occupancy Grids in Vehicle Safety Applications Based on Machine Learning
This paper presents a method to predict the evolution of a complex traffic scenario with multiple objects. The current state of the scenario is assumed to be known from sensors and the prediction is taking into account v…
Trajectory Planning