SIAIGRLGNov 4, 2024

HACD: Harnessing Attribute Semantics and Mesoscopic Structure for Community Detection

arXiv:2411.01947v15 citationsh-index: 5Has CodeWSDM
Originality Incremental advance
AI Analysis

This work improves community detection for applications like recommendation systems and anomaly detection, but it is incremental as it builds on existing attributed network methods.

The paper tackles the problem of community detection in attributed networks by addressing overlooked semantic similarity of node attributes and mesoscopic structures, resulting in HACD, a model that outperforms state-of-the-art methods in experiments.

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 available for entities in real-world networks, the community detection problem in attributed networks has attracted widespread attention. While previous research has effectively leveraged network topology and attribute information for attributed community detection, these methods overlook two critical issues: (i) the semantic similarity between node attributes within the community, and (ii) the inherent mesoscopic structure, which differs from the pairwise connections of the micro-structure. To address these limitations, we propose HACD, a novel attributed community detection model based on heterogeneous graph attention networks. HACD treats node attributes as another type of node, constructs attributed networks into heterogeneous graph structures and employs attribute-level attention mechanisms to capture semantic similarity. Furthermore, HACD introduces a community membership function to explore mesoscopic community structures, enhancing the robustness of detected communities. Extensive experiments demonstrate the effectiveness and efficiency of HACD, outperforming state-of-the-art methods in attributed community detection tasks. Our code is publicly available at https://github.com/Anniran1/HACD1-wsdm.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes