paper-with-me

Papers

On the Equivalence of Decoupled Graph Convolution Network and Label Propagation

2020-10-23 · Hande Dong, Jiawei Chen, Fuli Feng, Xiangnan He, Shuxian Bi, Zhaolin Ding, Peng Cui

The original design of Graph Convolution Network (GCN) couples feature transformation and neighborhood aggregation for node representation learning. Recently, some work shows that coupling is inferior to decoupling, which supports deep graph propagation better and has become the latest paradigm of GCN (e.g., APPNP and SGCN). Despite effectiveness, the working mechanisms of the decoupled GCN are not well understood. In this paper, we explore the decoupled GCN for semi-supervised node classification from a novel and fundamental perspective -- label propagation. We conduct thorough theoretical analyses, proving that the decoupled GCN is essentially the same as the two-step label propagation: first, propagating the known labels along the graph to generate pseudo-labels for the unlabeled nodes, and second, training normal neural network classifiers on the augmented pseudo-labeled data. More interestingly, we reveal the effectiveness of decoupled GCN: going beyond the conventional label propagation, it could automatically assign structure- and model- aware weights to the pseudo-label data. This explains why the decoupled GCN is relatively robust to the structure noise and over-smoothing, but sensitive to the label noise and model initialization. Based on this insight, we propose a new label propagation method named Propagation then Training Adaptively (PTA), which overcomes the flaws of the decoupled GCN with a dynamic and adaptive weighting strategy. Our PTA is simple yet more effective and robust than decoupled GCN. We empirically validate our findings on four benchmark datasets, demonstrating the advantages of our method. The code is available at https://github.com/DongHande/PT_propagation_then_training.

📄 PDF Abstract BibTeX arXiv:2010.12408

Code (1)

DongHande/PT_propagation_then_training 공식 구현 pytorch

Tasks

Node ClassificationPseudo LabelRepresentation Learning

Methods 이 논문이 사용한 방법론

APPNP Neural message-passing algorithms for semi-supervised classification on graphs have recently achieved great success. However, for classifying a node these methods only consider…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Dissecting the Diffusion Process in Linear Graph Convolutional Networks

2021-02-22 · NeurIPS 2021 12 · Yifei Wang, Yisen Wang, Jiansheng Yang, Zhouchen Lin

Graph Convolutional Networks (GCNs) have attracted more and more attentions in recent years. A typical GCN layer consists of a linear feature propagation step and a nonlinear transformation step. Recent works show that a…

On the Equivalence of Graph Convolution and Mixup

2023-09-29 · Xiaotian Han, Hanqing Zeng, Yu Chen, Shaoliang Nie 외

This paper investigates the relationship between graph convolution and Mixup techniques. Graph convolution in a graph neural network involves aggregating features from neighboring samples to learn representative features…

Data AugmentationGraph Neural Network

CAMPA: Efficient and Aligned Multimodal Graph Learning via Decoupled Propagation and Aggregation

2026-05-12 · Daohan Su, Hao Liu, Xunkai Li, Yinlin Zhu 외 arxiv

Multimodal Graph Neural Networks (MGNNs) have shown strong potential for learning from multimodal attributed graphs, yet most existing approaches rely on tightly coupled architectures that suffer from prohibitive computa…

Representation LearningGraph Learning

Models for information propagation on graphs

2022-01-19 · Oliver R. A. Dunbar, Charles M. Elliott, Lisa Maria Kreusser

We propose and unify classes of different models for information propagation over graphs. In a first class, propagation is modelled as a wave which emanates from a set of \emph{known} nodes at an initial time, to all oth…

Adaptive Graph Refinement and Label Propagation with LLMs for Cost-Effective Entity Resolution

2026-05-25 · Hongtao Wang, Renchi Yang, Haoran Zheng, Xiangyu Ke arxiv

Dirty entity resolution (ER), which identifies records referring to the same real-world entity from a single, messy dataset, is a fundamental task in data management and mining. However, the dominant blocking-matching-cl…

Entity Resolution