LGMLFeb 3, 2020

Error-feedback stochastic modeling strategy for time series forecasting with convolutional neural networks

arXiv:2002.00717v22 citations
AI Analysis

This work addresses the challenge of architecture design and hyperparameter tuning in time series forecasting for researchers and practitioners, offering an incremental improvement with adaptive construction.

The authors tackled the problem of designing and tuning convolutional neural networks for time series forecasting by proposing an Error-feedback Stochastic Modeling (ESM) strategy, which adaptively constructs a random CNN that outperforms state-of-the-art random and deep neural networks in accuracy and efficiency.

Despite the superiority of convolutional neural networks demonstrated in time series modeling and forecasting, it has not been fully explored on the design of the neural network architecture and the tuning of the hyper-parameters. Inspired by the incremental construction strategy for building a random multilayer perceptron, we propose a novel Error-feedback Stochastic Modeling (ESM) strategy to construct a random Convolutional Neural Network (ESM-CNN) for time series forecasting task, which builds the network architecture adaptively. The ESM strategy suggests that random filters and neurons of the error-feedback fully connected layer are incrementally added to steadily compensate the prediction error during the construction process, and then a filter selection strategy is introduced to enable ESM-CNN to extract the different size of temporal features, providing helpful information at each iterative process for the prediction. The performance of ESM-CNN is justified on its prediction accuracy of one-step-ahead and multi-step-ahead forecasting tasks respectively. Comprehensive experiments on both the synthetic and real-world datasets show that the proposed ESM-CNN not only outperforms the state-of-art random neural networks, but also exhibits stronger predictive power and less computing overhead in comparison to trained state-of-art deep neural network models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes