Long-term Forecasting with TiDE: Time-series Dense Encoder
Abhimanyu Das, Weihao Kong, Andrew Leach, Shaan Mathur, Rajat Sen, Rose Yu
TL;DR
<3-5 sentence high-level summary> TiDE addresses long-term multivariate forecasting by introducing a simple, fast MLP-based encoder-decoder that effectively incorporates covariates. A theoretical result shows a linear analogue can achieve near-optimal error for linear dynamical systems, while empirical results demonstrate TiDE matches or exceeds state-of-the-art neural baselines with substantial speedups. The model’s temporal decoder and covariate highways are shown to contribute to strong performance, and ablations highlight efficiency and robustness advantages over Transformer-based approaches. Overall, TiDE challenges the necessity of self-attention for these tasks by delivering competitive accuracy with major computational benefits.
Abstract
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.
