paper-with-me

홈 › Papers

Time Series Data Augmentation for Neural Networks by Time Warping with a Discriminative Teacher

2020-04-19 · Brian Kenji Iwana, Seiichi Uchida

Neural networks have become a powerful tool in pattern recognition and part of their success is due to generalization from using large datasets. However, unlike other domains, time series classification datasets are often small. In order to address this problem, we propose a novel time series data augmentation called guided warping. While many data augmentation methods are based on random transformations, guided warping exploits the element alignment properties of Dynamic Time Warping (DTW) and shapeDTW, a high-level DTW method based on shape descriptors, to deterministically warp sample patterns. In this way, the time series are mixed by warping the features of a sample pattern to match the time steps of a reference pattern. Furthermore, we introduce a discriminative teacher in order to serve as a directed reference for the guided warping. We evaluate the method on all 85 datasets in the 2015 UCR Time Series Archive with a deep convolutional neural network (CNN) and a recurrent neural network (RNN). The code with an easy to use implementation can be found at https://github.com/uchidalab/time_series_augmentation .

📄 PDF Abstract BibTeX arXiv:2004.08780

Code (2)

uchidalab/time_series_augmentation 공식 구현 tf
Zepp3/Master-Thesis

Tasks

Data AugmentationDynamic Time WarpingTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Warping Resilient Scalable Anomaly Detection in Time Series

2019-06-12 · Abilasha S, Sahely Bhadra, Deepak P, Anish Mathew

Time series data is ubiquitous in the real-world problems across various domains including healthcare, social media, and crime surveillance. Detecting anomalies, or irregular and rare events, in time series data, can ena…

Anomaly DetectionComputational EfficiencyData AugmentationDynamic Time Warping+4

DTW-Merge: A Novel Data Augmentation Technique for Time Series Classification

2021-03-01 · Mohammad Akyash, Hoda Mohammadzade, Hamid Behroozi

In recent years, neural networks achieved much success in various applications. The main challenge in training deep neural networks is the lack of sufficient data to improve the model's generalization and avoid overfitti…

Data AugmentationDynamic Time WarpingGeneral ClassificationTime Series+2

Rapid Augmentations for Time Series (RATS): A High-Performance Library for Time Series Augmentation

2026-01-06 · Wadie Skaf, Felix Kern, Aryamaan Basu Roy, Tejas Pradhan 외 arxiv

Time series augmentation is critical for training robust deep learning models, particularly in domains where labelled data is scarce and expensive to obtain. However, existing augmentation libraries for time series, main…

TADA: Temporal Adversarial Data Augmentation for Time Series Data

2024-07-21 · Byeong Tak Lee, Joon-Myoung Kwon, Yong-Yeon Jo

Domain generalization aim to train models to effectively perform on samples that are unseen and outside of the distribution. Adversarial data augmentation (ADA) is a widely used technique in domain generalization. It enh…

Data AugmentationDomain GeneralizationTime Series

Trainable Time Warping: Aligning Time-Series in the Continuous-Time Domain

2019-03-21 · Soheil Khorram, Melvin G McInnis, Emily Mower Provost

DTW calculates the similarity or alignment between two signals, subject to temporal warping. However, its computational complexity grows exponentially with the number of time-series. Although there have been algorithms d…

General ClassificationTime SeriesTime Series AnalysisTime Series Averaging