LGAIMLAug 6, 2020

Improving the Accuracy of Global Forecasting Models using Time Series Data Augmentation

arXiv:2008.02663v1144 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of insufficient time series data for training GFMs, which is a common issue in forecasting applications, though it appears incremental as it builds on existing augmentation methods.

The paper tackles the problem of limited data for Global Forecasting Models (GFM) by proposing a data augmentation framework using techniques like GRATIS, MBB, and DBA, which significantly improves baseline accuracy and outperforms state-of-the-art univariate forecasting methods in evaluations.

Forecasting models that are trained across sets of many time series, known as Global Forecasting Models (GFM), have shown recently promising results in forecasting competitions and real-world applications, outperforming many state-of-the-art univariate forecasting techniques. In most cases, GFMs are implemented using deep neural networks, and in particular Recurrent Neural Networks (RNN), which require a sufficient amount of time series to estimate their numerous model parameters. However, many time series databases have only a limited number of time series. In this study, we propose a novel, data augmentation based forecasting framework that is capable of improving the baseline accuracy of the GFM models in less data-abundant settings. We use three time series augmentation techniques: GRATIS, moving block bootstrap (MBB), and dynamic time warping barycentric averaging (DBA) to synthetically generate a collection of time series. The knowledge acquired from these augmented time series is then transferred to the original dataset using two different approaches: the pooled approach and the transfer learning approach. When building GFMs, in the pooled approach, we train a model on the augmented time series alongside the original time series dataset, whereas in the transfer learning approach, we adapt a pre-trained model to the new dataset. In our evaluation on competition and real-world time series datasets, our proposed variants can significantly improve the baseline accuracy of GFM models and outperform state-of-the-art univariate forecasting methods.

Foundations

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

Your Notes