paper-with-me

홈 › Papers

The Role of Community Detection Methods in Performance Variations of Graph Mining Tasks

2025-09-10 · Shrabani Ghosh, Erik Saule arxiv

In real-world scenarios, large graphs represent relationships among entities in complex systems. Mining these large graphs often containing millions of nodes and edges helps uncover structural patterns and meaningful insights. Dividing a large graph into smaller subgraphs facilitates complex system analysis by revealing local information. Community detection extracts clusters or communities of graphs based on statistical methods and machine learning models using various optimization techniques. Structure based community detection methods are more suitable for applying to graphs because they do not rely heavily on rich node or edge attribute information. The features derived from these communities can improve downstream graph mining tasks, such as link prediction and node classification. In real-world applications, we often lack ground truth community information. Additionally, there is neither a universally accepted gold standard for community detection nor a single method that is consistently optimal across diverse applications. In many cases, it is unclear how practitioners select community detection methods, and choices are often made without explicitly considering their potential impact on downstream tasks. In this study, we investigate whether the choice of community detection algorithm significantly influences the performance of downstream applications. We propose a framework capable of integrating various community detection methods to systematically evaluate their effects on downstream task outcomes. Our comparative analysis reveals that specific community detection algorithms yield superior results in certain applications, highlighting that method selection substantially affects performance.

📄 PDF Abstract BibTeX arXiv:2509.09045

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationCommunity DetectionLink Prediction

Similar Papers 제목 키워드 기반

Community Detection in the Stochastic Block Model by Mixed Integer Programming

2021-01-26 · Breno Serrano, Thibaut Vidal

The Degree-Corrected Stochastic Block Model (DCSBM) is a popular model to generate random graphs with community structure given an expected degree sequence. The standard approach of community detection based on the DCSBM…

Community DetectionStochastic Block Model

Secure Friend Discovery via Privacy-Preserving and Decentralized Community Detection

2014-05-20 · Pili Hu, Sherman S. M. Chow, Wing Cheong Lau

The problem of secure friend discovery on a social network has long been proposed and studied. The requirement is that a pair of nodes can make befriending decisions with minimum information exposed to the other party. I…

Community DetectionPrivacy Preserving

HACD: Harnessing Attribute Semantics and Mesoscopic Structure for Community Detection

2024-11-04 · Anran Zhang, Xingfen Wang, Yuhan Zhao

Community detection plays a pivotal role in uncovering closely connected subgraphs, aiding various real-world applications such as recommendation systems and anomaly detection. With the surge of rich information availabl…

Anomaly DetectionAttributeCommunity DetectionGraph Attention+3

Certified Robustness of Community Detection against Adversarial Structural Perturbation via Randomized Smoothing

2020-02-09 · Jinyuan Jia, Binghui Wang, Xiaoyu Cao, Neil Zhenqiang Gong

Community detection plays a key role in understanding graph structure. However, several recent studies showed that community detection is vulnerable to adversarial structural perturbation. In particular, via adding or re…

Community Detection

Scalable Spectral Algorithms for Community Detection in Directed Networks

2012-11-29 · Sungmin Kim, Tao Shi

Community detection has been one of the central problems in network studies and directed network is particularly challenging due to asymmetry among its links. In this paper, we found that incorporating the direction of l…

Community Detection