HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Contrastive Deep Nonnegative Matrix Factorization for Community Detection

Yuecheng Li Jialong Chen Chuan Chen Lei Yang Zibin Zheng

Contrastive Deep Nonnegative Matrix Factorization for Community Detection

Abstract

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 Repositories

6lyc/cdnmf
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
community-detection-on-citeseerCDNMF
ACC: 0.4756
NMI: 0.2559
community-detection-on-coraCDNMF
ACC: 0.6081
NMI: 0.4006
community-detection-on-pubmedCDNMF
ACC: 0.6653
NMI: 0.2330

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Contrastive Deep Nonnegative Matrix Factorization for Community Detection | Papers | HyperAI