paper-with-me

홈 › Papers

Self-Supervised Node Representation Learning via Node-to-Neighbourhood Alignment

2023-02-09 · Wei Dong, Dawei Yan, Peng Wang

Self-supervised node representation learning aims to learn node representations from unlabelled graphs that rival the supervised counterparts. The key towards learning informative node representations lies in how to effectively gain contextual information from the graph structure. In this work, we present simple-yet-effective self-supervised node representation learning via aligning the hidden representations of nodes and their neighbourhood. Our first idea achieves such node-to-neighbourhood alignment by directly maximizing the mutual information between their representations, which, we prove theoretically, plays the role of graph smoothing. Our framework is optimized via a surrogate contrastive loss and a Topology-Aware Positive Sampling (TAPS) strategy is proposed to sample positives by considering the structural dependencies between nodes, which enables offline positive selection. Considering the excessive memory overheads of contrastive learning, we further propose a negative-free solution, where the main contribution is a Graph Signal Decorrelation (GSD) constraint to avoid representation collapse and over-smoothing. The GSD constraint unifies some of the existing constraints and can be used to derive new implementations to combat representation collapse. By applying our methods on top of simple MLP-based node representation encoders, we learn node representations that achieve promising node classification performance on a set of graph-structured datasets from small- to large-scale.

📄 PDF Abstract BibTeX arXiv:2302.04626

Code (1)

dongwei156/n2n 공식 구현 tf

Tasks

Contrastive LearningNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Node Representation Learning in Graph via Node-to-Neighbourhood Mutual Information Maximization

2022-03-23 · CVPR 2022 1 · Wei Dong, Junsheng Wu, Yi Luo, ZongYuan Ge 외

The key towards learning informative node representations in graphs lies in how to gain contextual information from the neighbourhood. In this work, we present a simple-yet-effective self-supervised node representation l…

Node ClassificationRepresentation Learning

Differential Encoding for Improved Representation Learning over Graphs

2024-07-03 · Haimin Zhang, Jiahao Xia, Min Xu

Combining the message-passing paradigm with the global attention mechanism has emerged as an effective framework for learning over graphs. The message-passing paradigm and the global attention mechanism fundamentally gen…

Graph Representation LearningRepresentation Learning

Memory-Based Neighbourhood Embedding for Visual Recognition

2019-08-14 · ICCV 2019 10 · Suichan Li, Dapeng Chen, Bin Liu, Nenghai Yu 외

Learning discriminative image feature embeddings is of great importance to visual recognition. To achieve better feature embeddings, most current methods focus on designing different network structures or loss functions,…

Few-Shot LearningImage Retrieval

GraphViz2Vec: A Structure-aware Feature Generation Model to Improve Classification in GNNs

2024-01-30 · Shraban Kumar Chatterjee, Suman Kundu

GNNs are widely used to solve various tasks including node classification and link prediction. Most of the GNN architectures assume the initial embedding to be random or generated from popular distributions. These initia…

Classificationimage-classificationImage ClassificationLink Prediction+1

Locality Preserving Dense Graph Convolutional Networks with Graph Context-Aware Node Representations

2020-10-12 · Wenfeng Liu, Maoguo Gong, Zedong Tang, A. K. Qin

Graph convolutional networks (GCNs) have been widely used for representation learning on graph data, which can capture structural patterns on a graph via specifically designed convolution and readout operations. In many …

ClassificationDecoderGeneral ClassificationGraph Classification+1