Beyond Homophily: Community Search on Heterophilic Graphs
Qing Sima, Xiaoyang Wang, Wenjie Zhang

TL;DR
This paper introduces AdaptCS, a novel framework for community search in heterophilic graphs that effectively captures complex signals, outperforming existing methods in accuracy and speed.
Contribution
AdaptCS is a lightweight, scalable framework that disentangles multi-frequency signals and balances similarity and topology for effective community search in heterophilic graphs.
Findings
Outperforms baselines by 11% in F1-score on average.
Retains robustness across different heterophily levels.
Achieves up to 100x speedup over ML-based baselines.
Abstract
Community search aims to identify a refined set of nodes that are most relevant to a given query, supporting tasks ranging from fraud detection to recommendation. Unlike homophilic graphs, many real-world networks are heterophilic, where edges predominantly connect dissimilar nodes. Therefore, structural signals that once reflected smooth, low-frequency similarity now appear as sharp, high-frequency contrasts. However, both classical algorithms (e.g., k-core, k-truss) and recent ML-based models struggle to achieve effective community search on heterophilic graphs, where edge signs or semantics are generally unknown. Algorithm-based methods often return communities with mixed class labels, while GNNs, built on homophily, smooth away meaningful signals and blur community boundaries. Therefore, we propose Adaptive Community Search (AdaptCS), a lightweight framework featuring three key…
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 · Advanced Graph Neural Networks · Graph Theory and Algorithms
