paper-with-me

Papers

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

2022-04-04 · Junseok Lee, Yunhak Oh, Yeonjun In, Namkyeong Lee, Dongmin Hyun, Chanyoung Park

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 nodes. However, a major drawback of self-supervised methods is that they fall short of learning class discriminative node representations since no labeled information is utilized during training. To this end, we propose a novel semi-supervised method for graphs, GraFN, that leverages few labeled nodes to ensure nodes that belong to the same class to be grouped together, thereby achieving the best of both worlds of semi-supervised and self-supervised methods. Specifically, GraFN randomly samples support nodes from labeled nodes and anchor nodes from the entire graph. Then, it minimizes the difference between two predicted class distributions that are non-parametrically assigned by anchor-supports similarity from two differently augmented graphs. We experimentally show that GraFN surpasses both the semi-supervised and self-supervised methods in terms of node classification on real-world graphs. The source code for GraFN is available at https://github.com/Junseok0207/GraFN.

📄 PDF Abstract BibTeX arXiv:2204.01303

Code (2)

junseok0207/grafn 공식 구현 pytorch
ljs-student/grafn 공식 구현 pytorch

Tasks

Node ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Label-Consistency based Graph Neural Networks for Semi-supervised Node Classification

2020-07-27 · Bingbing Xu, Jun-Jie Huang, Liang Hou, Hua-Wei Shen 외

Graph neural networks (GNNs) achieve remarkable success in graph-based semi-supervised node classification, leveraging the information from neighboring nodes to improve the representation learning of target node. The suc…

ClassificationGeneral ClassificationGraph Neural NetworkNode Classification+1

Graph Inference Learning for Semi-supervised Classification

2020-01-17 · ICLR 2020 1 · Chunyan Xu, Zhen Cui, Xiaobin Hong, Tong Zhang 외

In this work, we address semi-supervised classification of graph data, where the categories of those unlabeled nodes are inferred from labeled nodes as well as graph structures. Recent works often solve this problem via …

ClassificationGeneral ClassificationNode Classification

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification

Unsupervised Neighborhood Propagation Kernel Layers for Semi-supervised Node Classification

2023-01-31 · Sonny Achten, Francesco Tonin, Panagiotis Patrinos, Johan A. K. Suykens

We present a deep Graph Convolutional Kernel Machine (GCKM) for semi-supervised node classification in graphs. The method is built of two main types of blocks: (i) We introduce unsupervised kernel machine layers propagat…

ClassificationNode Classification

Density-Aware Hyper-Graph Neural Networks for Graph-based Semi-supervised Node Classification

2022-01-27 · Jianpeng Liao, Qian Tao, Jun Yan

Graph-based semi-supervised learning, which can exploit the connectivity relationship between labeled and unlabeled data, has been shown to outperform the state-of-the-art in many artificial intelligence applications. On…

ClassificationGraph AttentionNode Classification