LGAIMay 29, 2025

Subgraph Gaussian Embedding Contrast for Self-Supervised Graph Representation Learning

arXiv:2505.23529v2h-index: 14ECML/PKDD
Originality Incremental advance
AI Analysis

This work addresses the need for efficient graph representation learning without human annotation, but it appears incremental as it builds on existing contrastive learning methods with specific enhancements.

The paper tackled the problem of self-supervised graph representation learning by proposing SubGEC, which uses subgraph Gaussian embeddings and optimal transport distances for contrastive learning, achieving competitive or superior performance on multiple benchmarks.

Graph Representation Learning (GRL) is a fundamental task in machine learning, aiming to encode high-dimensional graph-structured data into low-dimensional vectors. Self-Supervised Learning (SSL) methods are widely used in GRL because they can avoid expensive human annotation. In this work, we propose a novel Subgraph Gaussian Embedding Contrast (SubGEC) method. Our approach introduces a subgraph Gaussian embedding module, which adaptively maps subgraphs to a structured Gaussian space, ensuring the preservation of input subgraph characteristics while generating subgraphs with a controlled distribution. We then employ optimal transport distances, more precisely the Wasserstein and Gromov-Wasserstein distances, to effectively measure the similarity between subgraphs, enhancing the robustness of the contrastive learning process. Extensive experiments across multiple benchmarks demonstrate that \method~outperforms or presents competitive performance against state-of-the-art approaches. Our findings provide insights into the design of SSL methods for GRL, emphasizing the importance of the distribution of the generated contrastive pairs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes