paper-with-me

홈 › Papers

Query Driven-Graph Neural Networks for Community Search: From Non-Attributed, Attributed, to Interactive Attributed

2021-04-08 · Yuli Jiang, Yu Rong, Hong Cheng, Xin Huang, Kangfei Zhao, Junzhou Huang

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 Query Driven-GNN. In QD-GNN, we combine the local query-dependent structure and global graph embedding. In order to extend QD-GNN to handle attributes, we model vertex attributes as a bipartite graph and capture the relation between attributes by constructing GNNs on this bipartite graph. With a Feature Fusion operator, AQD-GNN processes the structure and attribute simultaneously and predicts communities according to each attributed query. Experiments on real-world graphs with ground-truth communities demonstrate that the proposed models outperform existing CS and ACS algorithms in terms of both efficiency and effectiveness. More recently, an interactive setting for CS is proposed that allows users to adjust the predicted communities. We further verify our approaches under the interactive setting and extend to the attributed context. Our method achieves 2.37% and 6.29% improvements in F1-score than the state-of-the-art model without attributes and with attributes respectively.

📄 PDF Abstract BibTeX arXiv:2104.03583

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeCommunity SearchGraph ClusteringGraph EmbeddingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Keyword Aware Influential Community Search in Large Attributed Graphs

2019-12-04 · Md. Saiful Islam, Mohammed Eunus Ali, Yong-Bin Kang, Timos Sellis 외

We introduce a novel keyword-aware influential community query KICQ that finds the most influential communities from an attributed graph, where an influential community is defined as a closely connected group of vertices…

Community Search

PLACE: Prompt Learning for Attributed Community Search in Large Graphs

2025-07-07 · Shuheng Fang, Kangfei Zhao, Rener Zhang, Yu Rong 외 arxiv

In this paper, we propose PLACE (Prompt Learning for Attributed Community Search), an innovative graph prompt learning framework for ACS. Enlightened by prompt-tuning in Natural Language Processing (NLP), where learnable…

Community Search in Time-dependent Road-social Attributed Networks

2025-05-18 · Li Ni, Hengkai Xu, Lin Mu, Yiwen Zhang 외

Real-world networks often involve both keywords and locations, along with travel time variations between locations due to traffic conditions. However, most existing cohesive subgraph-based community search studies utiliz…

AttributeCommunity SearchSemantic SimilaritySemantic Textual Similarity

CS-TGN: Community Search via Temporal Graph Neural Networks

2023-03-15 · Farnoosh Hashemi, Ali Behrouz, Milad Rezaei Hajidehi

Searching for local communities is an important research challenge that allows for personalized community discovery and supports advanced data analysis in various complex networks, such as the World Wide Web, social netw…

Community SearchGraph Embedding

HACD: Harnessing Attribute Semantics and Mesoscopic Structure for Community Detection

2024-11-04 · Anran Zhang, Xingfen Wang, Yuhan Zhao

Community detection plays a pivotal role in uncovering closely connected subgraphs, aiding various real-world applications such as recommendation systems and anomaly detection. With the surge of rich information availabl…

Anomaly DetectionAttributeCommunity DetectionGraph Attention+3