Extremal Separation Problems for Temporal Instance Queries

Abstract

Traffic data imputation is fundamentally important to support various applications in intelligent transportation systems such as traffic flow prediction. However, existing time-to-space sequential methods often fail to effectively extract features in block-wise missing data scenarios. Meanwhile, the static graph structure for spatial feature propagation significantly constrains the model's flexibility in handling the distribution shift issue for the nonstationary traffic data. To address these issues, this paper proposes a Spatio-Temporal Attention Mixture of experts network named STAMImputer for traffic data imputation. Specifically, we introduce a Mixture of Experts (MoE) framework to capture latent spatio-temporal features and their influence weights, effectively imputing block missing. A novel Low-rank guided Sampling Graph ATtention (LrSGAT) mechanism is designed to dynamically balance the local and global correlations across road networks. The sampled attention vectors are utilized to generate dynamic graphs that capture real-time spatial correlations. Extensive experiments are conducted on four traffic datasets for evaluation. The result shows STAMImputer achieves significantly performance improvement compared with existing SOTA approaches. Our codes are available at https://github.com/RingBDStack/STAMImupter.

Cite

Text

Jung et al. "Extremal Separation Problems for Temporal Instance Queries." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/382

Markdown

[Jung et al. "Extremal Separation Problems for Temporal Instance Queries." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/jung2024ijcai-extremal/) doi:10.24963/ijcai.2024/382

BibTeX

@inproceedings{jung2024ijcai-extremal,
  title     = {{Extremal Separation Problems for Temporal Instance Queries}},
  author    = {Jung, Jean Christoph and Ryzhikov, Vladislav and Wolter, Frank and Zakharyaschev, Michael},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3448-3456},
  doi       = {10.24963/ijcai.2024/382},
  url       = {https://mlanthology.org/ijcai/2024/jung2024ijcai-extremal/}
}