Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Handling Missing Data with Graph Representation Learning

About

Machine learning with missing data has been approached in two different ways, including feature imputation where missing feature values are estimated based on observed values, and label prediction where downstream labels are learned directly from incomplete data. However, existing imputation models tend to have strong prior assumptions and cannot learn from downstream tasks, while models targeting label prediction often involve heuristics and can encounter scalability issues. Here we propose GRAPE, a graph-based framework for feature imputation as well as label prediction. GRAPE tackles the missing data problem using a graph representation, where the observations and features are viewed as two types of nodes in a bipartite graph, and the observed feature values as edges. Under the GRAPE framework, the feature imputation is formulated as an edge-level prediction task and the label prediction as a node-level prediction task. These tasks are then solved with Graph Neural Networks. Experimental results on nine benchmark datasets show that GRAPE yields 20% lower mean absolute error for imputation tasks and 10% lower for label prediction tasks, compared with existing state-of-the-art methods.

Jiaxuan You, Xiaobai Ma, Daisy Yi Ding, Mykel Kochenderfer, Jure Leskovec• 2020

Related benchmarks

TaskDatasetResultRank
Readmission predictionMIMIC IV
AUC-ROC0.7085
74
Classification33 datasets missing rate <= 10% (test)
AUC86.6
65
Mortality PredictioneICU
AUC-PRC0.4137
53
Classification10 Datasets Missing rate > 10% (test)
AUC80.32
50
Data ImputationNPHA
Accuracy65.01
30
Data ImputationGliomas
Accuracy81.36
30
Data ImputationCancer
Accuracy68.9
28
Tabular Binary ClassificationBankMarketing 0% missingness (test)
AUC89.54
20
Data ImputationDiabetes (1/3 omitted)
Accuracy61.26
16
Readmission predictioneICU
AUC-ROC0.7663
15
Showing 10 of 52 rows

Other info

Follow for update