LGAug 15, 2022

ARIEL: Adversarial Graph Contrastive Learning

arXiv:2208.06956v214 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in unsupervised graph learning for researchers and practitioners, offering an incremental improvement over existing contrastive methods.

The paper tackled the challenge of constructing high-quality contrastive samples in graph representation learning by proposing ARIEL, an adversarial graph contrastive learning method, which consistently outperformed current methods on node-level and graph-level classification tasks on real-world datasets and demonstrated improved robustness against adversarial attacks.

Contrastive learning is an effective unsupervised method in graph representation learning, and the key component of contrastive learning lies in the construction of positive and negative samples. Previous methods usually utilize the proximity of nodes in the graph as the principle. Recently, the data-augmentation-based contrastive learning method has advanced to show great power in the visual domain, and some works extended this method from images to graphs. However, unlike the data augmentation on images, the data augmentation on graphs is far less intuitive and much harder to provide high-quality contrastive samples, which leaves much space for improvement. In this work, by introducing an adversarial graph view for data augmentation, we propose a simple but effective method, Adversarial Graph Contrastive Learning (ARIEL), to extract informative contrastive samples within reasonable constraints. We develop a new technique called information regularization for stable training and use subgraph sampling for scalability. We generalize our method from node-level contrastive learning to the graph level by treating each graph instance as a super-node. ARIEL consistently outperforms the current graph contrastive learning methods for both node-level and graph-level classification tasks on real-world datasets. We further demonstrate that ARIEL is more robust in the face of adversarial attacks.

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