Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LightCTS: A Lightweight Framework for Correlated Time Series Forecasting

About

Correlated time series (CTS) forecasting plays an essential role in many practical applications, such as traffic management and server load control. Many deep learning models have been proposed to improve the accuracy of CTS forecasting. However, while models have become increasingly complex and computationally intensive, they struggle to improve accuracy. Pursuing a different direction, this study aims instead to enable much more efficient, lightweight models that preserve accuracy while being able to be deployed on resource-constrained devices. To achieve this goal, we characterize popular CTS forecasting models and yield two observations that indicate directions for lightweight CTS forecasting. On this basis, we propose the LightCTS framework that adopts plain stacking of temporal and spatial operators instead of alternate stacking that is much more computationally expensive. Moreover, LightCTS features light temporal and spatial operator modules, called L-TCN and GL-Former, that offer improved computational efficiency without compromising their feature extraction capabilities. LightCTS also encompasses a last-shot compression scheme to reduce redundant temporal features and speed up subsequent computations. Experiments with single-step and multi-step forecasting benchmark datasets show that LightCTS is capable of nearly state-of-the-art accuracy at much reduced computational and storage overheads.

Zhichen Lai, Dalin Zhang, Huan Li, Christian S. Jensen, Hua Lu, Yan Zhao• 2023

Related benchmarks

TaskDatasetResultRank
Traffic ForecastingMETR-LA--
127
Traffic Flow ForecastingPEMS08 (test)
MAE14.63
66
Traffic Flow ForecastingPEMS04 (test)
MAE18.79
66
Multi-step traffic speed forecastingPEMS-BAY
MAE (15 min)1.3
10
Single-step CTS forecastingSolar-Energy (test)
RRSE (H=3)0.1714
7
Single-step CTS forecastingElectricity (test)
RRSE (Lead Time 3)0.0736
7
Showing 6 of 6 rows

Other info

Code

Follow for update