Greedily Remove K Links to Hide Important Individuals in Social Network.

Jie Ji,Guohua Wu,Chenjian Duan,Yizhi Ren,Zhen Wang
DOI: https://doi.org/10.1007/978-981-15-0758-8_17
2019-01-01
Abstract:Closeness centrality is a type of measure that usually used in social network analysis (SNA). For personal privacy, we study how to help important individuals avoid being detected by closeness centrality analysis. In this paper, we present an optimization problem of finding k edges removed to minimize leader node closeness value to hide leader. We consider this problem in the undirected graph and prove its NP-completeness by reduction from the Hamiltonian cycle problem. Hence, we propose a greedy algorithm with a \((1-\frac{1}{e})\) - approximation lower bound and design UpdateCloseness algorithm to reduce time cost by Breadth-First Search algorithm. Experimental results confirm the effectivity of our greedy scheme.
What problem does this paper attempt to address?