LGMLFeb 25, 2019

MisGAN: Learning from Incomplete Data with Generative Adversarial Networks

arXiv:1902.09599v1196 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge in machine learning for handling incomplete data, but it is incremental as it builds upon existing GAN methods.

The authors tackled the problem of training GANs with incomplete data by proposing a framework that learns a complete data generator and a mask generator, and they demonstrated improved imputation performance in experiments under missing completely at random assumptions.

Generative adversarial networks (GANs) have been shown to provide an effective way to model complex distributions and have obtained impressive results on various challenging tasks. However, typical GANs require fully-observed data during training. In this paper, we present a GAN-based framework for learning from complex, high-dimensional incomplete data. The proposed framework learns a complete data generator along with a mask generator that models the missing data distribution. We further demonstrate how to impute missing data by equipping our framework with an adversarially trained imputer. We evaluate the proposed framework using a series of experiments with several types of missing data processes under the missing completely at random assumption.

Code Implementations1 repo
Foundations

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

Your Notes