LGMLNov 4, 2024

ElasTST: Towards Robust Varied-Horizon Forecasting with Elastic Time-Series Transformer

arXiv:2411.01842v114.213 citationsh-index: 12Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the practical need for flexible forecasting models in industrial sectors, but it appears incremental as it builds on existing transformer and time-series methods.

The paper tackles the problem of robust varied-horizon forecasting in time-series by proposing ElasTST, a non-autoregressive transformer model with placeholders and structured self-attention masks, achieving state-of-the-art performance in experiments.

Numerous industrial sectors necessitate models capable of providing robust forecasts across various horizons. Despite the recent strides in crafting specific architectures for time-series forecasting and developing pre-trained universal models, a comprehensive examination of their capability in accommodating varied-horizon forecasting during inference is still lacking. This paper bridges this gap through the design and evaluation of the Elastic Time-Series Transformer (ElasTST). The ElasTST model incorporates a non-autoregressive design with placeholders and structured self-attention masks, warranting future outputs that are invariant to adjustments in inference horizons. A tunable version of rotary position embedding is also integrated into ElasTST to capture time-series-specific periods and enhance adaptability to different horizons. Additionally, ElasTST employs a multi-scale patch design, effectively integrating both fine-grained and coarse-grained information. During the training phase, ElasTST uses a horizon reweighting strategy that approximates the effect of random sampling across multiple horizons with a single fixed horizon setting. Through comprehensive experiments and comparisons with state-of-the-art time-series architectures and contemporary foundation models, we demonstrate the efficacy of ElasTST's unique design elements. Our findings position ElasTST as a robust solution for the practical necessity of varied-horizon forecasting.

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