paper-with-me

Papers

Community detection robustness of graph neural networks

2025-09-29 · Jaidev Goel, Pablo Moriano, Ramakrishnan Kannan, Yulia R. Gel arxiv

Graph neural networks (GNNs) are increasingly widely used for community detection in attributed networks. They combine structural topology with node attributes through message passing and pooling. However, their robustness or lack of thereof with respect to different perturbations and targeted attacks in conjunction with community detection tasks is not well understood. To shed light into latent mechanisms behind GNN sensitivity on community detection tasks, we conduct a systematic computational evaluation of six widely adopted GNN architectures: GCN, GAT, Graph-SAGE, DiffPool, MinCUT, and DMoN. The analysis covers three perturbation categories: node attribute manipulations, edge topology distortions, and adversarial attacks. We use element-centric similarity as the evaluation metric on synthetic benchmarks and real-world citation networks. Our findings indicate that supervised GNNs tend to achieve higher baseline accuracy, while unsupervised methods, particularly DMoN, maintain stronger resilience under targeted and adversarial perturbations. Furthermore, robustness appears to be strongly influenced by community strength, with well-defined communities reducing performance loss. Across all models, node attribute perturbations associated with targeted edge deletions and shift in attribute distributions tend to cause the largest degradation in community recovery. These findings highlight important trade-offs between accuracy and robustness in GNN-based community detection and offer new insights into selecting architectures resilient to noise and adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2509.24662

Code (0)

등록된 구현이 없습니다.

Tasks

Community Detection

Similar Papers 제목 키워드 기반

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

Robustness of graph embedding methods for community detection

2024-05-01 · Zhi-Feng Wei, Pablo Moriano, Ramakrishnan Kannan

This study investigates the robustness of graph embedding methods for community detection in the face of network perturbations, specifically edge deletions. Graph embedding techniques, which represent nodes as low-dimens…

Community DetectionGraph Embedding

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

Sparsity-aware Robust Community Detection(SPARCODE)

2020-11-18 · Aylin Tastan, Michael Muma, Abdelhak M. Zoubir

Community detection refers to finding densely connected groups of nodes in graphs. In important applications, such as cluster analysis and network modelling, the graph is sparse but outliers and heavy-tailed noise may ob…

Community Detection

Detecting User Community in Sparse Domain via Cross-Graph Pairwise Learning

2020-09-06 · Zheng Gao, Hongsong Li, Zhuoren Jiang, Xiaozhong Liu

Cyberspace hosts abundant interactions between users and different kinds of objects, and their relations are often encapsulated as bipartite graphs. Detecting user community in such heterogeneous graphs is an essential t…

Community Detection