Enhancing Efficiency in Parallel Louvain Algorithm for Community Detection

01/29/2023
by   Subhajit Sahu, et al.
0

Community detection is a key aspect of network analysis, as it allows for the identification of groups and patterns within a network. With the ever-increasing size of networks, it is crucial to have fast algorithms to analyze them efficiently. It is a modularity-based greedy algorithm that divides a network into disconnected communities better over several iterations. Even in big, dense networks, it is renowned for establishing high-quality communities. However it can be at least a factor of ten slower than community discovery techniques that rely on label-propagation, which are generally extremely fast but obtain communities of lower quality. The researchers have suggested a number of methods for parallelizing and improving the Louvain algorithm. To decide which strategy is generally the best fit and which parameter values produce the highest performance without compromising community quality, it is critical to assess the performance and accuracy of these existing approaches. As we implement the single-threaded and multi-threaded versions of the static Louvain algorithm in this report, we carefully examine the method's specifics, make the required tweaks and optimizations, and determine the right parameter values. The tolerance between each pass can be changed to adjust the method's performance. With an initial tolerance of 0.01 and a tolerance decline factor of 10, an asynchronous version of the algorithm produced the best results. Generally speaking, according to our findings, the approach is not well suited for shared-memory parallelism; however, one potential workaround is to break the graph into manageable chunks that can be independently executed and then merged back together.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/22/2023

Selecting a suitable Parallel Label-propagation based algorithm for Disjoint Community Detection

Community detection is an essential task in network analysis as it helps...
research
04/07/2019

Density-based Community Detection/Optimization

Modularity-based algorithms used for community detection have been incre...
research
02/06/2021

Overcoming Bias in Community Detection Evaluation

Community detection is a key task to further understand the function and...
research
09/21/2019

A Multi-Strategy Approach to Overcoming Bias in Community Detection Evaluation

Community detection is key to understand the structure of complex networ...
research
09/15/2022

Selecting a significance level in sequential testing procedures for community detection

While there have been numerous sequential algorithms developed to estima...
research
08/19/2018

An incremental local-first community detection method for dynamic graphs

Community detections for large-scale real world networks have been more ...
research
12/25/2018

The algorithm of the impulse noise filtration in images based on an algorithm of community detection in graphs

This article suggests an algorithm of impulse noise filtration, based on...

Please sign up or login with your details

Forgot password? Click here to reset