Abstract
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 https://github.com/Anniran1/HACD1-wsdm.
Original language | English |
---|---|
Title of host publication | Proceedings of the Eighteenth ACM International Conference on Web Search and Data Mining, WSDM 2025 |
Place of Publication | New York, NY, USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 616–624 |
Number of pages | 9 |
ISBN (Electronic) | 9798400713293 |
ISBN (Print) | 9798400713293 |
DOIs | |
Publication status | Published - 10 Mar 2025 |
Event | The Eighteenth ACM International Conference on Web Search and Data Mining, WSDM 2025 - Hannover, Germany Duration: 10 Mar 2025 → 14 Mar 2025 https://dl.acm.org/doi/proceedings/10.1145/3701551 |
Publication series
Name | WSDM: Web Search and Data Mining |
---|---|
Publisher | Association for Computing Machinery |
Conference
Conference | The Eighteenth ACM International Conference on Web Search and Data Mining, WSDM 2025 |
---|---|
Country/Territory | Germany |
City | Hannover |
Period | 10/03/25 → 14/03/25 |
Internet address |
User-Defined Keywords
- attributed graphs
- community detection
- graph clustering
- heterogeneous graph neural network
- Community detection