Less is More: Simple yet Effective Heuristic Community Detection with Graph Convolution Network
Hong Wang, Yinglong Zhang, Zhangqi Zhao, Zhicong Cai, Xuewen Xia, Xing Xu

TL;DR
This paper introduces a simple, adaptive community detection algorithm using GCN that outperforms complex existing methods in efficiency and accuracy without needing data augmentation or predefined community numbers.
Contribution
The proposed method simplifies community detection by combining global, local, and attribute information with modularity maximization, avoiding complex training procedures.
Findings
Achieves higher detection accuracy than state-of-the-art algorithms.
Demonstrates improved efficiency and speed in community detection.
Effectively detects communities without predefined number of groups.
Abstract
Community detection is crucial in data mining. Traditional methods primarily focus on graph structure, often neglecting the significance of attribute features. In contrast, deep learning-based approaches incorporate attribute features and local structural information through contrastive learning, improving detection performance. However, existing algorithms' complex design and joint optimization make them difficult to train and reduce detection efficiency. Additionally, these methods require the number of communities to be predefined, making the results susceptible to artificial interference. To address these challenges, we propose a simple yet effective community detection algorithm that can adaptively detect communities without relying on data augmentation and contrastive optimization. The proposed algorithm first performs community pre-detection to extract global structural…
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
TopicsComplex Network Analysis Techniques · Text and Document Classification Technologies · Advanced Graph Neural Networks
