T-CGAN: Conditional Generative Adversarial Network for Data Augmentation in Noisy Time Series with Irregular Sampling
Giorgia Ramponi, Pavlos Protopapas, Marco Brambilla, Ryan Janssen

TL;DR
This paper introduces T-CGAN, a conditional GAN tailored for augmenting noisy, irregularly sampled time series data, significantly improving classification performance especially with limited and challenging datasets.
Contribution
The paper presents a novel T-CGAN model that effectively generates realistic irregular time series conditioned on timestamps, outperforming existing augmentation methods.
Findings
Classifiers trained on T-CGAN data match performance on real data.
T-CGAN outperforms traditional augmentation techniques like time slicing and warping.
Method is especially effective with small, noisy, irregular datasets.
Abstract
In this paper we propose a data augmentation method for time series with irregular sampling, Time-Conditional Generative Adversarial Network (T-CGAN). Our approach is based on Conditional Generative Adversarial Networks (CGAN), where the generative step is implemented by a deconvolutional NN and the discriminative step by a convolutional NN. Both the generator and the discriminator are conditioned on the sampling timestamps, to learn the hidden relationship between data and timestamps, and consequently to generate new time series. We evaluate our model with synthetic and real-world datasets. For the synthetic data, we compare the performance of a classifier trained with T-CGAN-generated data, against the performance of the same classifier trained on the original data. Results show that classifiers trained on T-CGAN-generated data perform the same as classifiers trained on real data,…
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
TopicsImage and Signal Denoising Methods · Time Series Analysis and Forecasting · Generative Adversarial Networks and Image Synthesis
