Privacy Attack and Defense in Network Embedding

Chao Kong,Baoxiang Chen,Shaoying Li,Yifan Chen,Jiahui Chen,Qinwei Zhou,Dongfang Wang,Liping Zhang
DOI: https://doi.org/10.1007/978-3-030-66046-8_19
2020-01-01
Abstract:Network embedding aims to learn the low-dimensional latent representations of vertices in a network. The existing works have primarily focused on various embedding methods for network data in general and overlooked the privacy security issue of them. For example, when a vertex is deleted from the network, it is easy to achieve the deleted relations by remaining embedding vectors. To address these issues, we propose choosing the node degree with selectivity to study the problem of privacy attack and defense in network embedding. While some existing works are addressed the data protection problem, none of them has paid special attention to combine network embedding with privacy security in such a deep way. Our solution consists of two components. First, we propose a new method named SANE, short for Sampling Attack in Network Embedding to utilize remaining vertex information to obtain the deleted relations between vertices as privacy attack. Second, we propose a new privacy defense algorithm named DPNE, short for Differential Privacy in Network Embedding, to employ obfuscation function to defend against attacks to prevent deleted related relations being recovered. The two components are integrated in a principled way for considering the node degree to classify the vertices into different levels for sampling. We conduct extensive experiments on several real-world datasets and one synthetic dataset covering the task of link prediction. Both quantitative results and qualitative analysis verify the effectiveness and rationality of our methods.
What problem does this paper attempt to address?