paper-with-me

Papers

Determinate Node Selection for Semi-supervised Classification Oriented Graph Convolutional Networks

2023-01-11 · Yao Xiao, Ji Xu, Jing Yang, Shaobo Li

Graph Convolutional Networks (GCNs) have been proved successful in the field of semi-supervised node classification by extracting structural information from graph data. However, the random selection of labeled nodes used by GCNs may lead to unstable generalization performance of GCNs. In this paper, we propose an efficient method for the deterministic selection of labeled nodes: the Determinate Node Selection (DNS) algorithm. The DNS algorithm identifies two categories of representative nodes in the graph: typical nodes and divergent nodes. These labeled nodes are selected by exploring the structure of the graph and determining the ability of the nodes to represent the distribution of data within the graph. The DNS algorithm can be applied quite simply on a wide range of semi-supervised graph neural network models for node classification tasks. Through extensive experimentation, we have demonstrated that the incorporation of the DNS algorithm leads to a remarkable improvement in the average accuracy of the model and a significant decrease in the standard deviation, as compared to the original method.

📄 PDF Abstract BibTeX arXiv:2301.04381

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Deep Learning at 15PF: Supervised and Semi-Supervised Classification for Scientific Data

2017-08-17 · Thorsten Kurth, Jian Zhang, Nadathur Satish, Ioannis Mitliagkas 외

This paper presents the first, 15-PetaFLOP Deep Learning system for solving scientific pattern classification problems on contemporary HPC architectures. We develop supervised convolutional architectures for discriminati…

General 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

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