LGDec 15, 2022

Temporal Saliency Detection Towards Explainable Transformer-based Timeseries Forecasting

arXiv:2212.07771v35 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses the problem of interpretability in time series forecasting for researchers and practitioners, though it appears incremental as it builds on existing Transformer and U-Net architectures.

The paper tackles the challenge of explainable long multi-horizon time series forecasting by proposing Temporal Saliency Detection (TSD), an attention-based architecture that encodes temporal saliency patterns, achieving relative improvements of 31% and 46% over other models in multivariate and univariate predictions.

Despite the notable advancements in numerous Transformer-based models, the task of long multi-horizon time series forecasting remains a persistent challenge, especially towards explainability. Focusing on commonly used saliency maps in explaining DNN in general, our quest is to build attention-based architecture that can automatically encode saliency-related temporal patterns by establishing connections with appropriate attention heads. Hence, this paper introduces Temporal Saliency Detection (TSD), an effective approach that builds upon the attention mechanism and applies it to multi-horizon time series prediction. While our proposed architecture adheres to the general encoder-decoder structure, it undergoes a significant renovation in the encoder component, wherein we incorporate a series of information contracting and expanding blocks inspired by the U-Net style architecture. The TSD approach facilitates the multiresolution analysis of saliency patterns by condensing multi-heads, thereby progressively enhancing the forecasting of complex time series data. Empirical evaluations illustrate the superiority of our proposed approach compared to other models across multiple standard benchmark datasets in diverse far-horizon forecasting settings. The initial TSD achieves substantial relative improvements of 31% and 46% over several models in the context of multivariate and univariate prediction. We believe the comprehensive investigations presented in this study will offer valuable insights and benefits to future research endeavors.

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