Lightweight Label Propagation for Large-Scale Network Data
Abstract
Label propagation spreads the soft labels from few labeled data to a large amount of unlabeled data according to the intrinsic graph structure. Nonetheless, most label propagation solutions work under relatively small-scale data and fail to cope with many real applications, such as social network analysis, where graphs usually have millions of nodes. In this paper, we propose a novel algorithm named \algo to deal with large-scale data. A lightweight iterative process derived from the well-known stochastic gradient descent strategy is used to reduce memory overhead and accelerate the solving process. We also give a theoretical analysis on the necessity of the warm-start technique for label propagation. Experiments show that our algorithm can handle million-scale graphs in few seconds while achieving highly competitive performance with existing algorithms.
Cite
Text
Liang and Li. "Lightweight Label Propagation for Large-Scale Network Data." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/475Markdown
[Liang and Li. "Lightweight Label Propagation for Large-Scale Network Data." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/liang2018ijcai-lightweight/) doi:10.24963/IJCAI.2018/475BibTeX
@inproceedings{liang2018ijcai-lightweight,
title = {{Lightweight Label Propagation for Large-Scale Network Data}},
author = {Liang, De-Ming and Li, Yufeng},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2018},
pages = {3421-3427},
doi = {10.24963/IJCAI.2018/475},
url = {https://mlanthology.org/ijcai/2018/liang2018ijcai-lightweight/}
}