paper-with-me

홈 › Papers

CONVERT:Contrastive Graph Clustering with Reliable Augmentation

2023-08-17 · Xihong Yang, Cheng Tan, Yue Liu, Ke Liang, Siwei Wang, Sihang Zhou, Jun Xia, Stan Z. Li, Xinwang Liu, En Zhu

Contrastive graph node clustering via learnable data augmentation is a hot research spot in the field of unsupervised graph learning. The existing methods learn the sampling distribution of a pre-defined augmentation to generate data-driven augmentations automatically. Although promising clustering performance has been achieved, we observe that these strategies still rely on pre-defined augmentations, the semantics of the augmented graph can easily drift. The reliability of the augmented view semantics for contrastive learning can not be guaranteed, thus limiting the model performance. To address these problems, we propose a novel CONtrastiVe Graph ClustEring network with Reliable AugmenTation (CONVERT). Specifically, in our method, the data augmentations are processed by the proposed reversible perturb-recover network. It distills reliable semantic information by recovering the perturbed latent embeddings. Moreover, to further guarantee the reliability of semantics, a novel semantic loss is presented to constrain the network via quantifying the perturbation and recovery. Lastly, a label-matching mechanism is designed to guide the model by clustering information through aligning the semantic labels and the selected high-confidence clustering pseudo labels. Extensive experimental results on seven datasets demonstrate the effectiveness of the proposed method. We release the code and appendix of CONVERT at https://github.com/xihongyang1999/CONVERT on GitHub.

📄 PDF Abstract BibTeX arXiv:2308.08963

Code (2)

xihongyang1999/convert 공식 구현 pytorch
chengglmotto/AGC-DRR pytorch

Tasks

ClusteringContrastive LearningData AugmentationGraph ClusteringGraph LearningNode Clustering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-Task Curriculum Graph Contrastive Learning with Clustering Entropy Guidance

2024-08-22 · Chusheng Zeng, Bocheng Wang, Jinghui Yuan, Rong Wang 외

Recent advances in unsupervised deep graph clustering have been significantly promoted by contrastive learning. Despite the strides, most graph contrastive learning models face challenges: 1) graph augmentation is used t…

ClusteringContrastive LearningDiversityGraph Clustering

Hybrid-Collaborative Augmentation and Contrastive Sample Adaptive-Differential Awareness for Robust Attributed Graph Clustering

2025-10-03 · Tianxiang Zhao, Youqing Wang, Jinlu Wang, Jiapu Wang 외 arxiv

Due to its powerful capability of self-supervised representation learning and clustering, contrastive attributed graph clustering (CAGC) has achieved great success, which mainly depends on effective data augmentation and…

Representation LearningContrastive LearningData AugmentationGraph Clustering

Graph Contrastive Clustering

2021-04-03 · ICCV 2021 10 · Huasong Zhong, Jianlong Wu, Chong Chen, Jianqiang Huang 외

Recently, some contrastive learning methods have been proposed to simultaneously learn representations and clustering assignments, achieving significant improvements. However, these methods do not take the category infor…

ClusteringContrastive Learning

Contrastive Graph Clustering in Curvature Spaces

2023-05-05 · Li Sun, Feiyang Wang, Junda Ye, Hao Peng 외

Graph clustering is a longstanding research topic, and has achieved remarkable success with the deep learning methods in recent years. Nevertheless, we observe that several important issues largely remain open. On the on…

ClusteringContrastive LearningGraph Clustering

ACTIVE:Augmentation-Free Graph Contrastive Learning for Partial Multi-View Clustering

2022-03-01 · Yiming Wang, Dongxia Chang, Zhiqiang Fu, Jie Wen 외

In this paper, we propose an augmentation-free graph contrastive learning framework, namely ACTIVE, to solve the problem of partial multi-view clustering. Notably, we suppose that the representations of similar samples (…

ClusteringContrastive LearningRelation