E2GNN: Efficient Graph Neural Network Ensembles for Semi-Supervised Classification
Xin Zhang, Daochen Zha, and Qiaoyu Tan

TL;DR
E2GNN introduces an efficient ensemble method for graph neural networks that leverages a learnable MLP and a reinforced discriminator to improve semi-supervised classification accuracy and robustness.
Contribution
The paper proposes a novel ensemble learning framework for GNNs that combines pre-trained models with a learnable MLP and a discriminator to enhance performance and efficiency.
Findings
E2GNN outperforms baseline models on multiple datasets.
The approach improves inference efficiency and robustness.
It demonstrates superior results in both transductive and inductive settings.
Abstract
This work studies ensemble learning for graph neural networks (GNNs) under the popular semi-supervised setting. Ensemble learning has shown superiority in improving the accuracy and robustness of traditional machine learning by combining the outputs of multiple weak learners. However, adopting a similar idea to integrate different GNN models is challenging because of two reasons. First, GNN is notorious for its poor inference ability, so naively assembling multiple GNN models would deteriorate the inference efficiency. Second, when GNN models are trained with few labeled nodes, their performance are limited. In this case, the vanilla ensemble approach, e.g., majority vote, may be sub-optimal since most base models, i.e., GNNs, may make the wrong predictions. To this end, in this paper, we propose an efficient ensemble learner--E2GNN to assemble multiple GNNs in a learnable way by…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification · Advanced Graph Neural Networks
MethodsBalanced Selection
