Graph Representation Learning

376 papers with code • 1 benchmarks • 6 datasets

The goal of Graph Representation Learning is to construct a set of features (‘embeddings’) representing the structure of the graph and the data thereon. We can distinguish among Node-wise embeddings, representing each node of the graph, Edge-wise embeddings, representing each edge in the graph, and Graph-wise embeddings representing the graph as a whole.

Source: SIGN: Scalable Inception Graph Neural Networks

Libraries

Use these libraries to find Graph Representation Learning models and implementations

Latest papers with no code

Negative Sampling in Knowledge Graph Representation Learning: A Review

no code yet • 29 Feb 2024

This comprehensive survey paper systematically reviews various negative sampling (NS) methods and their contributions to the success of KGRL.

LocalGCL: Local-aware Contrastive Learning for Graphs

no code yet • 27 Feb 2024

Graph representation learning (GRL) makes considerable progress recently, which encodes graphs with topological structures into low-dimensional embeddings.

One-Shot Graph Representation Learning Using Hyperdimensional Computing

no code yet • 26 Feb 2024

We present a novel, simple, fast, and efficient approach for semi-supervised learning on graphs.

Adversarial Curriculum Graph Contrastive Learning with Pair-wise Augmentation

no code yet • 16 Feb 2024

To address this challenge, we propose an innovative framework: Adversarial Curriculum Graph Contrastive Learning (ACGCL), which capitalizes on the merits of pair-wise augmentation to engender graph-level positive and negative samples with controllable similarity, alongside subgraph contrastive learning to discern effective graph patterns therein.

Understanding Survey Paper Taxonomy about Large Language Models via Graph Representation Learning

no code yet • 16 Feb 2024

As new research on Large Language Models (LLMs) continues, it is difficult to keep up with new research and models.

Position Paper: Challenges and Opportunities in Topological Deep Learning

no code yet • 14 Feb 2024

Topological deep learning (TDL) is a rapidly evolving field that uses topological features to understand and design deep learning models.

ExGRG: Explicitly-Generated Relation Graph for Self-Supervised Representation Learning

no code yet • 9 Feb 2024

Self-supervised Learning (SSL) has emerged as a powerful technique in pre-training deep learning models without relying on expensive annotated labels, instead leveraging embedded signals in unlabeled data.

On provable privacy vulnerabilities of graph representations

no code yet • 6 Feb 2024

Graph representation learning (GRL) is critical for extracting insights from complex network structures, but it also raises security concerns due to potential privacy vulnerabilities in these representations.

EXGC: Bridging Efficiency and Explainability in Graph Condensation

no code yet • 5 Feb 2024

Graph representation learning on vast datasets, like web data, has made significant strides.

A Graph is Worth $K$ Words: Euclideanizing Graph using Pure Transformer

no code yet • 4 Feb 2024

Despite recent GNN and Graphformer efforts encoding graphs as Euclidean vectors, recovering original graph from the vectors remains a challenge.