paper-with-me

홈 › Papers

Graph Decoupling Attention Markov Networks for Semi-supervised Graph Node Classification

2021-04-28 · Jie Chen, Shouzhen Chen, Mingyuan Bai, Jian Pu, Junping Zhang, Junbin Gao

Graph neural networks (GNN) have been ubiquitous in graph node classification tasks. Most of GNN methods update the node embedding iteratively by aggregating its neighbors' information. However, they often suffer from negative disturbance, due to edges connecting nodes with different labels. One approach to alleviate this negative disturbance is to use attention to learn the weights of aggregation, but current attention-based GNNs only consider feature similarity and also suffer from the lack of supervision. In this paper, we consider the label dependency of graph nodes and propose a decoupling attention mechanism to learn both hard and soft attention. The hard attention is learned on labels for a refined graph structure with fewer inter-class edges, so that the aggregation's negative disturbance can be reduced. The soft attention aims to learn the aggregation weights based on features over the refined graph structure to enhance information gains during message passing. Particularly, we formulate our model under the EM framework, and the learned attention is used to guide the label propagation in the M-step and the feature propagation in the E-step, respectively. Extensive experiments are performed on six well-known benchmark graph datasets to verify the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2104.13718

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph LearningHard AttentionNode Classification

Similar Papers 제목 키워드 기반

Semi-Supervised Node Classification on Graphs: Markov Random Fields vs. Graph Neural Networks

2020-12-24 · Binghui Wang, Jinyuan Jia, Neil Zhenqiang Gong

Semi-supervised node classification on graph-structured data has many applications such as fraud detection, fake account and review detection, user's private attribute inference in social networks, and community detectio…

AttributeClassificationCommunity DetectionFraud Detection+2

Spatiotemporal Decouple-and-Squeeze Contrastive Learning for Semi-Supervised Skeleton-based Action Recognition

2023-02-05 · Binqian Xu, Xiangbo Shu

Contrastive learning has been successfully leveraged to learn action representations for addressing the problem of semi-supervised skeleton-based action recognition. However, most contrastive learning-based methods only …

Action RecognitionContrastive LearningSelf-Supervised Human Action RecognitionSkeleton Based Action Recognition

Semi-supervised Learning Meets Factorization: Learning to Recommend with Chain Graph Model

2020-03-05 · Chaochao Chen, Kevin C. Chang, Qibing Li, Xiaolin Zheng

Recently latent factor model (LFM) has been drawing much attention in recommender systems due to its good performance and scalability. However, existing LFMs predict missing values in a user-item rating matrix only based…

Missing ValuesRecommendation Systems

Recurrent Attention Walk for Semi-supervised Classification

2019-10-22 · Uchenna Akujuobi, Qiannan Zhang, Han Yufei, Xiangliang Zhang

In this paper, we study the graph-based semi-supervised learning for classifying nodes in attributed networks, where the nodes and edges possess content information. Recent approaches like graph convolution networks and …

ClassificationGeneral ClassificationNode ClassificationReinforcement Learning

Classification using log Gaussian Cox processes

2014-05-16 · Alexander G. de G. Matthews, Zoubin Ghahramani

McCullagh and Yang (2006) suggest a family of classification algorithms based on Cox processes. We further investigate the log Gaussian variant which has a number of appealing properties. Conditioned on the covariates, t…

ClassificationGeneral Classification