GraphRARE: Reinforcement Learning Enhanced Graph Neural Network with Relative Entropy

15 Dec 2023  ·  Tianhao Peng, Wenjun Wu, Haitao Yuan, Zhifeng Bao, Zhao Pengrui, Xin Yu, Xuetao Lin, Yu Liang, Yanjun Pu ·

Graph neural networks (GNNs) have shown advantages in graph-based analysis tasks. However, most existing methods have the homogeneity assumption and show poor performance on heterophilic graphs, where the linked nodes have dissimilar features and different class labels, and the semantically related nodes might be multi-hop away. To address this limitation, this paper presents GraphRARE, a general framework built upon node relative entropy and deep reinforcement learning, to strengthen the expressive capability of GNNs. An innovative node relative entropy, which considers node features and structural similarity, is used to measure mutual information between node pairs. In addition, to avoid the sub-optimal solutions caused by mixing useful information and noises of remote nodes, a deep reinforcement learning-based algorithm is developed to optimize the graph topology. This algorithm selects informative nodes and discards noisy nodes based on the defined node relative entropy. Extensive experiments are conducted on seven real-world datasets. The experimental results demonstrate the superiority of GraphRARE in node classification and its capability to optimize the original graph topology.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Node Classification Chameleon GraphSAGE-RARE (λ=1.0) Accuracy 69.28±1.90 # 28
Node Classification Cornell H2GCN-RARE (λ=1.0) Accuracy 87.84±4.05 # 2
Node Classification Squirrel GCN-RARE (λ=1.0) Accuracy 55.90±1.39 # 30
Node Classification Texas H2GCN-RARE (λ=1.0) Accuracy 86.76±5.80 # 12
Node Classification Wisconsin H2GCN-RARE (λ=1.0) Accuracy 90.00±2.97 # 3

Methods


No methods listed for this paper. Add relevant methods here