Data augmentation using synthetic data for time series classification with deep residual networks
Hassan Ismail Fawaz, Germain Forestier, Jonathan Weber, Lhassane, Idoumghar, Pierre-Alain Muller

TL;DR
This paper explores the use of synthetic data generated via Dynamic Time Warping for augmenting training data in deep residual networks to improve time series classification accuracy, especially on small datasets.
Contribution
It introduces a data augmentation technique based on Dynamic Time Warping for TSC and demonstrates its effectiveness with deep residual networks on benchmark datasets.
Findings
Data augmentation can significantly improve accuracy on certain datasets.
Ensemble methods further enhance the benefits of data augmentation.
The approach is particularly effective for small, overfitting-prone datasets.
Abstract
Data augmentation in deep neural networks is the process of generating artificial data in order to reduce the variance of the classifier with the goal to reduce the number of errors. This idea has been shown to improve deep neural network's generalization capabilities in many computer vision tasks such as image recognition and object localization. Apart from these applications, deep Convolutional Neural Networks (CNNs) have also recently gained popularity in the Time Series Classification (TSC) community. However, unlike in image recognition problems, data augmentation techniques have not yet been investigated thoroughly for the TSC task. This is surprising as the accuracy of deep learning models for TSC could potentially be improved, especially for small datasets that exhibit overfitting, when a data augmentation method is adopted. In this paper, we fill this gap by investigating the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Stock Market Forecasting Methods
