Two-level Graph Neural Network
Xing Ai, Chengyu Sun, Zhihong Zhang, Edwin R Hancock

TL;DR
This paper introduces TL-GNN, a novel two-level graph neural network that combines subgraph and node-level information to address limitations of existing GNNs caused by Local Permutation Invariance, achieving state-of-the-art results.
Contribution
The paper proposes a new two-level GNN framework that integrates subgraph-level features with node-level data and provides a mathematical analysis of the LPI problem.
Findings
TL-GNN outperforms existing GNNs in experiments.
The subgraph counting method has a time complexity of O(n^3).
Mathematical analysis demonstrates the benefits of subgraph-level information.
Abstract
Graph Neural Networks (GNNs) are recently proposed neural network structures for the processing of graph-structured data. Due to their employed neighbor aggregation strategy, existing GNNs focus on capturing node-level information and neglect high-level information. Existing GNNs therefore suffer from representational limitations caused by the Local Permutation Invariance (LPI) problem. To overcome these limitations and enrich the features captured by GNNs, we propose a novel GNN framework, referred to as the Two-level GNN (TL-GNN). This merges subgraph-level information with node-level information. Moreover, we provide a mathematical analysis of the LPI problem which demonstrates that subgraph-level information is beneficial to overcoming the problems associated with LPI. A subgraph counting method based on the dynamic programming algorithm is also proposed, and this has time…
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 · Graph Theory and Algorithms · Brain Tumor Detection and Classification
