330 likes | 496 Views
Randomizing Social Network: A Spectrum Preserving Approach. Xiaowei Ying , Xintao Wu Dept. Software and Information Systems Univ. of N.C. – Charlotte 2008 SIAM Conference on Data Mining, April 25 th Atlanta, Georgia. Framework. Background & Motivation Graph Spectrum & Structure
E N D
Randomizing Social Network:A Spectrum Preserving Approach Xiaowei Ying, Xintao Wu Dept. Software and Information Systems Univ. of N.C. – Charlotte 2008 SIAM Conference on Data Mining, April 25th Atlanta, Georgia
Framework • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Background & Motivation Social Network Network of US political books (105 nodes, 441 edges) Books about US politics sold by Amazon.com. Edges represent frequent co-purchasing of books by the same buyers. Nodes have been given colors of blue, white, or red to indicate whether they are "liberal", "neutral", or "conservative". • Friendship in Karate club [Zachary, 77] • Biological association network of dolphins [Lusseau et al., 03] • Collaboration network of scientists [Newman, 06] Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Background & Motivation Privacy Issues in Social Network: • Social network contains much private relation information; • Anonymization is not enough for protecting the privacy. Subgraph attacks [Backstrom et al., WWW07, Hay et al., 07]. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Background & Motivation Graph Randomization/Perturbation: • Random Add/Del edges (no. of edges unchanged) • Random Switch edges (nodes’ degree unchanged) Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Background & Motivation Graph perturbation is resilient to subgraph attacks (refer to our paper for more details). Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Motivation Graph Randomization/Perturbation: • Data utility: How will the graph structure change due to perturbation? How to preserve graph structural features better? • Data privacy: Protection on the link privacy. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Graph Spectrum & Structure • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Graph Spectrum and Structure Numerous properties and measures of networks (Graph G contains n nodes and m edges): • Harmonic mean of shortest distance; • Transitivity(cluster coefficient) • Subgraph centrality; • Modularity (community structure); • And many others Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Graph Spectrum and Structure • Adjacency Matrix (Graph G contains n nodes and m edges): • Adjacency Spectrum A is symmetric, it has n real eigenvalues: Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Graph Spectrum and Structure • Laplacian Matrix: • Laplacian Spectrum Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Graph Spectrum and Structure Many real graph structural features are related to adjacency/Laplacian spectrum, e.g.: • No. of triangles: • Subgraph centrality: • Graph diameter: • k disconnected parts in the graph ⇔ k 0’s in the Laplacian spectrum. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Graph Spectrum and Structure Two important eigenvalues: and • The maximum degree, chromatic number, clique number etc. are related to ; • Epidemic threshold for virus propagates in the network is related to [Wang et al., KDD03]; • indicates the community structure of the graph: clear community structure ⇔ ≈ 0. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum & Perturbation • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Spectrum & Perturbation Graph Perturbation: • Random Add/Del edges (no. of edges doesn’t change) • Random Switch edges (nodes’ degree doesn’t change) Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum & Perturbation Both topological and spectral graph features change along the perturbation, and they shows similar trends. (Networks of US political books, 105 nodes and 441 edges) Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum & Perturbation General bound on spectrum in perturbation: Do the randomization for k times (refer to our paper for more details) Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum Preserving Randomization • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Spectrum Preserving Randomization Intuition: since spectrum is related to many graph topological features, can we preserve more structural features by controlling the movement of eigenvalues? Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum Preserving Randomization Spectral Switch (apply to adjacency matrix): To increase the eigenvalue: To decrease the eigenvalue: Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum Preserving Randomization Spectral Switch (apply to Laplacian matrix): To decrease the eigenvalue: To increase the eigenvalue: Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum Preserving Randomization Evaluation: (Networks of US political books, 105 nodes and 441 edges) Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Spectrum Preserving Randomization Similarly, we also develop Spectral Add/Del strategy (Refer to our paper for more details) In summary, by controlling the movement of the eigenvalues, spectrum can preserving randomization strategies better preserve the graph structure. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Privacy Protection • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Privacy Protection Privacy protection measure: • A-prior probability (without the released data): • Posterior probability (with released the data & perturbation parameters): • The absolute measure The relative measure Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Privacy Protection How many times shall we do add/del or switches? Objective: the minimum level of protection should be above some threshold: For random add/del and random switch Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Privacy Protection Spectral strategy and random strategy do not differ much in protecting the privacy: • In the graph, there exits both up-edge pairs and down-edge pairs. • Their proportions affect the privacy protection of spectral strategy • Further study in future work Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Conclusion & Future Work • Background & Motivation • Graph Spectrum & Structure • Spectrum & Perturbation • Spectrum Preserving Randomization • Privacy Protection • Conclusion & Future Work
Conclusion • Graph structure and spectrum are closely related, and perturbation can significantly change both. • Spectrum preserving randomization strategies can better preserve the graph structure; • Privacy protection issues for random perturbation. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Future Work • Further study on privacy issues of spectral strategy; • A more flexible algorithm for other eigenvalues; • Algorithms controlling the magnitude of eigenvalues’ change. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Thank You! Questions? Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Reference • L. Backstrom et al., Wherefore art thou r3579x?: anonymized social networks, hidden patterns, and structural steganography, 2007. • M. Hay et al., Anonymizing social networks, 2007. • Y. Wang et al., Epidemic spreading in real networks: An eigenvalue viewpoint, 2003. Randomizing Social Network: a Spectrum Preserving Approach, SDM08
Privacy Protection • Privacy protection measure: We can proof, for a given (i, j) Therefore, to calculation the measure is based on calculating the number of false edges (refer to our paper for more details). Randomizing Social Network: a Spectrum Preserving Approach, SDM08