paper-with-me

홈 › Papers

TTS-GAN: A Transformer-based Time-Series Generative Adversarial Network

2022-02-06 · Xiaomin Li, Vangelis Metsis, Huangyingrui Wang, Anne Hee Hiong Ngu

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 discriminator networks of the GAN model are built using a pure transformer encoder architecture. We use visualizations and dimensionality reduction techniques to demonstrate the similarity of real and generated time-series data. We also compare the quality of our generated data with the best existing alternative, which is an RNN-based time-series GAN.

📄 PDF Abstract BibTeX arXiv:2202.02691

Code (2)

imics-lab/tts-gan 공식 구현 pytorch
imics-lab/tts-cgan pytorch

Tasks

Data AugmentationDimensionality ReductionGenerative Adversarial NetworkTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

GAT-GAN : A Graph-Attention-based Time-Series Generative Adversarial Network

2023-06-03 · Srikrishna Iyer, Teng Teck Hou

Generative Adversarial Networks (GANs) have proven to be a powerful tool for generating realistic synthetic data. However, traditional GANs often struggle to capture complex relationships between features which results i…

Generative Adversarial NetworkGraph AttentionTime Series

Transformer-based conditional generative adversarial network for multivariate time series generation

2022-10-05 · Abdellah Madane, Mohamed-djallel Dilmi, Florent Forest, Hanane Azzag 외

Conditional generation of time-dependent data is a task that has much interest, whether for data augmentation, scenario simulation, completing missing data, or other purposes. Recent works proposed a Transformer-based Ti…

Data AugmentationGenerative Adversarial NetworkTime SeriesTime Series Analysis+1

Adversarial Sparse Transformer for Time Series Forecasting

2020-12-01 · NeurIPS 2020 12 · Sifan Wu, Xi Xiao, Qianggang Ding, Peilin Zhao 외

Many approaches have been proposed for time series forecasting, in light of its significance in wide applications including business demand prediction. However, the existing methods suffer from two key limitations. Firs…

Multivariate Time Series ForecastingPredictionProbabilistic Time Series ForecastingTime Series+2

Self-Supervised Temporal Super-Resolution of Energy Data using Generative Adversarial Transformer

2025-08-14 · Xuanhao Mu, Gökhan Demirel, Yuzhe Zhang, Jianlei Liu 외 arxiv

To bridge the temporal granularity gap in energy network design and operation based on Energy System Models, resampling of time series is required. While conventional upsampling methods are computationally efficient, the…

TransFusion: Generating Long, High Fidelity Time Series using Diffusion Models with Transformers

2023-07-24 · Md Fahim Sikder, Resmi Ramachandranpillai, Fredrik Heintz

The generation of high-quality, long-sequenced time-series data is essential due to its wide range of applications. In the past, standalone Recurrent and Convolutional Neural Network-based Generative Adversarial Networks…

Time Series