Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Policy-GNN: Aggregation Optimization for Graph Neural Networks

About

Graph data are pervasive in many real-world applications. Recently, increasing attention has been paid on graph neural networks (GNNs), which aim to model the local graph structures and capture the hierarchical patterns by aggregating the information from neighbors with stackable network modules. Motivated by the observation that different nodes often require different iterations of aggregation to fully capture the structural information, in this paper, we propose to explicitly sample diverse iterations of aggregation for different nodes to boost the performance of GNNs. It is a challenging task to develop an effective aggregation strategy for each node, given complex graphs and sparse features. Moreover, it is not straightforward to derive an efficient algorithm since we need to feed the sampled nodes into different number of network layers. To address the above challenges, we propose Policy-GNN, a meta-policy framework that models the sampling procedure and message passing of GNNs into a combined learning process. Specifically, Policy-GNN uses a meta-policy to adaptively determine the number of aggregations for each node. The meta-policy is trained with deep reinforcement learning (RL) by exploiting the feedback from the model. We further introduce parameter sharing and a buffer mechanism to boost the training efficiency. Experimental results on three real-world benchmark datasets suggest that Policy-GNN significantly outperforms the state-of-the-art alternatives, showing the promise in aggregation optimization for GNNs.

Kwei-Herng Lai, Daochen Zha, Kaixiong Zhou, Xia Hu• 2020

Related benchmarks

TaskDatasetResultRank
Diabetes DetectionMIMIC-III
AUC69.59
48
Fraud DetectionYelp 20% (train)
AUC0.6001
16
Fraud DetectionYelp (40% train ratio)
AUC61.52
16
Fraud DetectionAmazon (40% train ratio)
AUC0.7885
16
Fraud DetectionYelp 10% ratio (train)
AUC56.29
16
Fraud DetectionAmazon 20% ratio (train)
AUC75.29
16
Fraud DetectionYelp (5% train ratio)
AUC0.5575
16
Fraud DetectionAmazon 5% ratio (train)
AUC73.69
16
Fraud DetectionAmazon 10% ratio (train)
AUC74.06
16
Showing 9 of 9 rows

Other info

Follow for update