Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SparseTSF: Modeling Long-term Time Series Forecasting with 1k Parameters

About

This paper introduces SparseTSF, a novel, extremely lightweight model for Long-term Time Series Forecasting (LTSF), designed to address the challenges of modeling complex temporal dependencies over extended horizons with minimal computational resources. At the heart of SparseTSF lies the Cross-Period Sparse Forecasting technique, which simplifies the forecasting task by decoupling the periodicity and trend in time series data. This technique involves downsampling the original sequences to focus on cross-period trend prediction, effectively extracting periodic features while minimizing the model's complexity and parameter count. Based on this technique, the SparseTSF model uses fewer than *1k* parameters to achieve competitive or superior performance compared to state-of-the-art models. Furthermore, SparseTSF showcases remarkable generalization capabilities, making it well-suited for scenarios with limited computational resources, small samples, or low-quality data. The code is publicly available at this repository: https://github.com/lss-1138/SparseTSF.

Shengsheng Lin, Weiwei Lin, Wentai Wu, Haojun Chen, Junjie Yang• 2024

Related benchmarks

TaskDatasetResultRank
Long-term time-series forecastingWeather
MSE0.172
448
Long-term time-series forecastingETTh1
MAE0.388
446
Multivariate long-term forecastingETTh1
MSE0.362
394
Multivariate long-term series forecastingETTh2
MSE0.294
367
Long-term time-series forecastingTraffic
MSE0.412
362
Multivariate long-term series forecastingWeather
MSE0.25
359
Long-term time-series forecastingETTh2
MSE0.344
353
Time Series ForecastingETTh1 (test)
MSE0.362
348
Long-term time-series forecastingETTm1
MSE0.314
334
Long-term time-series forecastingETTm2
MSE0.165
330
Showing 10 of 59 rows

Other info

Code

Follow for update