paper-with-me

홈 › 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 in generation of unrealistic multivariate time-series data. In this paper, we propose a Graph-Attention-based Generative Adversarial Network (GAT-GAN) that explicitly includes two graph-attention layers, one that learns temporal dependencies while the other captures spatial relationships. Unlike RNN-based GANs that struggle with modeling long sequences of data points, GAT-GAN generates long time-series data of high fidelity using an adversarially trained autoencoder architecture. Our empirical evaluations, using a variety of real-time-series datasets, show that our framework consistently outperforms state-of-the-art benchmarks based on \emph{Frechet Transformer distance} and \emph{Predictive score}, that characterizes (\emph{Fidelity, Diversity}) and \emph{predictive performance} respectively. Moreover, we introduce a Frechet Inception distance-like (FID) metric for time-series data called Frechet Transformer distance (FTD) score (lower is better), to evaluate the quality and variety of generated data. We also found that low FTD scores correspond to the best-performing downstream predictive experiments. Hence, FTD scores can be used as a standardized metric to evaluate synthetic time-series data.

📄 PDF Abstract BibTeX arXiv:2306.01999

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkGraph AttentionTime Series

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Learning to Generate Time Series Conditioned Graphs with Generative Adversarial Nets

2020-03-03 · Shanchao Yang, Jing Liu, Kai Wu, Mingming Li

Deep learning based approaches have been utilized to model and generate graphs subjected to different distributions recently. However, they are typically unsupervised learning based and unconditioned generative models or…

Graph GenerationTime SeriesTime Series Analysis

TAnoGAN: Time Series Anomaly Detection with Generative Adversarial Networks

2020-08-21 · Md Abul Bashar, Richi Nayak

Anomaly detection in time series data is a significant problem faced in many application areas such as manufacturing, medical imaging and cyber-security. Recently, Generative Adversarial Networks (GAN) have gained attent…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Networked Time Series Prediction with Incomplete Data via Generative Adversarial Network

2021-10-05 · Yichen Zhu, Bo Jiang, Haiming Jin, Mengtian Zhang 외

A networked time series (NETS) is a family of time series on a given graph, one for each node. It has a wide range of applications from intelligent transportation, environment monitoring to smart grid management. An impo…

Generative Adversarial NetworkManagementMissing ValuesTime Series+2

Mixture Density Conditional Generative Adversarial Network Models (MD-CGAN)

2020-04-08 · Jaleh Zand, Stephen Roberts

Generative Adversarial Networks (GANs) have gained significant attention in recent years, with impressive applications highlighted in computer vision in particular. Compared to such examples, however, there have been mor…

Generative Adversarial NetworkTime SeriesTime Series AnalysisTime Series Forecasting

Deep Generators on Commodity Markets; application to Deep Hedging

2022-05-27 · Nicolas Boursin, Carl Remlinger, Joseph Mikael, Carol Anne Hargreaves

Driven by the good results obtained in computer vision, deep generative methods for time series have been the subject of particular attention in recent years, particularly from the financial industry. In this article, we…

Generative Adversarial NetworkTime SeriesTime Series Analysis