LGMay 8, 2023

Explainable Parallel RCNN with Novel Feature Representation for Time Series Forecasting

arXiv:2305.04876v38 citations
Originality Highly original
AI Analysis

This work addresses the challenge of accurate time series forecasting in data science, particularly when dealing with external covariates, by introducing a new method to reduce error accumulations and improve model interpretability.

The paper tackled the problem of time series forecasting with predicted future covariates by proposing a novel feature representation strategy called shifting to fuse past data and future covariates, and a parallel deep learning framework combining RNN and CNN, achieving effectiveness demonstrated through extensive experiments on three datasets.

Accurate time series forecasting is a fundamental challenge in data science. It is often affected by external covariates such as weather or human intervention, which in many applications, may be predicted with reasonable accuracy. We refer to them as predicted future covariates. However, existing methods that attempt to predict time series in an iterative manner with autoregressive models end up with exponential error accumulations. Other strategies hat consider the past and future in the encoder and decoder respectively limit themselves by dealing with the historical and future data separately. To address these limitations, a novel feature representation strategy -- shifting -- is proposed to fuse the past data and future covariates such that their interactions can be considered. To extract complex dynamics in time series, we develop a parallel deep learning framework composed of RNN and CNN, both of which are used hierarchically. We also utilize the skip connection technique to improve the model's performance. Extensive experiments on three datasets reveal the effectiveness of our method. Finally, we demonstrate the model interpretability using the Grad-CAM algorithm.

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