Self-Guided Community Detection on Networks with Missing Edges
Abstract
The vast majority of community detection algorithms assume that the networks are totally observed. However, in reality many networks cannot be fully observed. On such network is edges-missing network, where some relationships (edges) between two entities are missing. Recently, several works have been proposed to solve this problem by combining link prediction and community detection in a two-stage method or in a unified framework. However, the goal of link prediction, which is to predict as many correct edges as possible, is not consistent with the requirement for predicting the important edges for discovering community structure on edges-missing networks. Thus, combining link prediction and community detection cannot work very well in terms of detecting community structure for edges-missing network. In this paper, we propose a community self-guided generative model which jointly completes the edges-missing network and identifies communities. In our new model, completing missing edges and identifying communities are not isolated but closely intertwined. Furthermore, we developed an effective model inference method that combines a nested Expectation-Maximization (EM) algorithm and Metropolis-Hastings Sampling. Extensive experiments on real-world edges-missing networks show that our model can effectively detect community structures while completing missing edges.
Cite
Text
He et al. "Self-Guided Community Detection on Networks with Missing Edges." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/483Markdown
[He et al. "Self-Guided Community Detection on Networks with Missing Edges." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/he2021ijcai-self/) doi:10.24963/IJCAI.2021/483BibTeX
@inproceedings{he2021ijcai-self,
title = {{Self-Guided Community Detection on Networks with Missing Edges}},
author = {He, Dongxiao and Li, Shuai and Jin, Di and Jiao, Pengfei and Huang, Yuxiao},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2021},
pages = {3508-3514},
doi = {10.24963/IJCAI.2021/483},
url = {https://mlanthology.org/ijcai/2021/he2021ijcai-self/}
}