paper-with-me

Papers

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

2022-10-05 · Abdellah Madane, Mohamed-djallel Dilmi, Florent Forest, Hanane Azzag, Mustapha Lebbah, Jerome Lacaille

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 Time series generative adversarial network (TTS-GAN) to address the limitations of recurrent neural networks. However, this model assumes a unimodal distribution and tries to generate samples around the expectation of the real data distribution. One of its limitations is that it may generate a random multivariate time series; it may fail to generate samples in the presence of multiple sub-components within an overall distribution. One could train models to fit each sub-component separately to overcome this limitation. Our work extends the TTS-GAN by conditioning its generated output on a particular encoded context allowing the use of one model to fit a mixture distribution with multiple sub-components. Technically, it is a conditional generative adversarial network that models realistic multivariate time series under different types of conditions, such as categorical variables or multivariate time series. We evaluate our model on UniMiB Dataset, which contains acceleration data following the XYZ axes of human activities collected using Smartphones. We use qualitative evaluations and quantitative metrics such as Principal Component Analysis (PCA), and we introduce a modified version of the Frechet inception distance (FID) to measure the performance of our model and the statistical similarities between the generated and the real data distributions. We show that this transformer-based CGAN can generate realistic high-dimensional and long data sequences under different kinds of conditions.

📄 PDF Abstract BibTeX arXiv:2210.02089

Code (1)

MadaneA/MTS-CGAN 공식 구현 pytorch

Tasks

Data AugmentationGenerative Adversarial NetworkTime SeriesTime Series AnalysisTime Series Generation

Similar Papers 제목 키워드 기반

ForecastGAN: A Decomposition-Based Adversarial Framework for Multi-Horizon Time Series Forecasting

2025-11-06 · Syeda Sitara Wishal Fatima, Afshin Rahimi arxiv

Time series forecasting is essential across domains from finance to supply chain management. This paper introduces ForecastGAN, a novel decomposition based adversarial framework addressing limitations in existing approac…

Time Series Forecasting

Deep Generative Transformers for Probabilistic Time Series and Spatiotemporal Forecasting

2026-03-12 · Rajdeep Pathak, Rahul Goswami, Madhurima Panja, Palash Ghosh 외 arxiv

Reliable uncertainty quantification is paramount for forecasting multivariate time series and spatiotemporal data. While Transformer architectures excel at sequence modeling, current probabilistic approaches typically re…

Representation Learning of Multivariate Time Series using Attention and Adversarial Training

2024-01-03 · Leon Scharwächter, Sebastian Otte

A critical factor in trustworthy machine learning is to develop robust representations of the training data. Only under this guarantee methods are legitimate to artificially generate data, for example, to counteract imba…

counterfactualDecision MakingDynamic Time WarpingRepresentation Learning+1

TIMED: Adversarial and Autoregressive Refinement of Diffusion-Based Time Series Generation

2025-09-23 · MohammadReza EskandariNasab, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi arxiv

Generating high-quality synthetic time series is a fundamental yet challenging task across domains such as forecasting and anomaly detection, where real data can be scarce, noisy, or costly to collect. Unlike static data…

Anomaly Detection

Virtual Conditional Generative Adversarial Networks

2019-01-25 · Haifeng Shi, Guanyu Cai, Yuqin Wang, Shaohua Shang 외

When trained on multimodal image datasets, normal Generative Adversarial Networks (GANs) are usually outperformed by class-conditional GANs and ensemble GANs, but conditional GANs is restricted to labeled datasets and en…

ClusteringConditional Image GenerationDecoderImage Generation