Privacy and Efficiency Guaranteed Social Subgraph Matching

Huang Kai,Hu Haibo,Zhou Shuigeng,Guan Jihong,Ye Qingqing,Zhou Xiaofang
DOI: https://doi.org/10.1007/s00778-021-00706-0
2021-01-01
The VLDB Journal
Abstract:Due to the increasing cost of data storage and computation, more and more graphs (e.g., web graphs, social networks) are outsourced and analyzed in the cloud. However, there is growing concern on the privacy of these outsourced graphs at the hands of untrusted cloud providers. Unfortunately, simple label anonymization cannot protect nodes from being re-identified by adversary who knows the graph structure. To address this issue, existing works adopt the k -automorphism model, which constructs ( k - 1 ) symmetric vertices for each vertex. It has two disadvantages. First, it significantly enlarges the graphs, which makes graph mining tasks such as subgraph matching extremely inefficient and sometimes infeasible even in the cloud. Second, it cannot protect the privacy of attributes in each node. In this paper, we propose a new privacy model ( k , t )-privacy that combines the k -automorphism model for graph structure with the t -closeness privacy model for node label generalization. Besides a stronger privacy guarantee, the paper also optimizes the matching efficiency by (1) an approximate label generalization algorithm TOGGLE with ( 1 + ϵ ) approximation ratio and (2) a new subgraph matching algorithm PGP on succinct k -automorphic graphs without decomposing the query graph.
What problem does this paper attempt to address?