MAG-GNN: Reinforcement Learning Boosted Graph Neural Network
Lecheng Kong, Jiarui Feng, Hao Liu, Dacheng Tao, Yixin Chen, Muhan, Zhang

TL;DR
MAG-GNN introduces a reinforcement learning approach to select a small, optimal subset of subgraphs for graph neural networks, achieving high expressivity and efficiency without exhaustive enumeration.
Contribution
The paper proposes MAG-GNN, a novel RL-boosted GNN that efficiently identifies the most expressive subgraphs, reducing complexity while maintaining state-of-the-art performance.
Findings
MAG-GNN achieves competitive results on multiple datasets.
It outperforms many existing subgraph GNNs in accuracy.
MAG-GNN significantly reduces running time compared to traditional subgraph enumeration methods.
Abstract
While Graph Neural Networks (GNNs) recently became powerful tools in graph learning tasks, considerable efforts have been spent on improving GNNs' structural encoding ability. A particular line of work proposed subgraph GNNs that use subgraph information to improve GNNs' expressivity and achieved great success. However, such effectivity sacrifices the efficiency of GNNs by enumerating all possible subgraphs. In this paper, we analyze the necessity of complete subgraph enumeration and show that a model can achieve a comparable level of expressivity by considering a small subset of the subgraphs. We then formulate the identification of the optimal subset as a combinatorial optimization problem and propose Magnetic Graph Neural Network (MAG-GNN), a reinforcement learning (RL) boosted GNN, to solve the problem. Starting with a candidate subgraph set, MAG-GNN employs an RL agent to…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning and ELM · Online Learning and Analytics
MethodsSparse Evolutionary Training · Graph Neural Network
