Reverse Influential Community Search Over Social Networks (Technical Report)
Qi Wen, Nan Zhang, Yutong Ye, Xiang Lian, Mingsong Chen
TL;DR
The paper addresses the problem of reverse influential community search by seeking seed communities that maximize influence on a user-specified target community while honoring keyword and structural constraints. It proposes a two-stage framework with offline pre-computation and a tree-indexed online processor, augmented by keyword, boundary, and influence pruning, plus a variant with relaxed structural constraints (TopM-R$^2$ICS). The main contributions are formal problem definitions for TopM-RICS and TopM-R$^2$ICS, a pruning- and index-guided query processing framework, offline data preparation, and comprehensive experiments demonstrating substantial efficiency and effectiveness gains over baselines. The work enables targeted influence analysis and intervention strategies in social networks, with potential applications in online advertising and public health campaigns, among others.
Abstract
As an important fundamental task of numerous real-world applications such as social network analysis and online advertising/marketing, several prior works studied influential community search, which retrieves a community with high structural cohesiveness and maximum influences on other users in social networks. However, previous works usually considered the influences of the community on arbitrary users in social networks, rather than specific groups (e.g., customer groups, or senior communities). Inspired by this, we propose a novel Top-M Reverse Influential Community Search (TopM-RICS) problem, which obtains a seed community with the maximum influence on a user-specified target community, satisfying both structural and keyword constraints. To efficiently tackle the TopM-RICS problem, we design effective pruning strategies to filter out false alarms of candidate seed communities, and propose an effective index mechanism to facilitate the community retrieval. We also formulate and tackle a TopM-RICS variant, named Top-M Relaxed Reverse Influential Community Search} (TopM-R2ICS), which returns top-M subgraphs with relaxed structural constraints and having the maximum influence on a user-specified target community. Comprehensive experiments have been conducted to verify the efficiency and effectiveness of our TopM-RICS and TopM-R2ICS approaches on both real-world and synthetic social networks under various parameter settings.
