LGJun 8, 2022

Scaleformer: Iterative Multi-scale Refining Transformers for Time Series Forecasting

arXiv:2206.04038v4114 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses time series forecasting for applications in fields like finance or weather prediction, presenting an incremental improvement over existing transformer models.

The paper tackles the problem of improving transformer-based time series forecasting by proposing a multi-scale framework that iteratively refines forecasts, achieving performance gains of 5.5% to 38.5% across datasets with minimal computational overhead.

The performance of time series forecasting has recently been greatly improved by the introduction of transformers. In this paper, we propose a general multi-scale framework that can be applied to the state-of-the-art transformer-based time series forecasting models (FEDformer, Autoformer, etc.). By iteratively refining a forecasted time series at multiple scales with shared weights, introducing architecture adaptations, and a specially-designed normalization scheme, we are able to achieve significant performance improvements, from 5.5% to 38.5% across datasets and transformer architectures, with minimal additional computational overhead. Via detailed ablation studies, we demonstrate the effectiveness of each of our contributions across the architecture and methodology. Furthermore, our experiments on various public datasets demonstrate that the proposed improvements outperform their corresponding baseline counterparts. Our code is publicly available in https://github.com/BorealisAI/scaleformer.

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