DPGAN: A Dual-Path Generative Adversarial Network for Missing Data Imputation in Graphs
Xindi Zheng, Yuwei Wu, Yu Pan, Wanyu Lin, Lei Ma, Jianjun Zhao

TL;DR
DPGAN introduces a dual-path GAN framework that effectively imputes missing data in graphs by capturing global and local representations, avoiding over-smoothing, and focusing on local subgraph fidelity for improved accuracy.
Contribution
The paper proposes a novel dual-path GAN architecture with specialized generator and discriminator to enhance missing data imputation in graphs, addressing over-smoothing and local fidelity issues.
Findings
Outperforms existing imputation algorithms on benchmark datasets
Effectively captures long-range dependencies in graph data
Reduces over-smoothing in GNN-based imputation methods
Abstract
Missing data imputation poses a paramount challenge when dealing with graph data. Prior works typically are based on feature propagation or graph autoencoders to address this issue. However, these methods usually encounter the over-smoothing issue when dealing with missing data, as the graph neural network (GNN) modules are not explicitly designed for handling missing data. This paper proposes a novel framework, called Dual-Path Generative Adversarial Network (DPGAN), that can deal simultaneously with missing data and avoid over-smoothing problems. The crux of our work is that it admits both global and local representations of the input graph signal, which can capture the long-range dependencies. It is realized via our proposed generator, consisting of two key components, i.e., MLPUNet++ and GraphUNet++. Our generator is trained with a designated discriminator via an adversarial…
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 · Advanced Neural Network Applications · Graph Theory and Algorithms
MethodsGraph Neural Network
