Share your thoughts, 1 month free Claude Pro on usSee more
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
686
Multivariate Time-series ForecastingETTm1
MSE0.106
466
Long-term time-series forecastingWeather
MSE0.221
448
Long-term time-series forecastingETTh1
MAE0.599
446
Multivariate long-term forecastingETTh1
MSE0.375
394
Multivariate Time-series ForecastingETTm2
MSE0.571
389
Long-term forecastingETTm1
MSE0.485
375
Multivariate long-term series forecastingETTh2
MSE0.18
367
Long-term forecastingETTh1
MSE0.747
365
Multivariate long-term series forecastingWeather
MSE0.243
359
Showing 10 of 132 rows
...

Other info

Code

Follow for update