ESGCN: Edge Squeeze Attention Graph Convolutional Network for Traffic Flow Forecasting
Sangrok Lee, Ha Young Kim

TL;DR
This paper introduces ESGCN, a novel graph convolutional network that models spatio-temporal traffic flow dynamics using edge features, attention mechanisms, and contrastive loss, achieving state-of-the-art forecasting accuracy.
Contribution
The paper proposes ESGCN with edge features, an attention mechanism for adaptive adjacency, and a contrastive loss, advancing traffic flow forecasting methods.
Findings
Achieves state-of-the-art results on four real-world datasets.
Effectively captures spatio-temporal dependencies with low computational cost.
Outperforms existing models significantly in accuracy.
Abstract
Traffic forecasting is a highly challenging task owing to the dynamical spatio-temporal dependencies of traffic flows. To handle this, we focus on modeling the spatio-temporal dynamics and propose a network termed Edge Squeeze Graph Convolutional Network (ESGCN) to forecast traffic flow in multiple regions. ESGCN consists of two modules: W-module and ES module. W-module is a fully node-wise convolutional network. It encodes the time-series of each traffic region separately and decomposes the time-series at various scales to capture fine and coarse features. The ES module models the spatio-temporal dynamics using Graph Convolutional Network (GCN) and generates an Adaptive Adjacency Matrix (AAM) with temporal features. To improve the accuracy of AAM, we introduce three key concepts. 1) Using edge features to directly capture the spatiotemporal flow representation among regions. 2)…
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
TopicsTraffic Prediction and Management Techniques · Time Series Analysis and Forecasting · Traffic control and management
MethodsFocus · Graph Convolutional Network
