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

SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction

About

One unique property of time series is that the temporal relations are largely preserved after downsampling into two sub-sequences. By taking advantage of this property, we propose a novel neural network architecture that conducts sample convolution and interaction for temporal modeling and forecasting, named SCINet. Specifically, SCINet is a recursive downsample-convolve-interact architecture. In each layer, we use multiple convolutional filters to extract distinct yet valuable temporal features from the downsampled sub-sequences or features. By combining these rich features aggregated from multiple resolutions, SCINet effectively models time series with complex temporal dynamics. Experimental results show that SCINet achieves significant forecasting accuracy improvements over both existing convolutional models and Transformer-based solutions across various real-world time series forecasting datasets. Our codes and data are available at https://github.com/cure-lab/SCINet.

Minhao Liu, Ailing Zeng, Muxi Chen, Zhijian Xu, Qiuxia Lai, Lingna Ma, Qiang Xu• 2021

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.3
645
Multivariate Time-series ForecastingETTm1
MSE0.106
433
Long-term time-series forecastingETTh1
MAE0.599
351
Long-term time-series forecastingWeather
MSE0.221
348
Multivariate long-term forecastingETTh1
MSE0.375
344
Time Series ForecastingETTm1
MSE0.485
334
Multivariate Time-series ForecastingETTm2
MSE0.571
334
Long-term time-series forecastingETTh2
MSE0.707
327
Multivariate long-term series forecastingETTh2
MSE0.18
319
Long-term time-series forecastingETTm2
MSE0.571
305
Showing 10 of 130 rows
...

Other info

Code

Follow for update