Community Search: A Meta-Learning Approach
Shuheng Fang, Kangfei Zhao, Guanghua Li, Jeffery Xu Yu

TL;DR
This paper introduces a meta-learning framework called Conditional Graph Neural Process (CGNP) for community search in graphs, effectively leveraging limited training data to identify communities by learning shared prior knowledge and quickly adapting to new tasks.
Contribution
The paper proposes a novel meta-learning framework, CGNP, specifically designed for community search, addressing limitations of classical meta-learning algorithms in prediction effectiveness, generalization, and efficiency.
Findings
CGNP outperforms existing CS algorithms and ML baselines on real-world graphs.
Meta-learning with CGNP effectively adapts to new CS tasks with limited data.
CGNP captures community structures more accurately than pattern-based methods.
Abstract
Community Search (CS) is one of the fundamental graph analysis tasks, which is a building block of various real applications. Given any query nodes, CS aims to find cohesive subgraphs that query nodes belong to. Recently, a large number of CS algorithms are designed. These algorithms adopt predefined subgraph patterns to model the communities, which cannot find ground-truth communities that do not have such pre-defined patterns in real-world graphs. Thereby, machine learning (ML) and deep learning (DL) based approaches are proposed to capture flexible community structures by learning from ground-truth communities in a data-driven fashion. These approaches rely on sufficient training data to provide enough generalization for ML models, however, the ground-truth cannot be comprehensively collected beforehand. In this paper, we study ML/DL-based approaches for CS, under the circumstance…
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 · Advanced Graph Neural Networks · Recommender Systems and Techniques
