LGMLFeb 10, 2021

NAST: Non-Autoregressive Spatial-Temporal Transformer for Time Series Forecasting

arXiv:2102.05624v228 citations
Originality Highly original
AI Analysis

This work addresses time series forecasting problems for applications like localization, offering a novel approach to improve accuracy and speed, though it may be incremental in the broader context of Transformer adaptations.

The paper tackles the challenge of applying Transformer models to time series forecasting by proposing a non-autoregressive architecture to reduce accumulative errors and a novel spatial-temporal attention mechanism to handle dependencies integrally. It demonstrates state-of-the-art performance on ego-centric future localization datasets in terms of real-time and accuracy.

Although Transformer has made breakthrough success in widespread domains especially in Natural Language Processing (NLP), applying it to time series forecasting is still a great challenge. In time series forecasting, the autoregressive decoding of canonical Transformer models could introduce huge accumulative errors inevitably. Besides, utilizing Transformer to deal with spatial-temporal dependencies in the problem still faces tough difficulties.~To tackle these limitations, this work is the first attempt to propose a Non-Autoregressive Transformer architecture for time series forecasting, aiming at overcoming the time delay and accumulative error issues in the canonical Transformer. Moreover, we present a novel spatial-temporal attention mechanism, building a bridge by a learned temporal influence map to fill the gaps between the spatial and temporal attention, so that spatial and temporal dependencies can be processed integrally. Empirically, we evaluate our model on diversified ego-centric future localization datasets and demonstrate state-of-the-art performance on both real-time and accuracy.

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