paper-with-me

Papers

Contrastive Deep Nonnegative Matrix Factorization for Community Detection

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

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.

📄 PDF Abstract BibTeX arXiv:2311.02357

Code (1)

6lyc/cdnmf 공식 구현 pytorch

Tasks

Community DetectionContrastive LearningGraph EmbeddingMatrix Factorization / DecompositionNode Clustering

Similar Papers 제목 키워드 기반

Community Detection in Political Twitter Networks using Nonnegative Matrix Factorization Methods

2016-08-05 · Mert Ozer, Nyunsu Kim, Hasan Davulcu

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 Similarity

Community detection in multiplex networks based on orthogonal nonnegative matrix tri-factorization

2022-05-02 · Meiby Ortiz-Bouza, Selin Aviyente

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 Clustering

Constraint-Induced Symmetric Nonnegative Matrix Factorization for Accurate Community Detection

2023-01-01 · journal 2023 1 · ZhiGang Liu, Xin Luo, Zidong Wang, Xiaohui Liu

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 Learning

A Constraints Fusion-induced Symmetric Nonnegative Matrix Factorization Approach for Community Detection

2023-02-23 · ZhiGang Liu, Xin Luo

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 Learning

Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection

2018-10-22 · CIKM 2018 10 · Fanghua Ye, Chuan Chen, Zibin Zheng

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