TADA: Temporal Adversarial Data Augmentation for Time Series Data
Byeong Tak Lee, Joon-myoung Kwon, and Yong-Yeon Jo

TL;DR
This paper introduces TADA, a novel data augmentation method for time series that uses time warping and frequency domain techniques to improve model robustness against distribution shifts.
Contribution
TADA uniquely incorporates time warping into adversarial data augmentation for time series, addressing non-differentiability via frequency domain duality.
Findings
TADA outperforms existing domain generalization methods on various datasets.
Distribution visualization shows TADA induces realistic distribution shifts.
TADA effectively simulates real-world temporal distribution changes.
Abstract
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 enhances the model robustness by including synthetic samples designed to simulate potential unseen scenarios into the training datasets, which is then used to train the model. However, in time series data, traditional ADA approaches often fail to address distribution shifts related to temporal characteristics. To address this limitation, we propose Temporal Adversarial Data Augmentation (TADA) for time series data, which incorporate time warping into ADA. Although time warping is inherently non-differentiable, ADA relies on generating samples through backpropagation. We resolve this issue by leveraging the duality between phase shifts in the frequency domain and time shifts…
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.
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 · Generative Adversarial Networks and Image Synthesis
MethodsAdaptive Discriminator Augmentation
