paper-with-me

Papers

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 typically used as features for downstream tasks. Therefore, their quality has a significant impact on task performance. Existing approaches for node representation learning span (semi-)supervised, unsupervised, and self-supervised paradigms. In graph domains, (semi-)supervised learning often only optimizes models based on class labels, neglecting other abundant graph signals, which limits generalization. While self-supervised or unsupervised learning produces representations that better capture underlying graph signals, the usefulness of these captured signals for downstream target tasks can vary. To bridge this gap, we introduce Target-Aware Contrastive Learning (Target-aware CL) which aims to enhance target task performance by maximizing the mutual information between the target task and node representations with a self-supervised learning process. This is achieved through a sampling function, XGBoost Sampler (XGSampler), to sample proper positive examples for the proposed Target-Aware Contrastive Loss (XTCL). By minimizing XTCL, Target-aware CL increases the mutual information between the target task and node representations, such that model generalization is improved. Additionally, XGSampler enhances the interpretability of each signal by showing the weights for sampling the proper positive examples. We show experimentally that XTCL significantly improves the performance on two target tasks: node classification and link prediction tasks, compared to state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2410.03901

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLink PredictionNode ClassificationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Cross-Domain Graph Anomaly Detection via Anomaly-aware Contrastive Alignment

2022-12-02 · Qizhou Wang, Guansong Pang, Mahsa Salehi, Wray Buntine 외

Cross-domain graph anomaly detection (CD-GAD) describes the problem of detecting anomalous nodes in an unlabelled target graph using auxiliary, related source graphs with labelled anomalous and normal nodes. Although it …

Anomaly DetectionContrastive LearningDomain AdaptationGraph Anomaly Detection

Local Structure-aware Graph Contrastive Representation Learning

2023-08-07 · Kai Yang, YuAn Liu, Zijuan Zhao, Peijin Ding 외

Traditional Graph Neural Network (GNN), as a graph representation learning method, is constrained by label information. However, Graph Contrastive Learning (GCL) methods, which tackle the label problem effectively, mainl…

Contrastive LearningGraph Neural NetworkGraph Representation LearningLink Prediction+2

Boosting Adverse Weather Crowd Counting via Multi-queue Contrastive Learning

2024-08-12 · Tianhang Pan, Xiuyi Jia

Currently, most crowd counting methods have outstanding performance under normal weather conditions. However, our experimental validation reveals two key obstacles limiting the accuracy improvement of crowd counting mode…

Contrastive LearningCrowd CountingRepresentation Learning

Fairness-Aware Node Representation Learning

2021-06-09 · Öykü Deniz Köse, Yanning Shen

Node representation learning has demonstrated its effectiveness for various applications on graphs. Particularly, recent developments in contrastive learning have led to promising results in unsupervised node representat…

Contrastive LearningFairnessNode ClassificationRepresentation Learning

RHCO: A Relation-aware Heterogeneous Graph Neural Network with Contrastive Learning for Large-scale Graphs

2022-11-20 · Ziming Wan, Deqing Wang, Xuehua Ming, Fuzhen Zhuang 외

Heterogeneous graph neural networks (HGNNs) have been widely applied in heterogeneous information network tasks, while most HGNNs suffer from poor scalability or weak representation when they are applied to large-scale h…

Contrastive LearningGraph Neural NetworkGraph Representation LearningRelation+1