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

SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion

About

Multivariate time series forecasting plays a crucial role in various fields such as finance, traffic management, energy, and healthcare. Recent studies have highlighted the advantages of channel independence to resist distribution drift but neglect channel correlations, limiting further enhancements. Several methods utilize mechanisms like attention or mixer to address this by capturing channel correlations, but they either introduce excessive complexity or rely too heavily on the correlation to achieve satisfactory results under distribution drifts, particularly with a large number of channels. Addressing this gap, this paper presents an efficient MLP-based model, the Series-cOre Fused Time Series forecaster (SOFTS), which incorporates a novel STar Aggregate-Redistribute (STAR) module. Unlike traditional approaches that manage channel interactions through distributed structures, \textit{e.g.}, attention, STAR employs a centralized strategy to improve efficiency and reduce reliance on the quality of each channel. It aggregates all series to form a global core representation, which is then dispatched and fused with individual series representations to facilitate channel interactions effectively.SOFTS achieves superior performance over existing state-of-the-art methods with only linear complexity. The broad applicability of the STAR module across different forecasting models is also demonstrated empirically. For further research and development, we have made our code publicly available at https://github.com/Secilia-Cxy/SOFTS.

Lu Han, Xu-Yang Chen, Han-Jia Ye, De-Chuan Zhan• 2024

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.381
830
Multivariate Time-series ForecastingETTm1
MSE0.325
686
Multivariate Time-series ForecastingETTm2
MSE0.18
539
Long-term time-series forecastingWeather
MSE0.166
525
Multivariate long-term forecastingETTh1
MSE0.381
472
Long-term time-series forecastingETTh2
MSE0.373
461
Multivariate long-term series forecastingETTh2
MSE0.385
445
Long-term time-series forecastingTraffic
MSE0.376
427
Multivariate long-term series forecastingWeather
MSE0.255
425
Long-term forecastingETTm1
MSE0.325
422
Showing 10 of 74 rows
...

Other info

Code

Follow for update