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

**Authors:** Junkai Sun, Junbo Zhang, Qiaofei Li, Xiuwen Yi, Yuxuan Liang, Yu Zheng

arXiv: 1903.07789 · 2020-07-20

## TL;DR

This paper introduces a multi-view graph convolutional network (MVGCN) for predicting citywide crowd flows in irregular regions, effectively capturing complex spatial-temporal interactions and external factors, outperforming existing methods.

## Contribution

It formulates crowd flow prediction as a spatio-temporal graph problem and extends graph convolution to handle multiple views, improving accuracy in irregular regions.

## Key findings

- MVGCN outperforms state-of-the-art methods on four real datasets.
- The approach effectively captures complex spatial-temporal interactions.
- Developed a practical crowd flow forecasting system for irregular regions.

## Abstract

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 because of interactions and spatial correlations between different regions. In addition, it is affected by many factors: i) multiple temporal correlations among different time intervals: closeness, period, trend; ii) complex external influential factors: weather, events; iii) meta features: time of the day, day of the week, and so on. In this paper, we formulate crowd flow forecasting in irregular regions as a spatio-temporal graph (STG) prediction problem in which each node represents a region with time-varying flows. By extending graph convolution to handle the spatial information, we propose using spatial graph convolution to build a multi-view graph convolutional network (MVGCN) for the crowd flow forecasting problem, where different views can capture different factors as mentioned above. We evaluate MVGCN using four real-world datasets (taxicabs and bikes) and extensive experimental results show that our approach outperforms the adaptations of state-of-the-art methods. And we have developed a crowd flow forecasting system for irregular regions that can now be used internally.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07789/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07789/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1903.07789/full.md

---
Source: https://tomesphere.com/paper/1903.07789