Spatial Community-Informed Evolving Graphs for Demand Prediction
Abstract
The rapidly increasing number of sharing bikes has facilitated people’s daily commuting significantly. However, the number of available bikes in different stations may be imbalanced due to the free check-in and check-out of users. Therefore, predicting the bike demand in each station is an important task in a city to satisfy requests in different stations. Recent works mainly focus on demand prediction in settled stations, which ignore the realistic scenarios that bike stations may be deployed or removed. To predict station-level demands with evolving new stations, we face two main challenges: (1) How to effectively capture new interactions in time-evolving station networks; (2) How to learn spatial patterns for new stations due to the limited historical data. To tackle these challenges, we propose a novel S patial C ommunity-informed E volving G raphs (SCEG) framework to predict station-level demands, which considers two different grained interactions. Specifically, we learn time-evolving representation from fine-grained interactions in evolving station networks using EvolveGCN. And we design a Bi-grained Graph Convolutional Network(B-GCN) to learn community-informed representation from coarse-grained interactions between communities of stations. Experimental results on real-world datasets demonstrate the effectiveness of SCEG on demand prediction for both new and settled stations. Our code is available at https://github.com/RoeyW/Bikes-SCEG
Cite
Text
Wang et al. "Spatial Community-Informed Evolving Graphs for Demand Prediction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67670-4_27Markdown
[Wang et al. "Spatial Community-Informed Evolving Graphs for Demand Prediction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/wang2020ecmlpkdd-spatial/) doi:10.1007/978-3-030-67670-4_27BibTeX
@inproceedings{wang2020ecmlpkdd-spatial,
title = {{Spatial Community-Informed Evolving Graphs for Demand Prediction}},
author = {Wang, Qianru and Guo, Bin and Ouyang, Yi and Shu, Kai and Yu, Zhiwen and Liu, Huan},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2020},
pages = {440-456},
doi = {10.1007/978-3-030-67670-4_27},
url = {https://mlanthology.org/ecmlpkdd/2020/wang2020ecmlpkdd-spatial/}
}