paper-with-me

Papers

Group Contrastive Self-Supervised Learning on Graphs

2021-07-20 · Xinyi Xu, Cheng Deng, Yaochen Xie, Shuiwang Ji

We study self-supervised learning on graphs using contrastive methods. A general scheme of prior methods is to optimize two-view representations of input graphs. In many studies, a single graph-level representation is computed as one of the contrastive objectives, capturing limited characteristics of graphs. We argue that contrasting graphs in multiple subspaces enables graph encoders to capture more abundant characteristics. To this end, we propose a group contrastive learning framework in this work. Our framework embeds the given graph into multiple subspaces, of which each representation is prompted to encode specific characteristics of graphs. To learn diverse and informative representations, we develop principled objectives that enable us to capture the relations among both intra-space and inter-space representations in groups. Under the proposed framework, we further develop an attention-based representor function to compute representations that capture different substructures of a given graph. Built upon our framework, we extend two current methods into GroupCL and GroupIG, equipped with the proposed objective. Comprehensive experimental results show our framework achieves a promising boost in performance on a variety of datasets. In addition, our qualitative results show that features generated from our representor successfully capture various specific characteristics of graphs.

📄 PDF Abstract BibTeX arXiv:2107.09787

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Motif-Driven Contrastive Learning of Graph Representations

2020-12-23 · Shichang Zhang, Ziniu Hu, Arjun Subramonian, Yizhou Sun

Pre-training Graph Neural Networks (GNN) via self-supervised contrastive learning has recently drawn lots of attention. However, most existing works focus on node-level contrastive learning, which cannot capture global g…

ClusteringContrastive LearningSelf-Supervised Learning

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs

2022-06-09 · Dongjin Lee, Kijung Shin

Although machine learning on hypergraphs has attracted considerable attention, most of the works have focused on (semi-)supervised learning, which may cause heavy labeling costs and poor generalization. Recently, contras…

Contrastive LearningData AugmentationNode ClassificationRepresentation Learning

Self-Supervised Learning for Group Equivariant Neural Networks

2023-03-08 · Yusuke Mukuta, Tatsuya Harada

This paper proposes a method to construct pretext tasks for self-supervised learning on group equivariant neural networks. Group equivariant neural networks are the models whose structure is restricted to commute with th…

Self-Supervised Learning

Hypergraph Self-supervised Learning with Sampling-efficient Signals

2024-04-18 · Fan Li, Xiaoyang Wang, Dawei Cheng, Wenjie Zhang 외

Self-supervised learning (SSL) provides a promising alternative for representation learning on hypergraphs without costly labels. However, existing hypergraph SSL models are mostly based on contrastive methods with the i…

Representation LearningSelf-Supervised Learning

Contrastive Self-supervised Learning for Graph Classification

2020-09-13 · Jiaqi Zeng, Pengtao Xie

Graph classification is a widely studied problem and has broad applications. In many real-world problems, the number of labeled graphs available for training classification models is limited, which renders these models p…

ClassificationData AugmentationGeneral ClassificationGraph Classification+1