Spatiotemporal Graph Convolutional Recurrent Neural Network Model for Citywide Air Pollution Forecasting
Van-Duc Le, Tien-Cuong Bui, Sang-Kyun Cha

TL;DR
This paper introduces a novel spatiotemporal graph convolutional recurrent neural network that effectively predicts citywide air pollution levels, outperforming previous models by capturing complex spatial and temporal dependencies with fewer parameters.
Contribution
The paper proposes a Spatiotemporal GCRNN model that integrates GCN into RNNs for improved air quality forecasting, addressing limitations of image-based methods.
Findings
Outperforms ConvLSTM in accuracy for air pollution prediction
Uses fewer parameters than previous models
Superior to hybrid GCN-based methods on real-world data
Abstract
Citywide Air Pollution Forecasting tries to precisely predict the air quality multiple hours ahead for the entire city. This topic is challenged since air pollution varies in a spatiotemporal manner and depends on many complicated factors. Our previous research has solved the problem by considering the whole city as an image and leveraged a Convolutional Long Short-Term Memory (ConvLSTM) model to learn the spatiotemporal features. However, an image-based representation may not be ideal as air pollution and other impact factors have natural graph structures. In this research, we argue that a Graph Convolutional Network (GCN) can efficiently represent the spatial features of air quality readings in the whole city. Specially, we extend the ConvLSTM model to a Spatiotemporal Graph Convolutional Recurrent Neural Network (Spatiotemporal GCRNN) model by tightly integrating a GCN architecture…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAir Quality Monitoring and Forecasting · Air Quality and Health Impacts · Vehicle emissions and performance
MethodsTanh Activation · Sigmoid Activation · Convolution · ConvLSTM · Graph Convolutional Network
