Modeling Trajectories with Recurrent Neural Networks

Abstract

Modeling trajectory data is a building block for many smart-mobility initiatives. Existing approaches apply shallow models such as Markov chain and inverse reinforcement learning to model trajectories, which cannot capture the long-term dependencies. On the other hand, deep models such as Recurrent Neural Network (RNN) have demonstrated their strength of modeling variable length sequences. However, directly adopting RNN to model trajectories is not appropriate because of the unique topological constraints faced by trajectories. Motivated by these findings, we design two RNN-based models which can make full advantage of the strength of RNN to capture variable length sequence and meanwhile to address the constraints of topological structure on trajectory modeling. Our experimental study based on real taxi trajectory datasets shows that both of our approaches largely outperform the existing approaches.

Cite

Text

Wu et al. "Modeling Trajectories with Recurrent Neural Networks." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/430

Markdown

[Wu et al. "Modeling Trajectories with Recurrent Neural Networks." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/wu2017ijcai-modeling/) doi:10.24963/IJCAI.2017/430

BibTeX

@inproceedings{wu2017ijcai-modeling,
  title     = {{Modeling Trajectories with Recurrent Neural Networks}},
  author    = {Wu, Hao and Chen, Ziyang and Sun, Weiwei and Zheng, Baihua and Wang, Wei},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {3083-3090},
  doi       = {10.24963/IJCAI.2017/430},
  url       = {https://mlanthology.org/ijcai/2017/wu2017ijcai-modeling/}
}