paper-with-me

홈 › Papers

SCGC : Self-Supervised Contrastive Graph Clustering

2022-04-27 · Gayan K. Kulatilleke, Marius Portmann, Shekhar S. Chandra

Graph clustering discovers groups or communities within networks. Deep learning methods such as autoencoders (AE) extract effective clustering and downstream representations but cannot incorporate rich structural information. While Graph Neural Networks (GNN) have shown great success in encoding graph structure, typical GNNs based on convolution or attention variants suffer from over-smoothing, noise, heterophily, are computationally expensive and typically require the complete graph being present. Instead, we propose Self-Supervised Contrastive Graph Clustering (SCGC), which imposes graph-structure via contrastive loss signals to learn discriminative node representations and iteratively refined soft cluster labels. We also propose SCGC*, with a more effective, novel, Influence Augmented Contrastive (IAC) loss to fuse richer structural information, and half the original model parameters. SCGC(*) is faster with simple linear units, completely eliminate convolutions and attention of traditional GNNs, yet efficiently incorporates structure. It is impervious to layer depth and robust to over-smoothing, incorrect edges and heterophily. It is scalable by batching, a limitation in many prior GNN models, and trivially parallelizable. We obtain significant improvements over state-of-the-art on a wide range of benchmark graph datasets, including images, sensor data, text, and citation networks efficiently. Specifically, 20% on ARI and 18% on NMI for DBLP; overall 55% reduction in training time and overall, 81% reduction on inference time. Our code is available at : https://github.com/gayanku/SCGC

📄 PDF Abstract BibTeX arXiv:2204.12656

Code (1)

gayanku/scgc 공식 구현 pytorch

Tasks

ClusteringGraph Clustering

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Simple Contrastive Graph Clustering

2022-05-11 · Yue Liu, Xihong Yang, Sihang Zhou, Xinwang Liu

Contrastive learning has recently attracted plenty of attention in deep graph clustering for its promising performance. However, complicated data augmentations and time-consuming graph convolutional operation undermine t…

ClusteringContrastive LearningData AugmentationDeep Clustering+2

Self-supervised Contrastive Attributed Graph Clustering

2021-10-15 · Wei Xia, Quanxue Gao, Ming Yang, Xinbo Gao

Attributed graph clustering, which learns node representation from node attribute and topological graph for clustering, is a fundamental but challenging task for graph analysis. Recently, methods based on graph contrasti…

AttributeClusteringContrastive LearningGraph Clustering+1

NSCGCN: A novel deep GCN model to diagnosis COVID-19

2022-10-13 · Computers in Biology and Medicine 2022 10 · Chaosheng Tang, Chaochao Hu, Junding Sun, Shui-Hua Wang 외

Aim Corona Virus Disease 2019 (COVID-19) was a lung disease with high mortality and was highly contagious. Early diagnosis of COVID-19 and distinguishing it from pneumonia was beneficial for subsequent treatment. Obj…

Computed Tomography (CT)COVID-19 DiagnosisTransfer Learning

SLCGC: A lightweight Self-supervised Low-pass Contrastive Graph Clustering Network for Hyperspectral Images

2025-02-05 · Yao Ding, Zhili Zhang, Aitao Yang, Yaoming Cai 외

Self-supervised hyperspectral image (HSI) clustering remains a fundamental yet challenging task due to the absence of labeled data and the inherent complexity of spatial-spectral interactions. While recent advancements h…

ClusteringComputational EfficiencyContrastive LearningDenoising+1

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