Modeling Trajectories with Neural Ordinary Differential Equations

Abstract

Recent advances in location-acquisition techniques have generated massive spatial trajectory data. Recurrent Neural Networks (RNNs) are modern tools for modeling such trajectory data. After revisiting RNN-based methods for trajectory modeling, we expose two common critical drawbacks in the existing uses. First, RNNs are discrete-time models that only update the hidden states upon the arrival of new observations, which makes them an awkward fit for learning real-world trajectories with continuous-time dynamics. Second, real-world trajectories are never perfectly accurate due to unexpected sensor noise. Most RNN-based approaches are deterministic and thereby vulnerable to such noise. To tackle these challenges, we devise a novel method entitled TrajODE for more natural modeling of trajectories. It combines the continuous-time characteristic of Neural Ordinary Differential Equations (ODE) with the robustness of stochastic latent spaces. Extensive experiments on the task of trajectory classification demonstrate the superiority of our framework against the RNN counterparts.

Cite

Text

Liang et al. "Modeling Trajectories with Neural Ordinary Differential Equations." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/207

Markdown

[Liang et al. "Modeling Trajectories with Neural Ordinary Differential Equations." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/liang2021ijcai-modeling/) doi:10.24963/IJCAI.2021/207

BibTeX

@inproceedings{liang2021ijcai-modeling,
  title     = {{Modeling Trajectories with Neural Ordinary Differential Equations}},
  author    = {Liang, Yuxuan and Ouyang, Kun and Yan, Hanshu and Wang, Yiwei and Tong, Zekun and Zimmermann, Roger},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {1498-1504},
  doi       = {10.24963/IJCAI.2021/207},
  url       = {https://mlanthology.org/ijcai/2021/liang2021ijcai-modeling/}
}