LGMLJul 31, 2020

An Empirical Survey of Data Augmentation for Time Series Classification with Neural Networks

arXiv:2007.15951v4643 citations
AI Analysis

This is an incremental survey that helps researchers and practitioners select appropriate data augmentation methods for time series classification tasks.

The paper surveys data augmentation techniques for time series classification with neural networks, empirically evaluating 12 methods on 128 datasets to analyze their characteristics and provide recommendations.

In recent times, deep artificial neural networks have achieved many successes in pattern recognition. Part of this success can be attributed to the reliance on big data to increase generalization. However, in the field of time series recognition, many datasets are often very small. One method of addressing this problem is through the use of data augmentation. In this paper, we survey data augmentation techniques for time series and their application to time series classification with neural networks. We propose a taxonomy and outline the four families in time series data augmentation, including transformation-based methods, pattern mixing, generative models, and decomposition methods. Furthermore, we empirically evaluate 12 time series data augmentation methods on 128 time series classification datasets with six different types of neural networks. Through the results, we are able to analyze the characteristics, advantages and disadvantages, and recommendations of each data augmentation method. This survey aims to help in the selection of time series data augmentation for neural network applications.

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