Self-supervised Subgraph Neural Network With Deep Reinforcement Walk Exploration
Jianming Huang, Hiroyuki Kasai

TL;DR
This paper introduces RWE-SGNN, a self-supervised framework combining subgraph neural networks with reinforcement learning-based walk exploration, improving graph representation and explainability.
Contribution
It proposes a novel walk exploration process for subgraph sampling, enhancing efficiency and effectiveness over traditional methods, and integrates it into a self-supervised SGNN framework.
Findings
Significant performance improvements on various graph datasets
Enhanced explainability of GNNs through subgraph focus
Efficient substructure extraction avoiding isomorphism issues
Abstract
Graph data, with its structurally variable nature, represents complex real-world phenomena like chemical compounds, protein structures, and social networks. Traditional Graph Neural Networks (GNNs) primarily utilize the message-passing mechanism, but their expressive power is limited and their prediction lacks explainability. To address these limitations, researchers have focused on graph substructures. Subgraph neural networks (SGNNs) and GNN explainers have emerged as potential solutions, but each has its limitations. SGNNs computes graph representations based on the bags of subgraphs to enhance the expressive power. However, they often rely on predefined algorithm-based sampling strategies, which is inefficient. GNN explainers adopt data-driven approaches to generate important subgraphs to provide explanation. Nevertheless, their explanation is difficult to be translated into…
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 Computational Techniques and Applications
MethodsADaptive gradient method with the OPTimal convergence rate
