paper-with-me

홈 › Papers

Propagation with Adaptive Mask then Training for Node Classification on Attributed Networks

2022-06-21 · Jinsong Chen, Boyu Li, Qiuting He, Kun He

Node classification on attributed networks is a semi-supervised task that is crucial for network analysis. By decoupling two critical operations in Graph Convolutional Networks (GCNs), namely feature transformation and neighborhood aggregation, some recent works of decoupled GCNs could support the information to propagate deeper and achieve advanced performance. However, they follow the traditional structure-aware propagation strategy of GCNs, making it hard to capture the attribute correlation of nodes and sensitive to the structure noise described by edges whose two endpoints belong to different categories. To address these issues, we propose a new method called the itshape Propagation with Adaptive Mask then Training (PAMT). The key idea is to integrate the attribute similarity mask into the structure-aware propagation process. In this way, PAMT could preserve the attribute correlation of adjacent nodes during the propagation and effectively reduce the influence of structure noise. Moreover, we develop an iterative refinement mechanism to update the similarity mask during the training process for improving the training performance. Extensive experiments on four real-world datasets demonstrate the superior performance and robustness of PAMT.

📄 PDF Abstract BibTeX arXiv:2206.10142

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeNode Classification

Similar Papers 제목 키워드 기반

Scalable and Adaptive Graph Neural Networks with Self-Label-Enhanced training

2021-04-19 · Chuxiong Sun, Hongming Gu, Jie Hu

It is hard to directly implement Graph Neural Networks (GNNs) on large scaled graphs. Besides of existed neighbor sampling techniques, scalable methods decoupling graph convolutions and other learnable transformations in…

Node Property Prediction

Propagation Tree Is Not Deep: Adaptive Graph Contrastive Learning Approach for Rumor Detection

2025-08-10 · Chaoqun Cui, Caiyan Jia arxiv

Rumor detection on social media has become increasingly important. Most existing graph-based models presume rumor propagation trees (RPTs) have deep structures and learn sequential stance features along branches. However…

Contrastive Learning

On the Equivalence of Decoupled Graph Convolution Network and Label Propagation

2020-10-23 · Hande Dong, Jiawei Chen, Fuli Feng, Xiangnan He 외

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, whic…

Node ClassificationPseudo LabelRepresentation Learning

Heterogeneous Graph Masked Autoencoders

2022-08-21 · Yijun Tian, Kaiwen Dong, Chunhui Zhang, Chuxu Zhang 외

Generative self-supervised learning (SSL), especially masked autoencoders, has become one of the most exciting learning paradigms and has shown great potential in handling graph data. However, real-world graphs are alway…

AttributeSelf-Supervised Learning

Multi-Evidence based Fact Verification via A Confidential Graph Neural Network

2024-05-17 · Yuqing Lan, Zhenghao Liu, Yu Gu, Xiaoyuan Yi 외

Fact verification tasks aim to identify the integrity of textual contents according to the truthful corpus. Existing fact verification models usually build a fully connected reasoning graph, which regards claim-evidence …

Fact VerificationGraph AttentionGraph Neural Network