核心概念
The authors propose improvements to community detection algorithms by incorporating random walks, enhancing efficiency and maintaining complexity. Their approach aims to refine clustering results while validating the effectiveness through experiments.
要約
The content discusses enhancements to community detection algorithms using random walks. It introduces the Random Walk Graph Partition Algorithm and the Random Walk Graph Partition Louvain Algorithm, comparing them with existing methods. Experiments on randomly generated and real-world data validate the efficacy of the proposed algorithms.
The Newman algorithm and the Louvain algorithm are discussed for community detection.
Random walk strategies are employed for improved efficiency in graph partitioning.
Experiments on Gaussian random generator and Planted-l partition models showcase algorithm performance.
Real data experiments demonstrate superior effectiveness of proposed algorithms over existing ones.
統計
The average degree of one vertex is E [k] = pin(g − 1) + poutg(l − 1).
The NMI values range from 0 to 1, with higher values indicating better clustering alignment.
Modularity Q introduced in [14, 15], relies on the fraction of edges eC inside community C.
The number of vertices in Zachary's karate club network is 34.
College football network has 115 nodes and 616 edges.
引用
"Research on community detection in networks is an essential field within network science." - Authors
"Our improvement involves replacing the time-consuming computation of eigenvalues with a random walk during the splitting process." - Authors