CausalPOI: Spatio-Temporal Graph-Based Causal Modeling for Cold-Start POI Check-in Forecasting
Summary
CausalPOI, a novel spatio-temporal graph-based causal representation learning framework, addresses the cold-start POI check-in forecasting problem, predicting future check-in patterns for newly introduced Points of Interest. Published in the Proceedings of the 32nd ACM SIGKDD Conference in 2026, CausalPOI models temporal evolution and functional interactions with nearby POIs in urban contexts. It utilizes a Spatio-Temporal Functional Interaction Graph (ST-FIG) to capture spatial proximity and semantic relationships, and a Causal Inference Module to simulate factual and counterfactual scenarios. Experiments on real-world SafeGraph datasets across four US regions (Northeast, Midwest, South, West) demonstrate CausalPOI's superior performance, achieving up to 57.8% RMSE and 34.3% MAE reduction compared to the best baseline, providing interpretable insights for urban intervention analysis.
Key takeaway
For urban planners or business operators assessing new Points of Interest, CausalPOI offers a robust method to forecast check-in volumes and estimate causal impacts. You should consider integrating causal inference with spatio-temporal graph modeling to move beyond correlation-based predictions. This framework provides more interpretable and actionable insights for site selection and resource allocation, especially when evaluating competitive or complementary effects of new establishments.
Key insights
CausalPOI forecasts cold-start POI check-ins by modeling causal effects through spatio-temporal functional interaction graphs.
Principles
- Causal modeling disentangles true effects from correlations.
- Functional interactions extend beyond geographic proximity.
- Counterfactual scenarios clarify intervention impacts.
Method
CausalPOI constructs paired treatment-control graphs, encodes POI textual tags with BERT, learns functional interaction strengths via contrastive pretraining, and uses GATv2 and GRU for spatio-temporal representation.
In practice
- Use BERT for POI textual tag embeddings.
- Pretrain category encoders with InfoNCE loss.
- Apply GATv2 for localized graph encoding.
Topics
- Cold-Start Forecasting
- POI Check-in Prediction
- Spatio-Temporal Graph Neural Networks
- Causal Inference
- Urban Computing
- SafeGraph Datasets
Code references
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.