English

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

Machine Learning 2022-10-14 v3 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2106.09305,
  title  = {SCINet: Time Series Modeling and Forecasting with Sample Convolution and Interaction},
  author = {Minhao Liu and Ailing Zeng and Muxi Chen and Zhijian Xu and Qiuxia Lai and Lingna Ma and Qiang Xu},
  journal= {arXiv preprint arXiv:2106.09305},
  year   = {2022}
}

Comments

This paper presents a novel convolutional neural network for time series forecasting, achieving significant accuracy improvements

R2 v1 2026-06-24T03:18:10.528Z