AKE-GNN: Effective Graph Learning with Adaptive Knowledge Exchange
Liang Zeng, Jin Xu, Zijun Yao, Yanqiao Zhu, Jian Li

TL;DR
This paper introduces AKE-GNN, a novel framework that enhances GNN performance by adaptively exchanging redundant and informative channels across multiple graph views, leading to improved results in various graph tasks.
Contribution
The paper proposes a new adaptive knowledge exchange strategy for GNNs that reactivates redundant channels by exchanging them with informative ones across multiple views.
Findings
Achieves superior performance on node, link, and graph classification tasks.
Consistently outperforms baseline GNN models and their ensembles.
Validated through extensive experiments on 15 datasets and 8 GNN models.
Abstract
Graph Neural Networks (GNNs) have already been widely used in various graph mining tasks. However, recent works reveal that the learned weights (channels) in well-trained GNNs are highly redundant, which inevitably limits the performance of GNNs. Instead of removing these redundant channels for efficiency consideration, we aim to reactivate them to enlarge the representation capacity of GNNs for effective graph learning. In this paper, we propose to substitute these redundant channels with other informative channels to achieve this goal. We introduce a novel GNN learning framework named AKE-GNN, which performs the Adaptive Knowledge Exchange strategy among multiple graph views generated by graph augmentations. AKE-GNN first trains multiple GNNs each corresponding to one graph view to obtain informative channels. Then, AKE-GNN iteratively exchanges redundant channels in the weight…
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 · Complex Network Analysis Techniques · Topic Modeling
