Finding Top-r Influential Communities under Aggregation Functions
You Peng, Song Bian, Rui Li, Sibo Wang, Jeffrey Xu Yu

TL;DR
This paper addresses the problem of finding top-r influential communities in graphs using complex aggregation functions, considering size constraints, and proposes heuristic solutions with demonstrated efficiency on large real-world graphs.
Contribution
It introduces a new influential community search problem with complex aggregation functions and size constraints, providing theoretical analysis and efficient heuristic algorithms.
Findings
Proposed heuristic algorithms outperform baselines in efficiency.
Theoretical analysis confirms the problem's computational hardness.
Experiments on large graphs validate practical effectiveness.
Abstract
Community search is a problem that seeks cohesive and connected subgraphs in a graph that satisfy certain topology constraints, e.g., degree constraints. The majority of existing works focus exclusively on the topology and ignore the nodes' influence in the communities. To tackle this deficiency, influential community search is further proposed to include the node's influence. Each node has a weight, namely influence value, in the influential community search problem to represent its network influence. The influence value of a community is produced by an aggregated function, e.g., max, min, avg, and sum, over the influence values of the nodes in the same community. The objective of the influential community search problem is to locate the top-r communities with the highest influence values while satisfying the topology constraints. Existing studies on influential community search have…
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
TopicsComplex Network Analysis Techniques · Optimization and Search Problems · Facility Location and Emergency Management
