Community detection using preference networks
Mursel Tasgin, Haluk O. Bingol

TL;DR
This paper introduces a scalable, local community detection algorithm that constructs preference networks based on node similarity metrics, enabling efficient clustering in large networks.
Contribution
It presents a novel local approach that constructs preference networks for community detection, suitable for large-scale and distributed networks.
Findings
Accurately detects communities in large networks
Runs efficiently on big datasets
Compatible with distributed computing environments
Abstract
Community detection is the task of identifying clusters or groups of nodes in a network where nodes within the same group are more connected with each other than with nodes in different groups. It has practical uses in identifying similar functions or roles of nodes in many biological, social and computer networks. With the availability of very large networks in recent years, performance and scalability of community detection algorithms become crucial, i.e. if time complexity of an algorithm is high, it can not run on large networks. In this paper, we propose a new community detection algorithm, which has a local approach and is able to run on large networks. It has a simple and effective method; given a network, algorithm constructs a preference network of nodes where each node has a single outgoing edge showing its preferred node to be in the same community with. In such a preference…
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
TopicsText and Document Classification Technologies · Complex Network Analysis Techniques · Network Security and Intrusion Detection
