LGAIJul 12, 2022

Dateformer: Time-modeling Transformer for Longer-term Series Forecasting

arXiv:2207.05397v26 citationsh-index: 22
AI Analysis

This addresses a critical limitation in time series forecasting for applications requiring long-term predictions, offering a novel approach to enhance model performance.

The paper tackled the bottleneck in long-term time series forecasting caused by Transformers' reliance on narrow lookback windows by proposing Dateformer, which uses patch-wise processing and time representations to leverage global information, achieving a 33.6% relative improvement in accuracy on 7 datasets and extending the forecast range to half a year.

Transformers have demonstrated impressive strength in long-term series forecasting. Existing prediction research mostly focused on mapping past short sub-series (lookback window) to future series (forecast window). The longer training dataset time series will be discarded, once training is completed. Models can merely rely on lookback window information for inference, which impedes models from analyzing time series from a global perspective. And these windows used by Transformers are quite narrow because they must model each time-step therein. Under this point-wise processing style, broadening windows will rapidly exhaust their model capacity. This, for fine-grained time series, leads to a bottleneck in information input and prediction output, which is mortal to long-term series forecasting. To overcome the barrier, we propose a brand-new methodology to utilize Transformer for time series forecasting. Specifically, we split time series into patches by day and reform point-wise to patch-wise processing, which considerably enhances the information input and output of Transformers. To further help models leverage the whole training set's global information during inference, we distill the information, store it in time representations, and replace series with time representations as the main modeling entities. Our designed time-modeling Transformer -- Dateformer yields state-of-the-art accuracy on 7 real-world datasets with a 33.6\% relative improvement and extends the maximum forecast range to half-year.

Code Implementations1 repo
Foundations

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

Your Notes