Exploiting K-Degree Locality to Improve Overlapping Community Detection
Abstract
Community detection is of crucial importance in understanding structures of complex networks. In many real-world networks, communities naturally overlap since a node usually has multiple community memberships. One popular technique to cope with overlapping community detection is Matrix Factorization (MF). However, existing MF-based models have ignored the fact that besides neighbors, "local non-neighbors" (e.g., my friend's friend but not my direct friend) are helpful when discovering communities. In this paper, we propose a Locality-based Non-negative Matrix Factorization (LNMF) model to refine a preference-based model by incorporating locality into learning objective. We define a subgraph called "k-degree local network" to set a boundary between local non-neighbors and other non-neighbors. By discriminately treating these two class of non-neighbors, our model is able to capture the process of community formation. We propose a fast sampling strategy within the stochastic gradient descent based learning algorithm. We compare our LNMF model with several baseline methods on various real-world networks, including large ones with ground-truth communities. Results show that our model outperforms state-of-the-art approaches.
Cite
Text
Zhang et al. "Exploiting K-Degree Locality to Improve Overlapping Community Detection." International Joint Conference on Artificial Intelligence, 2015.Markdown
[Zhang et al. "Exploiting K-Degree Locality to Improve Overlapping Community Detection." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/zhang2015ijcai-exploiting/)BibTeX
@inproceedings{zhang2015ijcai-exploiting,
title = {{Exploiting K-Degree Locality to Improve Overlapping Community Detection}},
author = {Zhang, Hongyi and Lyu, Michael R. and King, Irwin},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2015},
pages = {2394-2400},
url = {https://mlanthology.org/ijcai/2015/zhang2015ijcai-exploiting/}
}