English

Query-Centered Temporal Community Search via Time-Constrained Personalized PageRank

Data Structures and Algorithms 2023-02-20 v1

Abstract

Existing temporal community search suffers from two defects: (i) they ignore the temporal proximity between the query vertex qq and other vertices but simply require the result to include qq. Thus, they find many temporal irrelevant vertices (these vertices are called \emph{query-drifted vertices}) to qq for satisfying their cohesiveness, resulting in qq being marginalized; (ii) their methods are NP-hard, incurring high costs for exact solutions or compromised qualities for approximate/heuristic algorithms. Inspired by these, we propose a novel problem named \emph{query-centered} temporal community search to circumvent \emph{query-drifted vertices}. Specifically, we first present a novel concept of Time-Constrained Personalized PageRank to characterize the temporal proximity between qq and other vertices. Then, we introduce a model called β\beta-temporal proximity core, which can combine temporal proximity and structural cohesiveness. Subsequently, our problem is formulated as an optimization task that finds a β\beta-temporal proximity core with the largest β\beta. To solve our problem, we first devise an exact and near-linear time greedy removing algorithm that iteratively removes unpromising vertices. To improve efficiency, we then design an approximate two-stage local search algorithm with bound-based pruning techniques. Finally, extensive experiments on eight real-life datasets and nine competitors show the superiority of the proposed solutions.

Keywords

Cite

@article{arxiv.2302.08740,
  title  = {Query-Centered Temporal Community Search via Time-Constrained Personalized PageRank},
  author = {Longlong Lin and Pingpeng Yuan and Rong-Hua Li and Chunxue Zhu and Hongchao Qin and Hai Jin and Tao Jia},
  journal= {arXiv preprint arXiv:2302.08740},
  year   = {2023}
}
R2 v1 2026-06-28T08:42:33.456Z