TrajVAE: A Variational AutoEncoder model for trajectory generation

Xinyu Chen,Jiajie Xu,Rui Zhou,Wei Chen,Junhua Fang,Chengfei Liu
DOI: https://doi.org/10.1016/j.neucom.2020.03.120
IF: 6
2021-03-01
Neurocomputing
Abstract:<p>Large-scale trajectory dataset is always required for self-driving and many other applications. In this paper, we focus on the trajectory generation problem, which aims to generate qualified trajectory dataset that is indistinguishable from real trajectories, for fulfilling the needs of large-scale trajectory data by self-driving simulation and traffic analysis tasks in data sparse cities or regions. We propose two advanced solutions, namely TrajGAN and TrajVAE, which utilize LSTM to model the characteristics of trajectories first, and then take advantage of Generative Adversarial Network (GAN) and Variational AutoEncoder (VAE) frameworks respectively to generate trajectories. In order of compare the similarity of existing trajectories in our dataset and the generated trajectories, we utilize multiple trajectory similarity metrics. Through several experiments, we demonstrate that our method is more accurate and stable than the baseline.</p>
computer science, artificial intelligence
What problem does this paper attempt to address?
The paper aims to address the problem of large-scale trajectory data generation. Specifically, the research goal is to generate high-quality large-scale trajectory datasets in data-sparse cities or regions to meet the needs of applications such as autonomous driving simulation and traffic analysis. To achieve this goal, the authors propose two advanced solutions: TrajGAN and TrajVAE. These methods first utilize Long Short-Term Memory networks (LSTM) to model the characteristics of trajectories, and then employ Generative Adversarial Networks (GAN) and Variational Autoencoders (VAE) frameworks respectively to generate trajectories. Multiple experiments have validated that the proposed methods are more accurate and stable compared to baseline methods.