LGMLJul 28, 2020

TrajGAIL: Generating Urban Vehicle Trajectories using Generative Adversarial Imitation Learning

arXiv:2007.14189v4177 citations
AI Analysis

This work addresses data sparsity and privacy issues in urban mobility by generating synthetic vehicle trajectories, though it is incremental as it applies a known framework to a new domain.

The paper tackles the problem of generating realistic urban vehicle trajectories by proposing TrajGAIL, a generative adversarial imitation learning framework, which learns underlying distributions from limited data and produces synthetic trajectories, showing significant performance gains over existing models in sequence modeling.

Recently, an abundant amount of urban vehicle trajectory data has been collected in road networks. Many studies have used machine learning algorithms to analyze patterns in vehicle trajectories to predict location sequences of individual travelers. Unlike the previous studies that used a discriminative modeling approach, this research suggests a generative modeling approach to learn the underlying distributions of urban vehicle trajectory data. A generative model for urban vehicle trajectories can better generalize from training data by learning the underlying distribution of the training data and, thus, produce synthetic vehicle trajectories similar to real vehicle trajectories with limited observations. Synthetic trajectories can provide solutions to data sparsity or data privacy issues in using location data. This research proposesTrajGAIL, a generative adversarial imitation learning framework for the urban vehicle trajectory generation. In TrajGAIL, learning location sequences in observed trajectories is formulated as an imitation learning problem in a partially observable Markov decision process. The model is trained by the generative adversarial framework, which uses the reward function from the adversarial discriminator. The model is tested with both simulation and real-world datasets, and the results show that the proposed model obtained significant performance gains compared to existing models in sequence modeling.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes