paper-with-me

홈 › Papers

Probabilistic Vehicle Trajectory Prediction over Occupancy Grid Map via Recurrent Neural Network

2017-04-24 · ByeoungDo Kim, Chang Mook Kang, Seung Hi Lee, Hyunmin Chae, Jaekyum Kim, Chung Choo Chung, Jun Won Choi

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.

📄 PDF Abstract BibTeX arXiv:1704.07049

Code (0)

등록된 구현이 없습니다.

Tasks

Model OptimizationPredictionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

TOFG: A Unified and Fine-Grained Environment Representation in Autonomous Driving

2023-05-31 · Zihao Wen, Yifan Zhang, Xinhong Chen, JianPing Wang

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+1

Leveraging Future Relationship Reasoning for Vehicle Trajectory Prediction

2023-05-24 · Daehee Park, Hobin Ryu, Yunseo Yang, Jegyeong Cho 외

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 Prediction

Sequence-to-Sequence Prediction of Vehicle Trajectory via LSTM Encoder-Decoder Architecture

2018-02-18 · Seong Hyeon Park, ByeongDo Kim, Chang Mook Kang, Chung Choo Chung 외

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 Prediction

StopNet: Scalable Trajectory and Occupancy Prediction for Urban Autonomous Driving

2022-06-02 · Jinkyu Kim, Reza Mahjourian, Scott Ettinger, Mayank Bansal 외

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 Forecasting

Probability Estimation for Predicted-Occupancy Grids in Vehicle Safety Applications Based on Machine Learning

2025-12-15 · Parthasarathy Nadarajan, Michael Botsch arxiv

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