paper-with-me

홈 › Papers

Informative Pseudo-Labeling for Graph Neural Networks with Few Labels

2022-01-20 · Yayong Li, Jie Yin, Ling Chen

Graph Neural Networks (GNNs) have achieved state-of-the-art results for semi-supervised node classification on graphs. Nevertheless, the challenge of how to effectively learn GNNs with very few labels is still under-explored. As one of the prevalent semi-supervised methods, pseudo-labeling has been proposed to explicitly address the label scarcity problem. It aims to augment the training set with pseudo-labeled unlabeled nodes with high confidence so as to re-train a supervised model in a self-training cycle. However, the existing pseudo-labeling approaches often suffer from two major drawbacks. First, they tend to conservatively expand the label set by selecting only high-confidence unlabeled nodes without assessing their informativeness. Unfortunately, those high-confidence nodes often convey overlapping information with given labels, leading to minor improvements for model re-training. Second, these methods incorporate pseudo-labels to the same loss function with genuine labels, ignoring their distinct contributions to the classification task. In this paper, we propose a novel informative pseudo-labeling framework, called InfoGNN, to facilitate learning of GNNs with extremely few labels. Our key idea is to pseudo label the most informative nodes that can maximally represent the local neighborhoods via mutual information maximization. To mitigate the potential label noise and class-imbalance problem arising from pseudo labeling, we also carefully devise a generalized cross entropy loss with a class-balanced regularization to incorporate generated pseudo labels into model re-training. Extensive experiments on six real-world graph datasets demonstrate that our proposed approach significantly outperforms state-of-the-art baselines and strong self-supervised methods on graphs.

📄 PDF Abstract BibTeX arXiv:2201.07951

Code (0)

등록된 구현이 없습니다.

Tasks

InformativenessNode ClassificationPseudo Label

Similar Papers 제목 키워드 기반

When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

2025-07-24 · Riting Xia, Rucong Wang, Yulin Liu, Anchen Li 외 arxiv

Class-imbalanced graph node classification is a practical yet underexplored research problem. Although recent studies have attempted to address this issue, they typically assume clean and reliable labels when processing …

Node Classification

Boosting Semi-Supervised Learning with Contrastive Complementary Labeling

2022-12-13 · Qinyi Deng, Yong Guo, Zhibang Yang, Haolin Pan 외

Semi-supervised learning (SSL) has achieved great success in leveraging a large amount of unlabeled data to learn a promising classifier. A popular approach is pseudo-labeling that generates pseudo labels only for those …

Contrastive Learning

GNN-as-Judge: Unleashing the Power of LLMs for Graph Learning with GNN Feedback

2026-03-11 · Ruiyao Xu, Kaize Ding arxiv

Large Language Models (LLMs) have shown strong performance on text-attributed graphs (TAGs) due to their superior semantic understanding ability on textual node features. However, their effectiveness as predictors in the…

Graph Learning

Decoupled Pseudo-labeling for Semi-Supervised Monocular 3D Object Detection

2024-03-26 · CVPR 2024 1 · Jiacheng Zhang, Jiaming Li, Xiangru Lin, Wei zhang 외

We delve into pseudo-labeling for semi-supervised monocular 3D object detection (SSM3OD) and discover two primary issues: a misalignment between the prediction quality of 3D and 2D attributes and the tendency of depth su…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection+1

Distribution Consistency based Self-Training for Graph Neural Networks with Sparse Labels

2024-01-18 · Fali Wang, Tianxiang Zhao, Suhang Wang

Few-shot node classification poses a significant challenge for Graph Neural Networks (GNNs) due to insufficient supervision and potential distribution shifts between labeled and unlabeled nodes. Self-training has emerged…

Node Classification