Trading off Quality for Efficiency of Community Detection: An Inductive Method across Graphs
Meng Qin, Chaorui Zhang, Bo Bai, Gong Zhang, Dit-Yan Yeung

TL;DR
This paper introduces an inductive community detection method using adversarial dual GNNs that generalizes across graphs, balancing quality and efficiency better than existing transductive approaches.
Contribution
The paper proposes a novel inductive community detection approach that leverages offline training on historical graphs to enable fast, high-quality detection on unseen graphs without additional optimization.
Findings
ICD achieves a better trade-off between quality and efficiency.
The method generalizes well to unseen graphs with varying sizes.
Experiments show significant improvements over baseline methods.
Abstract
Many network applications can be formulated as NP-hard combinatorial optimization problems of community detection (CD). Due to the NP-hardness, to balance the CD quality and efficiency remains a challenge. Most existing CD methods are transductive, which are independently optimized only for the CD on a single graph. Some of these methods use advanced machine learning techniques to obtain high-quality CD results but usually have high complexity. Other approaches use fast heuristic approximation to ensure low runtime but may suffer from quality degradation. In contrast to these transductive methods, we propose an alternative inductive community detection (ICD) method across graphs of a system or scenario to alleviate the NP-hard challenge. ICD first conducts the offline training of an adversarial dual GNN on historical graphs to capture key properties of the system. The trained model is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Network Security and Intrusion Detection · Text and Document Classification Technologies
