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

Mixture-of-Linear-Experts for Long-term Time Series Forecasting

About

Long-term time series forecasting (LTSF) aims to predict future values of a time series given the past values. The current state-of-the-art (SOTA) on this problem is attained in some cases by linear-centric models, which primarily feature a linear mapping layer. However, due to their inherent simplicity, they are not able to adapt their prediction rules to periodic changes in time series patterns. To address this challenge, we propose a Mixture-of-Experts-style augmentation for linear-centric models and propose Mixture-of-Linear-Experts (MoLE). Instead of training a single model, MoLE trains multiple linear-centric models (i.e., experts) and a router model that weighs and mixes their outputs. While the entire framework is trained end-to-end, each expert learns to specialize in a specific temporal pattern, and the router model learns to compose the experts adaptively. Experiments show that MoLE reduces forecasting error of linear-centric models, including DLinear, RLinear, and RMLP, in over 78% of the datasets and settings we evaluated. By using MoLE existing linear-centric models can achieve SOTA LTSF results in 68% of the experiments that PatchTST reports and we compare to, whereas existing single-head linear-centric models achieve SOTA results in only 25% of cases.

Ronghao Ni, Zinan Lin, Shuaiqi Wang, Giulia Fanti• 2023

Related benchmarks

TaskDatasetResultRank
Multivariate long-term series forecastingWeather
MSE0.244
359
Multivariate long-term forecastingElectricity
MSE0.166
236
Multivariate long-term forecastingETTh1 (test)
MSE0.371
125
Multivariate long-term forecastingETTh2 (test)
MSE0.291
124
Multivariate long-term series forecastingExchange
MSE0.557
108
Multivariate long-term time series forecastingTraffic
MSE0.434
93
Multi-variate long-term time series forecastingsolar
MSE0.253
88
Multivariate long-term forecastingETT
MSE0.38
12
Showing 8 of 8 rows

Other info

Code

Follow for update