# Missing Data Imputation with Adversarially-trained Graph Convolutional   Networks

**Authors:** Indro Spinelli, Simone Scardapane, Aurelio Uncini

arXiv: 1905.01907 · 2020-06-25

## TL;DR

This paper introduces a novel graph neural network-based framework for missing data imputation that leverages adversarial training and graph autoencoders, outperforming existing methods especially with high missing data rates.

## Contribution

It proposes a general GNN-based framework for missing data imputation using adversarial training, residual connections, and global statistics to enhance accuracy and robustness.

## Key findings

- Outperforms state-of-the-art methods on large missing data scenarios.
- Uses adversarial loss with Wasserstein metric to improve imputation quality.
- Incorporates residual connections and global statistics for better performance.

## Abstract

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.

---
Source: https://tomesphere.com/paper/1905.01907