paper-with-me

Papers

Bike Flow Prediction with Multi-Graph Convolutional Networks

2018-07-28 · Di Chai, Leye Wang, Qiang Yang

One fundamental issue in managing bike sharing systems is the bike flow prediction. Due to the hardness of predicting the flow for a single station, recent research works often predict the bike flow at cluster-level. While such studies gain satisfactory prediction accuracy, they cannot directly guide some fine-grained bike sharing system management issues at station-level. In this paper, we revisit the problem of the station-level bike flow prediction, aiming to boost the prediction accuracy leveraging the breakthroughs of deep learning techniques. We propose a new multi-graph convolutional neural network model to predict the bike flow at station-level, where the key novelty is viewing the bike sharing system from the graph perspective. More specifically, we construct multiple inter-station graphs for a bike sharing system. In each graph, nodes are stations, and edges are a certain type of relations between stations. Then, multiple graphs are constructed to reflect heterogeneous relationships (e.g., distance, ride record correlation). Afterward, we fuse the multiple graphs and then apply the convolutional layers on the fused graph to predict station-level future bike flow. In addition to the estimated bike flow value, our model also gives the prediction confidence interval so as to help the bike sharing system managers make decisions. Using New York City and Chicago bike sharing data for experiments, our model can outperform state-of-the-art station-level prediction models by reducing 25.1% and 17.0% of prediction error in New York City and Chicago, respectively.

📄 PDF Abstract BibTeX arXiv:1807.10934

Code (1)

Di-Chai/GraphCNN-Bike tf

Tasks

ManagementPrediction

Similar Papers 제목 키워드 기반

Exploiting Interpretable Patterns for Flow Prediction in Dockless Bike Sharing Systems

2020-04-13 · Jingjing Gu, Qiang Zhou, Jingyuan Yang, Yanchi Liu 외

Unlike the traditional dock-based systems, dockless bike-sharing systems are more convenient for users in terms of flexibility. However, the flexibility of these dockless systems comes at the cost of management and opera…

ClusteringManagementPrediction

Enhancing crowd flow prediction in various spatial and temporal granularities

2022-03-12 · Marco Cardia, Massimiliano Luca, Luca Pappalardo

Thanks to the diffusion of the Internet of Things, nowadays it is possible to sense human mobility almost in real time using unconventional methods (e.g., number of bikes in a bike station). Due to the diffusion of such …

EpidemiologyManagement

Contextual Data Integration for Bike-sharing Demand Prediction with Graph Neural Networks in Degraded Weather Conditions

2024-12-04 · Romain Rochas, Angelo Furno, Nour-Eddin El Faouzi

Demand for bike sharing is impacted by various factors, such as weather conditions, events, and the availability of other transportation modes. This impact remains elusive due to the complex interdependence of these fact…

Data IntegrationPrediction

A Comparative Study of Using Spatial-Temporal Graph Convolutional Networks for Predicting Availability in Bike Sharing Schemes

2021-04-21 · Zhengyong Chen, Hongde Wu, Noel E. O'Connor, Mingming Liu

Accurately forecasting transportation demand is crucial for efficient urban traffic guidance, control and management. One solution to enhance the level of prediction accuracy is to leverage graph convolutional networks (…

ManagementTime SeriesTime Series Analysis

Predicting Citywide Crowd Flows in Irregular Regions Using Multi-View Graph Convolutional Networks

2019-03-19 · Junkai Sun, Junbo Zhang, Qiaofei Li, Xiuwen Yi 외

Being able to predict the crowd flows in each and every part of a city, especially in irregular regions, is strategically important for traffic control, risk assessment, and public safety. However, it is very challenging…