Long-term Forecasting with TiDE: Time-series Dense Encoder

17 Apr 2023  ·  Abhimanyu Das, Weihao Kong, Andrew Leach, Shaan Mathur, Rajat Sen, Rose Yu ·

Recent work has shown that simple linear models can outperform several Transformer based approaches in long term time-series forecasting. Motivated by this, we propose a Multi-layer Perceptron (MLP) based encoder-decoder model, Time-series Dense Encoder (TiDE), for long-term time-series forecasting that enjoys the simplicity and speed of linear models while also being able to handle covariates and non-linear dependencies. Theoretically, we prove that the simplest linear analogue of our model can achieve near optimal error rate for linear dynamical systems (LDS) under some assumptions. Empirically, we show that our method can match or outperform prior approaches on popular long-term time-series forecasting benchmarks while being 5-10x faster than the best Transformer based model.

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Time Series Forecasting ETTh1 (192) Multivariate TiDE MSE 0.412 # 7
MAE 0.422 # 3
Time Series Forecasting ETTh1 (336) Multivariate TiDE MSE 0.435 # 6
MAE 0.433 # 8
Time Series Forecasting ETTh1 (720) Multivariate TiDE MSE 0.454 # 6
MAE 0.465 # 8
Time Series Forecasting ETTh1 (96) Multivariate TiDE MSE 0.375 # 5
MAE 0.398 # 2
Time Series Forecasting ETTh2 (192) Multivariate TiDE MSE 0.332 # 3
MAE 0.38 # 5
Time Series Forecasting ETTh2 (336) Multivariate TiDE MSE 0.36 # 5
MAE 0.407 # 7
Time Series Forecasting ETTh2 (720) Multivariate TiDE MSE 0.419 # 6
MAE 0.451 # 7
Time Series Forecasting ETTh2 (96) Multivariate TiDE MSE 0.27 # 3
MAE 0.336 # 5

Methods