SILGSep 29, 2022

Trading off Quality for Efficiency of Community Detection: An Inductive Method across Graphs

arXiv:2209.14825v12 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses the efficiency-quality trade-off in community detection for network applications, offering an inductive approach that is incremental over existing transductive methods.

The paper tackles the challenge of balancing quality and efficiency in community detection, an NP-hard problem, by proposing an inductive method that uses adversarial dual GNN training on historical graphs to generalize to new graphs, achieving a significant trade-off with improved results over baselines.

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 then directly generalized to new unseen graphs for online CD without additional optimization, where a better trade-off between quality and efficiency can be achieved. ICD can also capture the permutation invariant community labels in the offline training and tackle the online CD on new graphs with non-fixed number of nodes and communities. Experiments on a set of benchmarks demonstrate that ICD can achieve a significant trade-off between quality and efficiency over various baselines.

Foundations

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

Your Notes