paper-with-me

Papers

Cyclic Label Propagation for Graph Semi-supervised Learning

2020-11-24 · Zhao Li, Yixin Liu, Zhen Zhang, Shirui Pan, Jianliang Gao, Jiajun Bu

Graph neural networks (GNNs) have emerged as effective approaches for graph analysis, especially in the scenario of semi-supervised learning. Despite its success, GNN often suffers from over-smoothing and over-fitting problems, which affects its performance on node classification tasks. We analyze that an alternative method, the label propagation algorithm (LPA), avoids the aforementioned problems thus it is a promising choice for graph semi-supervised learning. Nevertheless, the intrinsic limitations of LPA on feature exploitation and relation modeling make propagating labels become less effective. To overcome these limitations, we introduce a novel framework for graph semi-supervised learning termed as Cyclic Label Propagation (CycProp for abbreviation), which integrates GNNs into the process of label propagation in a cyclic and mutually reinforcing manner to exploit the advantages of both GNNs and LPA. In particular, our proposed CycProp updates the node embeddings learned by GNN module with the augmented information by label propagation, while fine-tunes the weighted graph of label propagation with the help of node embedding in turn. After the model converges, reliably predicted labels and informative node embeddings are obtained with the LPA and GNN modules respectively. Extensive experiments on various real-world datasets are conducted, and the experimental results empirically demonstrate that the proposed CycProp model can achieve relatively significant gains over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2011.11860

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Masked Label Prediction: Unified Message Passing Model for Semi-Supervised Classification

2020-09-08 · Yunsheng Shi, Zhengjie Huang, Shikun Feng, Hui Zhong 외

Graph neural network (GNN) and label propagation algorithm (LPA) are both message passing algorithms, which have achieved superior performance in semi-supervised classification. GNN performs feature propagation by a neur…

General ClassificationGraph Neural NetworkNode ClassificationNode Property Prediction

DynLP: Parallel Dynamic Batch Update for Label Propagation in Semi-Supervised Learning

2026-04-08 · S M Shovan, Arindam Khanda, S M Ferdous, Sajal K. Das 외 arxiv

Semi-supervised learning aims to infer class labels using only a small fraction of labeled data. In graph-based semi-supervised learning, this is typically achieved through label propagation to predict labels of unlabele…

Two-View Label Propagation to Semi-supervised Reader Emotion Classification

2016-12-01 · COLING 2016 12 · Shoushan Li, Jian Xu, Dong Zhang, Guodong Zhou

In the literature, various supervised learning approaches have been adopted to address the task of reader emotion classification. However, the classification performance greatly suffers when the size of the labeled data …

ClassificationEmotion ClassificationGeneral ClassificationVocal Bursts Valence Prediction

Semi-Supervised Graph Learning Meets Dimensionality Reduction

2022-03-23 · Alex Morehead, Watchanan Chantapakul, Jianlin Cheng

Semi-supervised learning (SSL) has recently received increased attention from machine learning researchers. By enabling effective propagation of known labels in graph-based deep learning (GDL) algorithms, SSL is poised t…

ClusteringDimensionality ReductionGraph LearningNode Clustering

Jointprop: Joint Semi-supervised Learning for Entity and Relation Extraction with Heterogeneous Graph-based Propagation

2023-05-25 · Yandan Zheng, Anran Hao, Anh Tuan Luu

Semi-supervised learning has been an important approach to address challenges in extracting entities and relations from limited data. However, current semi-supervised works handle the two tasks (i.e., Named Entity Recogn…

named-entity-recognitionNamed Entity RecognitionNERRelation+1