Finding Critical Users in Social Communities via Graph Convolutions (Extended Abstract)

Kangfei Zhao,Zhiwei Zhang,Yu Rong,Jeffrey Xu Yu,Junzhou Huang
DOI: https://doi.org/10.1109/ICDE53745.2022.00146
2022-01-01
Abstract:Finding critical users whose existence keeps a social community cohesive is an important problem in social networks. Considering a k-core community, finding critical users is to find a set of nodes U, with a given size b, in the community that maximizes the number of nodes to be deleted when nodes U are deleted. The problem is NP-complete. The state-of-the-art algorithm is a greedy algorithm without a performance guarantee. To improve the performance, we propose a novel learningbased heuristic. A neural network model, Self-attentive Core Graph Convolution Network, SCGCN is learned for inference the criticalness of unseen node combinations. Furthermore, to reduce the inference space, we propose a deterministic strategy to prune unpromising nodes. Our experiments show that SCGCN significantly improves the quality of the solutions compared with the state-of-the-art algorithms.
What problem does this paper attempt to address?