Parallel Motif-Based Community Detection
Tianyi Chen, Charalampos E. Tsourakakis

TL;DR
This paper introduces a parallel framework for motif-based community detection, evaluates various methods on large graphs, and proposes improvements to enhance accuracy and scalability in community detection tasks.
Contribution
It provides an open-source parallel implementation for motif-based community detection and offers a comprehensive comparison and new insights into method biases and similarity measures.
Findings
Motif-based clustering balances performance and efficiency.
Prior evaluations are biased towards near-clique communities.
The TW similarity measure improves Tectonic's community recovery.
Abstract
Community detection is a central task in graph analytics. Given the substantial growth in graph size, scalability in community detection continues to be an unresolved challenge. Recently, alongside established methods like Louvain and Infomap, motif-based community detection has emerged. Techniques like Tectonic are notable for their advanced ability to identify communities by pruning edges based on motif similarity scores and analyzing the resulting connected components. In this study, we perform a comprehensive evaluation of community detection methods, focusing on both the quality of their output and their scalability. Specifically, we contribute an open-source parallel framework for motif-based community detection based on a shared memory architecture. We conduct a thorough comparative analysis of community detection techniques from various families among state-of-the-art methods,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Network Security and Intrusion Detection · Text and Document Classification Technologies
