paper-with-me

Papers

Mixed Graph Contrastive Network for Semi-Supervised Node Classification

2022-06-06 · Xihong Yang, Yue Liu, Sihang Zhou, Xinwang Liu, En Zhu

Graph Neural Networks (GNNs) have achieved promising performance in semi-supervised node classification in recent years. However, the problem of insufficient supervision, together with representation collapse, largely limits the performance of the GNNs in this field. To alleviate the collapse of node representations in semi-supervised scenario, we propose a novel graph contrastive learning method, termed Mixed Graph Contrastive Network (MGCN). In our method, we improve the discriminative capability of the latent feature by enlarging the margin of decision boundaries and improving the cross-view consistency of the latent representation. Specifically, we first adopt an interpolation-based strategy to conduct data augmentation in the latent space and then force the prediction model to change linearly between samples. Second, we enable the learned network to tell apart samples across two interpolation-perturbed views through forcing the correlation matrix across views to approximate an identity matrix. By combining the two settings, we extract rich supervision information from both the abundant unlabeled nodes and the rare yet valuable labeled nodes for discriminative representation learning. Extensive experimental results on six datasets demonstrate the effectiveness and the generality of MGCN compared to the existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2206.02796

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationContrastive LearningData AugmentationGraph LearningNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs

2022-06-09 · Dongjin Lee, Kijung Shin

Although machine learning on hypergraphs has attracted considerable attention, most of the works have focused on (semi-)supervised learning, which may cause heavy labeling costs and poor generalization. Recently, contras…

Contrastive LearningData AugmentationNode ClassificationRepresentation Learning

Semi-supervised Domain Adaptation on Graphs with Contrastive Learning and Minimax Entropy

2023-09-14 · Jiaren Xiao, Quanyu Dai, Xiao Shen, Xiaochen Xie 외

Label scarcity in a graph is frequently encountered in real-world applications due to the high cost of data labeling. To this end, semi-supervised domain adaptation (SSDA) on graphs aims to leverage the knowledge of a la…

Contrastive LearningDomain AdaptationNode ClassificationSemi-supervised Domain Adaptation

Contrastive Multi-graph Learning with Neighbor Hierarchical Sifting for Semi-supervised Text Classification

2024-11-25 · Wei Ai, Jianbin Li, Ze Wang, Yingying Wei 외

Graph contrastive learning has been successfully applied in text classification due to its remarkable ability for self-supervised node representation learning. However, explicit graph augmentations may lead to a loss of …

Contrastive LearningGraph AttentionGraph LearningRepresentation Learning+3

A Self-supervised Mixed-curvature Graph Neural Network

2021-12-10 · Li Sun, Zhongbao Zhang, Junda Ye, Hao Peng 외

Graph representation learning received increasing attentions in recent years. Most of existing methods ignore the complexity of the graph structures and restrict graphs in a single constant-curvature representation space…

Contrastive LearningGraph Neural NetworkGraph Representation LearningRepresentation Learning

Improving Node Representation by Boosting Target-Aware Contrastive Loss

2024-10-04 · Ying-Chun Lin, Jennifer Neville

Graphs model complex relationships between entities, with nodes and edges capturing intricate connections. Node representation learning involves transforming nodes into low-dimensional embeddings. These embeddings are ty…

Contrastive LearningLink PredictionNode ClassificationRepresentation Learning+1