LGDec 6, 2022

A K-variate Time Series Is Worth K Words: Evolution of the Vanilla Transformer Architecture for Long-term Multivariate Time Series Forecasting

arXiv:2212.02789v110 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses a fundamental issue in long-term multivariate time series forecasting for real-world applications, offering a significant performance improvement over existing methods.

The paper tackled the problem of multivariate time series forecasting by identifying that current Transformer tokenization strategies ignore token uniformity inductive bias, leading to inferior performance; they evolved the vanilla Transformer architecture with simple changes, achieving more detailed and accurate predictions and substantially outperforming state-of-the-art Transformers.

Multivariate time series forecasting (MTSF) is a fundamental problem in numerous real-world applications. Recently, Transformer has become the de facto solution for MTSF, especially for the long-term cases. However, except for the one forward operation, the basic configurations in existing MTSF Transformer architectures were barely carefully verified. In this study, we point out that the current tokenization strategy in MTSF Transformer architectures ignores the token uniformity inductive bias of Transformers. Therefore, the vanilla MTSF transformer struggles to capture details in time series and presents inferior performance. Based on this observation, we make a series of evolution on the basic architecture of the vanilla MTSF transformer. We vary the flawed tokenization strategy, along with the decoder structure and embeddings. Surprisingly, the evolved simple transformer architecture is highly effective, which successfully avoids the over-smoothing phenomena in the vanilla MTSF transformer, achieves a more detailed and accurate prediction, and even substantially outperforms the state-of-the-art Transformers that are well-designed for MTSF.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes