Graph Representation Learning

381 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

Neighbour-level Message Interaction Encoding for Improved Representation Learning on Graphs

no code yet • 15 Apr 2024

To address this issue, we propose a neighbour-level message interaction information encoding method for improving graph representation learning.

Graph Neural Networks for Binary Programming

no code yet • 7 Apr 2024

This paper investigates a link between Graph Neural Networks (GNNs) and Binary Programming (BP) problems, laying the groundwork for GNNs to approximate solutions for these computationally challenging problems.

HeteroMILE: a Multi-Level Graph Representation Learning Framework for Heterogeneous Graphs

no code yet • 31 Mar 2024

To address this issue, we propose a Multi-Level Embedding framework of nodes on a heterogeneous graph (HeteroMILE) - a generic methodology that allows contemporary graph embedding methods to scale to large graphs.

Dealing with Missing Modalities in Multimodal Recommendation: a Feature Propagation-based Approach

no code yet • 28 Mar 2024

Inspired by the recent advances in graph representation learning, we propose to re-sketch the missing modalities problem as a problem of missing graph node features to apply the state-of-the-art feature propagation algorithm eventually.

Variational Graph Auto-Encoder Based Inductive Learning Method for Semi-Supervised Classification

no code yet • 26 Mar 2024

Graph representation learning is a fundamental research issue in various domains of applications, of which the inductive learning problem is particularly challenging as it requires models to generalize to unseen graph structures during inference.

ChebMixer: Efficient Graph Representation Learning with MLP Mixer

no code yet • 25 Mar 2024

In this paper, we present a novel architecture named ChebMixer, a newly graph MLP Mixer that uses fast Chebyshev polynomials-based spectral filtering to extract a sequence of tokens.

Enhancing Graph Representation Learning with Attention-Driven Spiking Neural Networks

no code yet • 25 Mar 2024

Graph representation learning has become a crucial task in machine learning and data mining due to its potential for modeling complex structures such as social networks, chemical compounds, and biological systems.

Investigating Similarities Across Decentralized Financial (DeFi) Services

no code yet • 23 Mar 2024

To evaluate whether they are effectively grouped in clusters of similar functionalities, we associate them with eight financial functionality categories and use this information as the target label.

Exploring Task Unification in Graph Representation Learning via Generative Approach

no code yet • 21 Mar 2024

Specifically, GA^2E proposes to use the subgraph as the meta-structure, which remains consistent across all graph tasks (ranging from node-, edge-, and graph-level to transfer learning) and all stages (both during training and inference).

Graph Partial Label Learning with Potential Cause Discovering

no code yet • 18 Mar 2024

PLL is a critical weakly supervised learning problem, where each training instance is associated with a set of candidate labels, including both the true label and additional noisy labels.