LGHCIVDec 23, 2019

Visual Evaluation of Generative Adversarial Networks for Time Series Data

arXiv:2001.00062v110 citations
Originality Synthesis-oriented
AI Analysis

This addresses the challenge for ML or domain experts in assessing generated time series data, particularly for technical applications, but it is incremental as it builds on existing GAN and visualization techniques.

The paper tackles the problem of evaluating the quality of time series data generated by Generative Adversarial Networks (GANs), which lack an objective function, by proposing a human-centered Visual Analytics approach with two views to support experts in comparing GAN models efficiently.

A crucial factor to trust Machine Learning (ML) algorithm decisions is a good representation of its application field by the training dataset. This is particularly true when parts of the training data have been artificially generated to overcome common training problems such as lack of data or imbalanced dataset. Over the last few years, Generative Adversarial Networks (GANs) have shown remarkable results in generating realistic data. However, this ML approach lacks an objective function to evaluate the quality of the generated data. Numerous GAN applications focus on generating image data mostly because they can be easily evaluated by a human eye. Less efforts have been made to generate time series data. Assessing their quality is more complicated, particularly for technical data. In this paper, we propose a human-centered approach supporting a ML or domain expert to accomplish this task using Visual Analytics (VA) techniques. The presented approach consists of two views, namely a GAN Iteration View showing similarity metrics between real and generated data over the iterations of the generation process and a Detailed Comparative View equipped with different time series visualizations such as TimeHistograms, to compare the generated data at different iteration steps. Starting from the GAN Iteration View, the user can choose suitable iteration steps for detailed inspection. We evaluate our approach with a usage scenario that enabled an efficient comparison of two different GAN models.

Foundations

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

Your Notes