paper-with-me

Papers

Graph Transductive Sharpening: Leveraging Unlabeled Predictions in Node Classification

2026-05-18 · Brown Zaz, Mar Gonzàlez I Català, Ferran Hernandez Caralt, Moshe Eliasof, Pietro Liò arxiv

In the transductive setting, where the full graph is observed but node labels are only partially available, progress in semi-supervised node classification has largely focused on architectural innovation. In this paper, we revisit an orthogonal axis: the training objective. We start from a simple observation: transductive models produce predictions for every node during training, including nodes without labels. These unlabeled-node predictions may contain useful training signal, but standard supervised objectives discard them because no ground-truth labels are available. Inspired by the decomposition of cross-entropy into a label-dependent alignment term and a label-independent entropy term, we propose prediction confidence as a natural way to extract this signal in the absence of labels. This motivates Transductive Sharpening (TS): a loss-level modification that minimizes prediction entropy on unlabeled nodes while counterbalancing this effect on labeled nodes. We evaluate Transductive Sharpening across a wide range of node-classification benchmarks and observe consistent performance improvements without requiring any changes to the backbone architecture. Code is available at https://github.com/transductive-sharpening/tunedGNN.

📄 PDF Abstract BibTeX arXiv:2605.20248

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Label Propagation for Deep Semi-supervised Learning

2019-04-09 · CVPR 2019 6 · Ahmet Iscen, Giorgos Tolias, Yannis Avrithis, Ondrej Chum

Semi-supervised learning is becoming increasingly important because it can combine data carefully labeled by humans with abundant unlabeled data to train deep neural networks. Classic methods on semi-supervised learning …

Transductive Learning

Regularized Optimal Transport for Dynamic Semi-supervised Learning

2021-03-22 · Mourad El Hamri, Younès Bennani

Semi-supervised learning provides an effective paradigm for leveraging unlabeled data to improve a model's performance. Among the many strategies proposed, graph-based methods have shown excellent properties, in particul…

Transductive image segmentation: Self-training and effect of uncertainty estimation

2021-07-19 · Konstantinos Kamnitsas, Stefan Winzeck, Evgenios N. Kornaropoulos, Daniel Whitehouse 외

Semi-supervised learning (SSL) uses unlabeled data during training to learn better models. Previous studies on SSL for medical image segmentation focused mostly on improving model generalization to unseen data. In some a…

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentation+2

E2GNN: Efficient Graph Neural Network Ensembles for Semi-Supervised Classification

2024-05-06 · Xin Zhang, Daochen Zha, Qiaoyu Tan

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 lear…

Ensemble LearningGraph Neural Network

Diffusion Probabilistic Models for Structured Node Classification

2023-02-21 · NeurIPS 2023 11 · Hyosoon Jang, Seonghyun Park, Sangwoo Mo, Sungsoo Ahn

This paper studies structured node classification on graphs, where the predictions should consider dependencies between the node labels. In particular, we focus on solving the problem for partially labeled graphs where i…

ClassificationNode Classification