GraFN: Semi-Supervised Node Classification on Graph with Few Labels via Non-Parametric Distribution Assignment

Python



The official source code for “GraFN: Semi-Supervised Node Classification on Graph with Few Labels via Non-Parametric Distribution Assignment”, accepted at SIGIR 2022(Short Paper).

Overview

Despite the success of Graph Neural Networks (GNNs) on various applications, GNNs encounter significant performance degradation when the amount of supervision signals, i.e., number of labeled
nodes, is limited, which is expected as GNNs are trained solely based on the supervision obtained from the labeled nodes. On the other hand, recent self-supervised learning paradigm aims to train
GNNs by solving pretext tasks that do not require any labeled nodes, and it has shown to even outperform GNNs trained with few labeled

 

 

 

To finish reading, please visit source site