Bootstrapping Informative Graph Augmentation via a Meta Learning Approach

Abstract

Recent works explore learning graph representations in a self-supervised manner. In graph contrastive learning, benchmark methods apply various graph augmentation approaches. However, most of the augmentation methods are non-learnable, which causes the issue of generating unbeneficial augmented graphs. Such augmentation may degenerate the representation ability of graph contrastive learning methods. Therefore, we motivate our method to generate augmented graph with a learnable graph augmenter, called MEta Graph Augmentation (MEGA). We then clarify that a "good" graph augmentation must have uniformity at the instance-level and informativeness at the feature-level. To this end, we propose a novel approach to learning a graph augmenter that can generate an augmentation with uniformity and informativeness. The objective of the graph augmenter is to promote our feature extraction network to learn a more discriminative feature representation, which motivates us to propose a meta-learning paradigm. Empirically, the experiments across multiple benchmark datasets demonstrate that MEGA outperforms the state-of-the-art methods in graph self-supervised learning tasks. Further experimental studies prove the effectiveness of different terms of MEGA. Our codes are available at https://github.com/hang53/MEGA.

Cite

Text

Gao et al. "Bootstrapping Informative Graph Augmentation via a Meta Learning Approach." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/416

Markdown

[Gao et al. "Bootstrapping Informative Graph Augmentation via a Meta Learning Approach." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/gao2022ijcai-bootstrapping/) doi:10.24963/IJCAI.2022/416

BibTeX

@inproceedings{gao2022ijcai-bootstrapping,
  title     = {{Bootstrapping Informative Graph Augmentation via a Meta Learning Approach}},
  author    = {Gao, Hang and Li, Jiangmeng and Qiang, Wenwen and Si, Lingyu and Sun, Fuchun and Zheng, Changwen},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {3001-3007},
  doi       = {10.24963/IJCAI.2022/416},
  url       = {https://mlanthology.org/ijcai/2022/gao2022ijcai-bootstrapping/}
}