English

Scalable Community Search with Accuracy Guarantee on Attributed Graphs

Social and Information Networks 2024-03-01 v3 Databases

Abstract

Given an attributed graph GG and a query node qq, \underline{C}ommunity \underline{S}earch over \underline{A}ttributed \underline{G}raphs (CS-AG) aims to find a structure- and attribute-cohesive subgraph from GG that contains qq. Although CS-AG has been widely studied, they still face three challenges. (1) Exact methods based on graph traversal are time-consuming, especially for large graphs. Some tailored indices can improve efficiency, but introduce nonnegligible storage and maintenance overhead. (2) Approximate methods with a loose approximation ratio only provide a coarse-grained evaluation of a community's quality, rather than a reliable evaluation with an accuracy guarantee in runtime. (3) Attribute cohesiveness metrics often ignores the important correlation with the query node qq. We formally define our CS-AG problem atop a qq-centric attribute cohesiveness metric considering both textual and numerical attributes, for kk-core model on homogeneous graphs. We show the problem is NP-hard. To solve it, we first propose an exact baseline with three pruning strategies. Then, we propose an index-free sampling-estimation-based method to quickly return an approximate community with an accuracy guarantee, in the form of a confidence interval. Once a good result satisfying a user-desired error bound is reached, we terminate it early. We extend it to heterogeneous graphs, kk-truss model, and size-bounded CS. Comprehensive experimental studies on ten real-world datasets show its superiority, e.g., at least 1.54×\times (41.1×\times on average) faster in response time and a reliable relative error (within a user-specific error bound) of attribute cohesiveness is achieved.

Keywords

Cite

@article{arxiv.2402.17242,
  title  = {Scalable Community Search with Accuracy Guarantee on Attributed Graphs},
  author = {Yuxiang Wang and Shuzhan Ye and Xiaoliang Xu and Yuxia Geng and Zhenghe Zhao and Xiangyu Ke and Tianxing Wu},
  journal= {arXiv preprint arXiv:2402.17242},
  year   = {2024}
}
R2 v1 2026-06-28T15:01:29.471Z