Boosting-GNN: Boosting Algorithm for Graph Networks on Imbalanced Node Classification
S. Shi, Kai Qiao, Shuai Yang, L. Wang, J. Chen, Bin Yan

TL;DR
This paper introduces Boosting-GNN, an ensemble boosting algorithm designed to improve node classification accuracy on imbalanced graph datasets by emphasizing misclassified samples and incorporating transfer learning.
Contribution
It proposes a novel boosting-based ensemble model for GNNs that effectively handles imbalanced datasets, outperforming existing methods in accuracy.
Findings
Boosting-GNN outperforms baseline GNN models on synthetic imbalanced datasets.
The model achieves an average performance improvement of 4.5%.
Transfer learning reduces computational costs and enhances fitting ability.
Abstract
The Graph Neural Network (GNN) has been widely used for graph data representation. However, the existing researches only consider the ideal balanced dataset, and the imbalanced dataset is rarely considered. Traditional methods such as resampling, reweighting, and synthetic samples that deal with imbalanced datasets are no longer applicable in GNN. This paper proposes an ensemble model called Boosting-GNN, which uses GNNs as the base classifiers during boosting. In Boosting-GNN, higher weights are set for the training samples that are not correctly classified by the previous classifier, thus achieving higher classification accuracy and better reliability. Besides, transfer learning is used to reduce computational cost and increase fitting ability. Experimental results indicate that the proposed Boosting-GNN model achieves better performance than GCN, GraphSAGE, GAT, SGC, N-GCN, and most…
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
MethodsGraph Neural Network · GraphSAGE · Graph Convolutional Network · Graph Attention Network
