paper-with-me

홈 › Papers

TrafficStream: A Streaming Traffic Flow Forecasting Framework Based on Graph Neural Networks and Continual Learning

2021-06-11 · Xu Chen, Junshan Wang, Kunqing Xie

With the rapid growth of traffic sensors deployed, a massive amount of traffic flow data are collected, revealing the long-term evolution of traffic flows and the gradual expansion of traffic networks. How to accurately forecasting these traffic flow attracts the attention of researchers as it is of great significance for improving the efficiency of transportation systems. However, existing methods mainly focus on the spatial-temporal correlation of static networks, leaving the problem of efficiently learning models on networks with expansion and evolving patterns less studied. To tackle this problem, we propose a Streaming Traffic Flow Forecasting Framework, TrafficStream, based on Graph Neural Networks (GNNs) and Continual Learning (CL), achieving accurate predictions and high efficiency. Firstly, we design a traffic pattern fusion method, cleverly integrating the new patterns that emerged during the long-term period into the model. A JS-divergence-based algorithm is proposed to mine new traffic patterns. Secondly, we introduce CL to consolidate the knowledge learned previously and transfer them to the current model. Specifically, we adopt two strategies: historical data replay and parameter smoothing. We construct a streaming traffic dataset to verify the efficiency and effectiveness of our model. Extensive experiments demonstrate its excellent potential to extract traffic patterns with high efficiency on long-term streaming network scene. The source code is available at https://github.com/AprLie/TrafficStream.

📄 PDF Abstract BibTeX arXiv:2106.06273

Code (1)

AprLie/TrafficStream 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Continual Traffic Forecasting via Mixture of Experts

2024-06-05 · SangHyun Lee, Chanyoung Park

The real-world traffic networks undergo expansion through the installation of new sensors, implying that the traffic patterns continually evolve over time. Incrementally training a model on the newly added sensors would …

Continual LearningMixture-of-Experts

From XXLTraffic to EvoXXLTraffic: Scaling Traffic Forecasting to Sensor-Evolving Networks

2026-05-28 · Du Yin, Hao Xue, Arian Prabowo, Shuang Ao 외 arxiv

Existing traffic forecasting benchmarks assume a fixed sensor set, but real road-sensor networks grow continuously as the road network changes year by year. We introduce the XXLTraffic dataset family, which spans up to 2…

SHARP: Short-Window Streaming for Accurate and Robust Prediction in Motion Forecasting

2026-03-30 · Alexander Prutsch, Christian Fruhwirth-Reisinger, David Schinagl, Horst Possegger arxiv

In dynamic traffic environments, motion forecasting models must be able to accurately estimate future trajectories continuously. Streaming-based methods are a promising solution, but despite recent advances, their perfor…

Motion Forecasting

A Hybrid Method for Traffic Flow Forecasting Using Multimodal Deep Learning

2018-03-06 · Shengdong Du, Tianrui Li, Xun Gong, Shi-Jinn Horng

Traffic flow forecasting has been regarded as a key problem of intelligent transport systems. In this work, we propose a hybrid multimodal deep learning method for short-term traffic flow forecasting, which can jointly a…

Deep LearningMultimodal Deep Learning

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

2017-07-06 · ICLR 2018 1 · Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain. Traffic forecasting is one canonical example of such learning task. The task is challenging due to (1) complex spati…

DecoderMultivariate Time Series ForecastingSpatio-Temporal ForecastingTime Series Analysis+3