Query Driven-Graph Neural Networks for Community Search: From Non-Attributed, Attributed, to Interactive Attributed
Yuli Jiang, Yu Rong, Hong Cheng, Xin Huang, Kangfei Zhao, Junzhou, Huang

TL;DR
This paper introduces novel Graph Neural Network models for community search and attributed community search, effectively integrating structure and attribute information, and demonstrating superior performance on real-world graphs, including interactive scenarios.
Contribution
The paper proposes Query Driven-GNN and Attributed Query Driven-GNN models that jointly learn community structures and attributes, extending GNNs to handle attributed graphs in community search tasks.
Findings
Outperforms existing algorithms in efficiency and effectiveness.
Achieves 2.37% and 6.29% F1-score improvements in interactive attributed community search.
Effectively models attribute relations using bipartite graph GNNs.
Abstract
Given one or more query vertices, Community Search (CS) aims to find densely intra-connected and loosely inter-connected structures containing query vertices. Attributed Community Search (ACS), a related problem, is more challenging since it finds communities with both cohesive structures and homogeneous vertex attributes. However, most methods for the CS task rely on inflexible pre-defined structures and studies for ACS treat each attribute independently. Moreover, the most popular ACS strategies decompose ACS into two separate sub-problems, i.e., the CS task and subsequent attribute filtering task. However, in real-world graphs, the community structure and the vertex attributes are closely correlated to each other. This correlation is vital for the ACS problem. In this paper, we propose Graph Neural Network models for both CS and ACS problems, i.e., Query Driven-GNN and Attributed…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
MethodsGraph Neural Network · Graph Convolutional Networks
