Enhancing Missing Data Imputation through Combined Bipartite Graph and Complete Directed Graph
Zhaoyang Zhang, Hongtu Zhu, Ziqi Chen, Yingjie Zhang, Hai Shu

TL;DR
This paper introduces BCGNN, a novel graph neural network framework that models feature interdependencies to significantly improve missing data imputation accuracy in tabular datasets.
Contribution
The paper presents a new GNN framework combining bipartite and complete directed graphs to better capture feature interdependencies for missing data imputation.
Findings
Achieves 15% reduction in mean absolute error compared to existing methods.
Effectively models complex feature interdependencies.
Generalizes well to unseen data points.
Abstract
In this paper, we aim to address a significant challenge in the field of missing data imputation: identifying and leveraging the interdependencies among features to enhance missing data imputation for tabular data. We introduce a novel framework named the Bipartite and Complete Directed Graph Neural Network (BCGNN). Within BCGNN, observations and features are differentiated as two distinct node types, and the values of observed features are converted into attributed edges linking them. The bipartite segment of our framework inductively learns embedding representations for nodes, efficiently utilizing the comprehensive information encapsulated in the attributed edges. In parallel, the complete directed graph segment adeptly outlines and communicates the complex interdependencies among features. When compared to contemporary leading imputation methodologies, BCGNN consistently outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Algorithms and Data Compression
MethodsGraph Neural Network
