Self-Supervised Graph Learning with Segmented Graph Channels
Abstract
Self-supervised graph learning adopts self-defined signals as supervision to learn representations. This learning paradigm solves the critical problem of utilizing unlabeled graph data. Conventional self-supervised graph learning methods rely on graph data augmentation to generate different views of the input data as self-defined signals. However, the views generated by such an approach contain amounts of identical node features, which leads to the learning of redundant information. To this end, we propose Self-Supervised Graph Learning with Segmented Graph Channels (SGL-SGC) to address the issue. SGL-SGC divides the input graph data across the feature dimensions as Segmented Graph Channels (SGCs). By combining SGCs with data augmentation, SGL-SGC can generate views that vastly reduce the redundant information. We further design a feature-level weight-sensitive loss to jointly accelerate optimization and avoid the model falling into a local optimum. Empirically, the experiments on multiple benchmark datasets demonstrate that SGL-SGC outperforms the state-of-the-art methods in contrastive graph learning tasks. Ablation studies verify the effectiveness and efficiency of different parts of SGL-SGC.
Cite
Text
Gao et al. "Self-Supervised Graph Learning with Segmented Graph Channels." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26390-3_18Markdown
[Gao et al. "Self-Supervised Graph Learning with Segmented Graph Channels." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/gao2022ecmlpkdd-selfsupervised/) doi:10.1007/978-3-031-26390-3_18BibTeX
@inproceedings{gao2022ecmlpkdd-selfsupervised,
title = {{Self-Supervised Graph Learning with Segmented Graph Channels}},
author = {Gao, Hang and Li, Jiangmeng and Zheng, Changwen},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2022},
pages = {293-308},
doi = {10.1007/978-3-031-26390-3_18},
url = {https://mlanthology.org/ecmlpkdd/2022/gao2022ecmlpkdd-selfsupervised/}
}