TL;DR
This paper explores using CNNs for synthetic trajectory generation by transforming trajectory data into a CNN-compatible format, demonstrating potential advantages over RNNs but also highlighting current limitations.
Contribution
Introduces RTCT, a novel transformation enabling CNN-based models to generate trajectories, bridging the gap between vision models and sequential mobility data.
Findings
CNN-based model outperforms RNN in spatial distribution capture
The transformation enables CNNs to process trajectory data effectively
Current CNN approach struggles with temporal sequence replication
Abstract
Location trajectories provide valuable insights for applications from urban planning to pandemic control. However, mobility data can also reveal sensitive information about individuals, such as political opinions, religious beliefs, or sexual orientations. Existing privacy-preserving approaches for publishing this data face a significant utility-privacy trade-off. Releasing synthetic trajectory data generated through deep learning offers a promising solution. Due to the trajectories' sequential nature, most existing models are based on recurrent neural networks (RNNs). However, research in generative adversarial networks (GANs) largely employs convolutional neural networks (CNNs) for image generation. This discrepancy raises the question of whether advances in computer vision can be applied to trajectory generation. In this work, we introduce a Reversible Trajectory-to-CNN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsHuMan(Expedia)||How do I get a human at Expedia? · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Batch Normalization · Deep Convolutional GAN
