Large Scale GPS Trajectory Generation Using Map Based on Two Stage GAN
2021.02.10【Publication Time】2021.02.10
【Lead Author】王兴睿
【Corresponding Author】杨翰方
【Journal】 Journal of Data Science
【Abstract】
A large volume of trajectory data collected from human beings and vehicle
mobility is highly sensitive due to privacy concerns. Therefore, generating
synthetic and plausible trajectory data is pivotal in many location-based
studies and applications. But existing LSTM-based methods are not suitable for
modeling large-scale sequences due to gradient vanishing problem. Also,
existing GAN-based methods are coarse-grained. Considering the trajectory’s
geographical and sequential features, we propose a map-based Two-Stage GAN
method (TSG) to tackle the challenges above and generate fine-grained and
plausible large-scale trajectories. In the first stage, we first transfer GPS
points data to discrete grid representation as the input for a modified deep
convolutional generative adversarial network to learn the general pattern. In
the second stage, inside each grid, we design an effective encoder-decoder
network as the generator to extract road information from map image and then
embed it into two parallel Long Short-Term Memory networks to generate GPS
point sequences. Discriminator conditioned on encoded map image restrains
generated point sequences in case they deviate from corresponding road
networks. Experiments on realworld data are conducted to prove the effectiveness
of our model in preserving geographical features and hidden mobility patterns.
Moreover, our generated trajectories not only indicate the distribution
similarity but also show satisfying road network matching accuracy.
【Keywords】
generative adversarial network; GPS trajectory; spatial-temporal sequence