LGPRApr 25, 2023

Directed Chain Generative Adversarial Networks

arXiv:2304.13131v23 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses a key limitation in generative models for applications like social sciences and finance, though it appears incremental as it builds on existing GAN and SDE frameworks.

The paper tackles the challenge of generating multimodal time series data, which existing GANs struggle with, by proposing DC-GANs, a novel generator that consistently outperforms state-of-the-art benchmarks in distribution, similarity, and predictive measures across four datasets.

Real-world data can be multimodal distributed, e.g., data describing the opinion divergence in a community, the interspike interval distribution of neurons, and the oscillators natural frequencies. Generating multimodal distributed real-world data has become a challenge to existing generative adversarial networks (GANs). For example, neural stochastic differential equations (Neural SDEs), treated as infinite-dimensional GANs, have demonstrated successful performance mainly in generating unimodal time series data. In this paper, we propose a novel time series generator, named directed chain GANs (DC-GANs), which inserts a time series dataset (called a neighborhood process of the directed chain or input) into the drift and diffusion coefficients of the directed chain SDEs with distributional constraints. DC-GANs can generate new time series of the same distribution as the neighborhood process, and the neighborhood process will provide the key step in learning and generating multimodal distributed time series. The proposed DC-GANs are examined on four datasets, including two stochastic models from social sciences and computational neuroscience, and two real-world datasets on stock prices and energy consumption. To our best knowledge, DC-GANs are the first work that can generate multimodal time series data and consistently outperforms state-of-the-art benchmarks with respect to measures of distribution, data similarity, and predictive ability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes