LGAIJul 5, 2022

Features Based Adaptive Augmentation for Graph Contrastive Learning

arXiv:2207.01792v111 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing graph representation learning accuracy for researchers and practitioners by proposing an incremental improvement to existing GCL methods.

The paper tackles the problem of graph contrastive learning (GCL) by addressing how uniform stochastic augmentation can damage critical features, reducing accuracy. It introduces Feature Based Adaptive Augmentation (FebAA), which preserves influential features and corrupts others, improving accuracy on eight benchmark datasets when integrated with GRACE and BGRL methods.

Self-Supervised learning aims to eliminate the need for expensive annotation in graph representation learning, where graph contrastive learning (GCL) is trained with the self-supervision signals containing data-data pairs. These data-data pairs are generated with augmentation employing stochastic functions on the original graph. We argue that some features can be more critical than others depending on the downstream task, and applying stochastic function uniformly, will vandalize the influential features, leading to diminished accuracy. To fix this issue, we introduce a Feature Based Adaptive Augmentation (FebAA) approach, which identifies and preserves potentially influential features and corrupts the remaining ones. We implement FebAA as plug and play layer and use it with state-of-the-art Deep Graph Contrastive Learning (GRACE) and Bootstrapped Graph Latents (BGRL). We successfully improved the accuracy of GRACE and BGRL on eight graph representation learning's benchmark datasets.

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