CloudLSTM: A Recurrent Neural Model for Spatiotemporal Point-Cloud Stream Forecasting

Abstract

This paper introduces CloudLSTM, a new branch of recurrent neural models tailored to forecasting over data streams generated by geospatial point-cloud sources. We design a Dynamic Point-cloud Convolution (DConv) operator as the core component of CloudLSTMs, which performs convolution directly over point-clouds and extracts local spatial features from sets of neighboring points that surround different elements of the input. This operator maintains the permutation invariance of sequence-to-sequence learning frameworks, while representing neighboring correlations at each time step -- an important aspect in spatiotemporal predictive learning. The DConv operator resolves the grid-structural data requirements of existing spatiotemporal forecasting models and can be easily plugged into traditional LSTM architectures with sequence-to-sequence learning and attention mechanisms. We apply our proposed architecture to two representative, practical use cases that involve point-cloud streams, i.e. mobile service traffic forecasting and air quality indicator forecasting. Our results, obtained with real-world datasets collected in diverse scenarios for each use case, show that CloudLSTM delivers accurate long-term predictions, outperforming a variety of competitor neural network models.

Cite

Text

Zhang et al. "CloudLSTM: A Recurrent Neural Model for Spatiotemporal Point-Cloud Stream Forecasting." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I12.17296

Markdown

[Zhang et al. "CloudLSTM: A Recurrent Neural Model for Spatiotemporal Point-Cloud Stream Forecasting." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/zhang2021aaai-cloudlstm/) doi:10.1609/AAAI.V35I12.17296

BibTeX

@inproceedings{zhang2021aaai-cloudlstm,
  title     = {{CloudLSTM: A Recurrent Neural Model for Spatiotemporal Point-Cloud Stream Forecasting}},
  author    = {Zhang, Chaoyun and Fiore, Marco and Murray, Iain and Patras, Paul},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {10851-10858},
  doi       = {10.1609/AAAI.V35I12.17296},
  url       = {https://mlanthology.org/aaai/2021/zhang2021aaai-cloudlstm/}
}