Spatiotemporal and Semantic Zero-inflated Urban Anomaly Prediction
This work solves the problem of predicting low-frequency urban anomalies like crime and traffic accidents for smart city applications, representing a novel method for a known bottleneck.
The paper tackles urban anomaly prediction by addressing sparse zero-inflated data and capturing dependencies across spatial, temporal, and semantic dimensions, achieving improvements of 37.88% in MAE and 18.10% in RMSE on zero-inflated datasets and 60.32% in MAE and 37.28% in RMSE on non-zero datasets compared to state-of-the-art methods.
Urban anomaly predictions, such as traffic accident prediction and crime prediction, are of vital importance to smart city security and maintenance. Existing methods typically use deep learning to capture the intra-dependencies in spatial and temporal dimensions. However, numerous key challenges remain unsolved, for instance, sparse zero-inflated data due to urban anomalies occurring with low frequency (which can lead to poor performance on real-world datasets), and both intra- and inter-dependencies of abnormal patterns across spatial, temporal, and semantic dimensions. Moreover, a unified approach to predict multiple kinds of anomaly is left to explore. In this paper, we propose STS to jointly capture the intra- and inter-dependencies between the patterns and the influential factors in three dimensions. Further, we use a multi-task prediction module with a customized loss function to solve the zero-inflated issue. To verify the effectiveness of the model, we apply it to two urban anomaly prediction tasks, crime prediction and traffic accident risk prediction, respectively. Experiments on two application scenarios with four real-world datasets demonstrate the superiority of STS, which outperforms state-of-the-art methods in the mean absolute error and the root mean square error by 37.88% and 18.10% on zero-inflated datasets, and, 60.32% and 37.28% on non-zero datasets, respectively.