paper-with-me

Papers

Reliable Node Similarity Matrix Guided Contrastive Graph Clustering

2024-08-07 · Yunhui Liu, Xinyi Gao, Tieke He, Tao Zheng, Jianhua Zhao, Hongzhi Yin

Graph clustering, which involves the partitioning of nodes within a graph into disjoint clusters, holds significant importance for numerous subsequent applications. Recently, contrastive learning, known for utilizing supervisory information, has demonstrated encouraging results in deep graph clustering. This methodology facilitates the learning of favorable node representations for clustering by attracting positively correlated node pairs and distancing negatively correlated pairs within the representation space. Nevertheless, a significant limitation of existing methods is their inadequacy in thoroughly exploring node-wise similarity. For instance, some hypothesize that the node similarity matrix within the representation space is identical, ignoring the inherent semantic relationships among nodes. Given the fundamental role of instance similarity in clustering, our research investigates contrastive graph clustering from the perspective of the node similarity matrix. We argue that an ideal node similarity matrix within the representation space should accurately reflect the inherent semantic relationships among nodes, ensuring the preservation of semantic similarities in the learned representations. In response to this, we introduce a new framework, Reliable Node Similarity Matrix Guided Contrastive Graph Clustering (NS4GC), which estimates an approximately ideal node similarity matrix within the representation space to guide representation learning. Our method introduces node-neighbor alignment and semantic-aware sparsification, ensuring the node similarity matrix is both accurate and efficiently sparse. Comprehensive experiments conducted on $8$ real-world datasets affirm the efficacy of learning the node similarity matrix and the superior performance of NS4GC.

📄 PDF Abstract BibTeX arXiv:2408.03765

Code (1)

Cloudy1225/NS4GC 공식 구현 pytorch

Tasks

ClusteringContrastive LearningGraph ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Towards Multi-view Graph Anomaly Detection with Similarity-Guided Contrastive Clustering

2024-09-15 · Lecheng Zheng, John R. Birge, Yifang Zhang, Jingrui He

Anomaly detection on graphs plays an important role in many real-world applications. Usually, these data are composed of multiple types (e.g., user information and transaction records for financial data), thus exhibiting…

Anomaly DetectionClusteringContrastive LearningGraph Anomaly Detection

Contrastive Deep Nonnegative Matrix Factorization for Community Detection

2023-11-04 · Yuecheng Li, Jialong Chen, Chuan Chen, Lei Yang 외

Recently, nonnegative matrix factorization (NMF) has been widely adopted for community detection, because of its better interpretability. However, the existing NMF-based methods have the following three problems: 1) they…

Community DetectionContrastive LearningGraph EmbeddingMatrix Factorization / Decomposition+1

Sign-Guided Bipartite Graph Hashing for Hamming Space Search

2024-05-04 · Xueyi Wu

Bipartite graph hashing (BGH) is extensively used for Top-K search in Hamming space at low storage and inference costs. Recent research adopts graph convolutional hashing for BGH and has achieved the state-of-the-art per…

Contrastive Learning

Data-Efficient Semi-Supervised Learning by Reliable Edge Mining

2020-06-01 · CVPR 2020 6 · Peibin Chen, Tao Ma, Xu Qin, Weidi Xu 외

Learning powerful discriminative features is a challenging task in Semi-Supervised Learning, as the estimation of the feature space is more likely to be wrong with scarcer labeled data. Previous methods utilize a relatio…

GraphLearner: Graph Node Clustering with Fully Learnable Augmentation

2022-12-07 · Xihong Yang, Erxue Min, Ke Liang, Yue Liu 외

Contrastive deep graph clustering (CDGC) leverages the power of contrastive learning to group nodes into different clusters. The quality of contrastive samples is crucial for achieving better performance, making augmenta…

AttributeClusteringContrastive LearningData Augmentation+3