Contrastive Deep Nonnegative Matrix Factorization for Community Detection
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 directly transform the original network into community membership space, so it is difficult for them to capture the hierarchical information; 2) they often only pay attention to the topology of the network and ignore its node attributes; 3) it is hard for them to learn the global structure information necessary for community detection. Therefore, we propose a new community detection algorithm, named Contrastive Deep Nonnegative Matrix Factorization (CDNMF). Firstly, we deepen NMF to strengthen its capacity for information extraction. Subsequently, inspired by contrastive learning, our algorithm creatively constructs network topology and node attributes as two contrasting views. Furthermore, we utilize a debiased negative sampling layer and learn node similarity at the community level, thereby enhancing the suitability of our model for community detection. We conduct experiments on three public real graph datasets and the proposed model has achieved better results than state-of-the-art methods. Code available at https://github.com/6lyc/CDNMF.git.
Code (1)
Tasks
Community DetectionContrastive LearningGraph EmbeddingMatrix Factorization / DecompositionNode ClusteringSimilar Papers 제목 키워드 기반
Community Detection in Political Twitter Networks using Nonnegative Matrix Factorization Methods
Community detection is a fundamental task in social network analysis. In this paper, first we develop an endorsement filtered user connectivity network by utilizing Heider's structural balance theory and certain Twitter …
ClusteringCommunity DetectionWord SimilarityCommunity detection in multiplex networks based on orthogonal nonnegative matrix tri-factorization
Networks are commonly used to model complex systems. The different entities in the system are represented by nodes of the network and their interactions by edges. In most real life systems, the different entities may int…
Community DetectionMultiview ClusteringConstraint-Induced Symmetric Nonnegative Matrix Factorization for Accurate Community Detection
As a fundamental characteristic of an undirected network, community reveals its networking organization and functional mechanisms, making community detection be a highly-interesting issue in network representation lear…
Community DetectionRepresentation LearningA Constraints Fusion-induced Symmetric Nonnegative Matrix Factorization Approach for Community Detection
Community is a fundamental and critical characteristic of an undirected social network, making community detection be a vital yet thorny issue in network representation learning. A symmetric and non-negative matrix facto…
Community DetectionRepresentation LearningDeep Autoencoder-like Nonnegative Matrix Factorization for Community Detection
Community structure is ubiquitous in real-world complex networks. The task of community detection over these networks is of paramount importance in a variety of applications. Recently, nonnegative matrix factorization (N…
Community DetectionDecoderLocal Community DetectionNetwork Community Partition+2