LazyFox: Fast and parallelized overlapping community detection in large graphs

10/06/2022
by   Tim Garrels, et al.
0

The detection of communities in graph datasets provides insight about a graph's underlying structure and is an important tool for various domains such as social sciences, marketing, traffic forecast, and drug discovery. While most existing algorithms provide fast approaches for community detection, their results usually contain strictly separated communities. However, most datasets would semantically allow for or even require overlapping communities that can only be determined at much higher computational cost. We build on an efficient algorithm, Fox, that detects such overlapping communities. Fox measures the closeness of a node to a community by approximating the count of triangles which that node forms with that community. We propose LazyFox, a multi-threaded version of the Fox algorithm, which provides even faster detection without an impact on community quality. This allows for the analyses of significantly larger and more complex datasets. LazyFox enables overlapping community detection on complex graph datasets with millions of nodes and billions of edges in days instead of weeks. As part of this work, LazyFox's implementation was published and is available as a tool under an MIT licence at https://github.com/TimGarrels/LazyFox.

READ FULL TEXT

page 1

page 13

research
01/11/2021

Variational Embeddings for Community Detection and Node Representation

In this paper, we study how to simultaneously learn two highly correlate...
research
04/15/2020

Provable Overlapping Community Detection in Weighted Graphs

Community detection is a widely-studied unsupervised learning problem in...
research
12/04/2017

Speeding Up BigClam Implementation on SNAP

We perform a detailed analysis of the C++ implementation of the Cluster ...
research
02/09/2021

Using Structural and Semantic Information to Identify Software Components

Component Based Software Engineering (CBSE) seeks to promote the reuse o...
research
04/26/2015

Overlapping Communities Detection via Measure Space Embedding

We present a new algorithm for community detection. The algorithm uses r...
research
10/04/2021

Clique percolation method: memory efficient almost exact communities

Automatic detection of relevant groups of nodes in large real-world grap...
research
05/30/2018

High-Quality Disjoint and Overlapping Community Structure in Large-Scale Complex Networks

In this paper, we propose an improved version of an agglomerative hierar...

Please sign up or login with your details

Forgot password? Click here to reset