Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Where to Go Next Day: Multi-scale Spatial-Temporal Decoupled Model for Mid-term Human Mobility Prediction

Created by
  • Haebom

Author

Zongyuan Huang, Weipeng Wang, Shaoyu Huang, Marta C. Gonzalez, Yaohui Jin, Yanyan Xu

Outline

This paper proposes a multi-scale spatial-temporal decoupled predictor (MSTDP), a medium- to long-term prediction model for individual mobility patterns. Unlike previous studies that primarily focus on predicting next locations, our approach aims to predict daily or weekly travel paths, considering applications that require long-term predictions, such as traffic management and epidemic management. MSTDP efficiently extracts spatial and temporal information by decomposing daily travel paths into location-duration chains. It uses a hierarchical encoder to model multi-scale temporal patterns, such as daily repetition and weekly periodicity, and a transformer-based decoder to globally focus on prediction information within the location or duration chains. Furthermore, a spatial heterogeneous graph learner is introduced to capture multi-scale spatial relationships, enhancing semantic representations. Extensive experiments on large-scale mobile phone records from five cities, including Boston, Los Angeles, the San Francisco Bay Area, Shanghai, and Tokyo, demonstrate the advantages of MSTDP. Applying it to an epidemic model in Boston, our model achieves a remarkable 62.8% reduction in the MAE of the cumulative number of new cases compared to the existing best-performing baseline model.

Takeaways, Limitations

Takeaways:
Proposing an effective model for predicting mid- to long-term mobility patterns: MSTDP.
Efficient extraction and utilization of multi-scale spatiotemporal information
Suggesting applicability to various application fields such as epidemic modeling
Significant improvement in predictive performance compared to existing models (Boston epidemic modeling example)
Limitations:
Reliance on mobile phone record data from a specific city (further research is needed to determine generalizability)
The complexity and computational cost of the model (potential limitations for application in real-time forecasting systems)
Lack of consideration of external factors (weather, special events, etc.) that may affect forecast accuracy.
Possible degradation of accuracy for long-term forecasts (further research is needed to extend the time horizon)
👍