Learning Robust Representations with Graph Denoising Policy Network
Lu Wang, Wenchao Yu, Wei Wang, Wei Cheng, Wei Zhang, Hongyuan Zha,, Xiaofeng He, Haifeng Chen

TL;DR
This paper introduces GDPNet, a reinforcement learning-based method for robust graph representation learning that effectively filters noisy neighborhoods to improve node classification performance.
Contribution
GDPNet is the first to formulate neighborhood selection as a Markov decision process and jointly optimize it with representation learning for robustness against noise.
Findings
Outperforms state-of-the-art methods on node classification datasets
Mathematically guarantees near-optimal neighborhood selection via submodular maximization
Effectively filters noisy neighborhoods to enhance representation robustness
Abstract
Graph representation learning, aiming to learn low-dimensional representations which capture the geometric dependencies between nodes in the original graph, has gained increasing popularity in a variety of graph analysis tasks, including node classification and link prediction. Existing representation learning methods based on graph neural networks and their variants rely on the aggregation of neighborhood information, which makes it sensitive to noises in the graph. In this paper, we propose Graph Denoising Policy Network (short for GDPNet) to learn robust representations from noisy graph data through reinforcement learning. GDPNet first selects signal neighborhoods for each node, and then aggregates the information from the selected neighborhoods to learn node representations for the down-stream tasks. Specifically, in the signal neighborhood selection phase, GDPNet optimizes the…
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 · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
