paper-with-me

홈 › Papers

Pre-training on Synthetic Driving Data for Trajectory Prediction

2023-09-18 · Yiheng Li, Seth Z. Zhao, Chenfeng Xu, Chen Tang, Chenran Li, Mingyu Ding, Masayoshi Tomizuka, Wei Zhan

Accumulating substantial volumes of real-world driving data proves pivotal in the realm of trajectory forecasting for autonomous driving. Given the heavy reliance of current trajectory forecasting models on data-driven methodologies, we aim to tackle the challenge of learning general trajectory forecasting representations under limited data availability. We propose a pipeline-level solution to mitigate the issue of data scarcity in trajectory forecasting. The solution is composed of two parts: firstly, we adopt HD map augmentation and trajectory synthesis for generating driving data, and then we learn representations by pre-training on them. Specifically, we apply vector transformations to reshape the maps, and then employ a rule-based model to generate trajectories on both original and augmented scenes; thus enlarging the driving data without collecting additional real ones. To foster the learning of general representations within this augmented dataset, we comprehensively explore the different pre-training strategies, including extending the concept of a Masked AutoEncoder (MAE) for trajectory forecasting. Without bells and whistles, our proposed pipeline-level solution is general, simple, yet effective: we conduct extensive experiments to demonstrate the effectiveness of our data expansion and pre-training strategies, which outperform the baseline prediction model by large margins, e.g. 5.04%, 3.84% and 8.30% in terms of $MR_6$, $minADE_6$ and $minFDE_6$. The pre-training dataset and the codes for pre-training and fine-tuning are released at https://github.com/yhli123/Pretraining_on_Synthetic_Driving_Data_for_Trajectory_Prediction.

📄 PDF Abstract BibTeX arXiv:2309.10121

Code (1)

yhli123/pretraining_on_synthetic_driving_data_for_trajectory_prediction 공식 구현 pytorch

Tasks

Autonomous DrivingPredictionTrajectory ForecastingTrajectory Prediction

Similar Papers 제목 키워드 기반

Multiple Future Prediction Leveraging Synthetic Trajectories

2020-10-18 · Lorenzo Berlincioni, Federico Becattini, Lorenzo Seidenari, Alberto del Bimbo

Trajectory prediction is an important task, especially in autonomous driving. The ability to forecast the position of other moving agents can yield to an effective planning, ensuring safety for the autonomous vehicle as …

Autonomous DrivingFuture predictionMulti Future Trajectory PredictionPosition+2

Leveraging Smooth Attention Prior for Multi-Agent Trajectory Prediction

2022-03-08 · Zhangjie Cao, Erdem Biyik, Guy Rosman, Dorsa Sadigh

Multi-agent interactions are important to model for forecasting other agents' behaviors and trajectories. At a certain time, to forecast a reasonable future trajectory, each agent needs to pay attention to the interactio…

PredictionTrajectory Prediction

Self-Aware Trajectory Prediction for Safe Autonomous Driving

2023-05-16 · Wenbo Shao, Jun Li, Hong Wang

Trajectory prediction is one of the key components of the autonomous driving software stack. Accurate prediction for the future movement of surrounding traffic participants is an important prerequisite for ensuring the d…

Autonomous DrivingPredictionTrajectory Prediction

Long-Tail Prediction Uncertainty Aware Trajectory Planning for Self-driving Vehicles

2022-07-02 · Weitao Zhou, Zhong Cao, Yunkang Xu, Nanshan Deng 외

A typical trajectory planner of autonomous driving commonly relies on predicting the future behavior of surrounding obstacles. Recently, deep learning technology has been widely adopted to design prediction models due to…

Autonomous DrivingAutonomous VehiclesPredictionTrajectory Planning

Multimodal Manoeuvre and Trajectory Prediction for Automated Driving on Highways Using Transformer Networks

2023-03-28 · Sajjad Mozaffari, Mreza Alipour Sormoli, Konstantinos Koufos, Mehrdad Dianati

Predicting the behaviour (i.e., manoeuvre/trajectory) of other road users, including vehicles, is critical for the safe and efficient operation of autonomous vehicles (AVs), a.k.a., automated driving systems (ADSs). Due …

Autonomous VehiclesPredictionTrajectory Prediction