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

MixLinear: Extreme Low Resource Multivariate Time Series Forecasting with 0.1K Parameters

About

Recently, there has been a growing interest in Long-term Time Series Forecasting (LTSF), which involves predicting long-term future values by analyzing a large amount of historical time-series data to identify patterns and trends. There exist significant challenges in LTSF due to its complex temporal dependencies and high computational demands. Although Transformer-based models offer high forecasting accuracy, they are often too compute-intensive to be deployed on devices with hardware constraints. On the other hand, the linear models aim to reduce the computational overhead by employing either decomposition methods in the time domain or compact representations in the frequency domain. In this paper, we propose MixLinear, an ultra-lightweight multivariate time series forecasting model specifically designed for resource-constrained devices. MixLinear effectively captures both temporal and frequency domain features by modeling intra-segment and inter-segment variations in the time domain and extracting frequency variations from a low-dimensional latent space in the frequency domain. By reducing the parameter scale of a downsampled $n$-length input/output one-layer linear model from $O(n^2)$ to $O(n)$, MixLinear achieves efficient computation without sacrificing accuracy. Extensive evaluations with four benchmark datasets show that MixLinear attains forecasting performance comparable to, or surpassing, state-of-the-art models with significantly fewer parameters ($0.1K$), which makes it well-suited for deployment on devices with limited computational capacity.

Aitian Ma, Dongsheng Luo, Mo Sha• 2024

Related benchmarks

TaskDatasetResultRank
Long-term time-series forecastingETTh1--
351
Multivariate long-term forecastingETTh1
MSE0.351
344
Multivariate long-term series forecastingETTh2
MSE0.283
319
Long-term time-series forecastingETTm2--
305
Multivariate long-term series forecastingETTm1
MSE0.308
257
Multivariate long-term series forecastingExchange
MSE0.088
90
Multivariate long-term time series forecastingETTm2
MSE0.165
74
Multivariate long-term time series forecastingWeather
MSE0.17
74
Multi-variate long-term time series forecastingsolar
MSE0.211
70
Multivariate long-term time series forecastingTraffic
MSE0.389
42
Showing 10 of 17 rows

Other info

Follow for update