TL;DR
TTS-GAN introduces a transformer-based GAN architecture capable of generating realistic, arbitrary-length time-series data, addressing limitations of RNN-based models in modeling long and irregular sequences, thereby enhancing data augmentation for medical applications.
Contribution
This paper presents the first transformer-based GAN for time-series data generation, improving the modeling of long, irregular sequences compared to RNN-based approaches.
Findings
Generated data closely resembles real time-series data.
Transformer-based GAN outperforms RNN-based models in quality.
Visualizations confirm the realism of synthetic sequences.
Abstract
Signal measurements appearing in the form of time series are one of the most common types of data used in medical machine learning applications. However, such datasets are often small, making the training of deep neural network architectures ineffective. For time-series, the suite of data augmentation tricks we can use to expand the size of the dataset is limited by the need to maintain the basic properties of the signal. Data generated by a Generative Adversarial Network (GAN) can be utilized as another data augmentation tool. RNN-based GANs suffer from the fact that they cannot effectively model long sequences of data points with irregular temporal relations. To tackle these problems, we introduce TTS-GAN, a transformer-based GAN which can successfully generate realistic synthetic time-series data sequences of arbitrary length, similar to the real ones. Both the generator and…
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.
