GAT-GAN : A Graph-Attention-based Time-Series Generative Adversarial Network
Srikrishna Iyer, Teng Teck Hou

TL;DR
GAT-GAN introduces a graph-attention-based architecture for generating realistic multivariate time-series data, effectively capturing complex temporal and spatial dependencies, and outperforms existing models on multiple benchmarks.
Contribution
The paper presents a novel GAT-GAN model with graph-attention layers for improved time-series data generation and proposes a new FTD metric for evaluating synthetic data quality.
Findings
GAT-GAN outperforms state-of-the-art benchmarks in fidelity and diversity.
The new FTD metric correlates with downstream predictive performance.
GAT-GAN effectively models long sequences with high fidelity.
Abstract
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}…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Data Visualization and Analytics · Generative Adversarial Networks and Image Synthesis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Label Smoothing · Adam · Absolute Position Encodings · Residual Connection · Dropout · Position-Wise Feed-Forward Layer · Layer Normalization
