# Semi-supervised learning in unbalanced and heterogeneous networks

**Authors:** Ting Li, Ningchen Ying, Xianshi Yu, Bin-Yi Jing

arXiv: 1901.01696 · 2019-01-08

## TL;DR

This paper introduces WIL, a semi-supervised learning algorithm for community detection in unbalanced and heterogeneous networks, demonstrating superior performance over existing methods.

## Contribution

The paper proposes the weighted inverse Laplacian (WIL) algorithm and a partially labeled degree-corrected block model (pDCBM) to improve label prediction in complex networks.

## Key findings

- WIL achieves low misclassification rates of order O(1/d) in pDCBM.
- WIL handles highly unbalanced and heterogeneous networks effectively.
- WIL outperforms existing methods in simulations and real data.

## Abstract

Community detection was a hot topic on network analysis, where the main aim is to perform unsupervised learning or clustering in networks. Recently, semi-supervised learning has received increasing attention among researchers. In this paper, we propose a new algorithm, called weighted inverse Laplacian (WIL), for predicting labels in partially labeled networks. The idea comes from the first hitting time in random walk, and it also has nice explanations both in information propagation and the regularization framework. We propose a partially labeled degree-corrected block model (pDCBM) to describe the generation of partially labeled networks. We show that WIL ensures the misclassification rate is of order $O(\frac{1}{d})$ for the pDCBM with average degree $d=\Omega(\log n),$ and that it can handle situations with greater unbalanced than traditional Laplacian methods. WIL outperforms other state-of-the-art methods in most of our simulations and real datasets, especially in unbalanced networks and heterogeneous networks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.01696/full.md

## Figures

41 figures with captions in the complete paper: https://tomesphere.com/paper/1901.01696/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1901.01696/full.md

---
Source: https://tomesphere.com/paper/1901.01696