paper-with-me

홈 › Papers

Attributed Graph Clustering with Dual Redundancy Reduction

2022-04-18 · Conference 2022 4 · Lei Gong, Sihang Zhou, Wenxuan Tu and Xinwang Liu∗

Attributed graph clustering is a basic yet essential method for graph data exploration. Recent efforts over graph contrastive learning have achieved impressive clustering performance. However, we observe that the commonly adopted InfoMax operation tends to capture redundant information, limiting the downstream clustering performance. To this end, we develop a novel method termed attributed graph clustering with dual redundancy reduction (AGC-DRR) to reduce the information redundancy in both input space and latent feature space. Specifcally, for the input space redundancy reduction, we introduce an adversarial learning mechanism to adaptively learn a redundant edge-dropping matrix to ensure the diversity of the compared sample pairs. To reduce the redundancy in the latent space, we force the correlation matrix of the cross-augmentation sample embedding to approximate an identity matrix. Consequently, the learned network is forced to be robust against perturbation while discriminative against different samples. Extensive experiments have demonstrated that AGC-DRR outperforms the state-ofthe-art clustering methods on most of our benchmarks. The corresponding code is available at https://github.com/gongleii/AGC-DRR.

📄 PDF Abstract BibTeX

Code (2)

chengglmotto/AGC-DRR pytorch
gongleii/AGC-DRR pytorch

Tasks

ClusteringContrastive LearningDiversityGraph Clustering

Similar Papers 제목 키워드 기반

Variational Co-embedding Learning for Attributed Network Clustering

2021-04-15 · Shuiqiao Yang, Sunny Verma, Borui Cai, Jiaojiao Jiang 외

Recent works for attributed network clustering utilize graph convolution to obtain node embeddings and simultaneously perform clustering assignments on the embedding space. It is effective since graph convolution combine…

AttributeClusteringNode ClusteringRepresentation Learning

Dual Information Enhanced Multi-view Attributed Graph Clustering

2022-11-28 · Jia-Qi Lin, Man-Sheng Chen, Xi-Ran Zhu, Chang-Dong Wang 외

Multi-view attributed graph clustering is an important approach to partition multi-view data based on the attribute feature and adjacent matrices from different views. Some attempts have been made in utilizing Graph Neur…

AttributeClusteringGraph ClusteringGraph Neural Network

Simultaneous Linear Multi-view Attributed Graph Representation Learning and Clustering

2023-02-01 · WSDM '23: Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining 2023 2 · Chakib Fettal, Lazhar Labiod, Mohamed Nadif

Over the last few years, various multi-view graph clustering methods have shown promising performances. However, we argue that these methods can have limitations. In particular, they are often unnecessarily complex, lead…

ClusteringGraph ClusteringGraph Representation LearningRepresentation Learning

A Versatile Framework for Attributed Network Clustering via K-Nearest Neighbor Augmentation

2024-08-10 · Yiran Li, Gongyao Guo, Jieming Shi, Renchi Yang 외

Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hype…

AttributeClusteringGPUGraph Clustering+2

Spectral Clustering of Attributed Multi-relational Graphs

2023-11-03 · Ylli Sadikaj, Yllka Velaj, Sahar Behzadi, Claudia Plant

Graph clustering aims at discovering a natural grouping of the nodes such that similar nodes are assigned to a common cluster. Many different algorithms have been proposed in the literature: for simple graphs, for graphs…

ClusteringDimensionality ReductionGraph Clustering