LGMLMay 6, 2019

Missing Data Imputation with Adversarially-trained Graph Convolutional Networks

arXiv:1905.01907v2192 citations
Originality Incremental advance
AI Analysis

This addresses the problem of handling incomplete datasets for researchers and practitioners in scientific disciplines, representing an incremental improvement through novel architectural and training enhancements.

The paper tackles missing data imputation by proposing a graph denoising autoencoder framework using graph neural networks with adversarial training, achieving robust outperformance over state-of-the-art methods, particularly for high missing value percentages.

Missing data imputation (MDI) is a fundamental problem in many scientific disciplines. Popular methods for MDI use global statistics computed from the entire data set (e.g., the feature-wise medians), or build predictive models operating independently on every instance. In this paper we propose a more general framework for MDI, leveraging recent work in the field of graph neural networks (GNNs). We formulate the MDI task in terms of a graph denoising autoencoder, where each edge of the graph encodes the similarity between two patterns. A GNN encoder learns to build intermediate representations for each example by interleaving classical projection layers and locally combining information between neighbors, while another decoding GNN learns to reconstruct the full imputed data set from this intermediate embedding. In order to speed-up training and improve the performance, we use a combination of multiple losses, including an adversarial loss implemented with the Wasserstein metric and a gradient penalty. We also explore a few extensions to the basic architecture involving the use of residual connections between layers, and of global statistics computed from the data set to improve the accuracy. On a large experimental evaluation, we show that our method robustly outperforms state-of-the-art approaches for MDI, especially for large percentages of missing values.

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