compas community preserving sampling for streaming graphs
play

ComPAS: Community Preserving Sampling for Streaming Graphs Sandipan - PowerPoint PPT Presentation

ComPAS: Community Preserving Sampling for Streaming Graphs Sandipan Sikdar Chair for Computational Social Science and Humanities, RWTH Aachen Ref: S. Sikdar, T. Chakraborty, S. Sarkar, N. Ganguly, A. Mukherjee: ComPAS: Community Preserving


  1. ComPAS: Community Preserving Sampling for Streaming Graphs 
 Sandipan Sikdar Chair for Computational Social Science and Humanities, RWTH Aachen Ref: S. Sikdar, T. Chakraborty, S. Sarkar, N. Ganguly, A. Mukherjee: ComPAS: Community Preserving Sampling for Streaming Graphs. AAMAS 2018

  2. Streaming Graphs Sequence of edges ordered in time • Graph G is the aggregation of all the edges over time • Typical examples include citation network, email log, facebook posts • New edge New edge C E E E D …. D A C B D D B C A B A B A E C t = 1 t = 2 t = 3 t = 6 Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 2 Graphs. AAMAS 2018

  3. Streaming Graph Sampling C E E E D …. D A C B D D B C A B A B A E C t = 1 t = 2 t = 3 t = 6 C C B C …. A (A,E) (B,E) D C D D Discard D Add E B E B B E E Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 3 Graphs. AAMAS 2018

  4. Streaming Graph Sampling with Community Given a streaming graph G, the objective is obtain a sample G s such that the • properties of G are maintained in G s • Existing algorithms are designed for preserving simple structural properties • We propose ComPAS which is capable of retaining the underlying community structure • Applications - Obtaining stratified samples in online learning Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 4 Graphs. AAMAS 2018

  5. Sampling Problem Sampled Subgraph Stream of ? Edges Community Structure e t a m i t s E Aggregated Graph Community structure Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 5 Graphs. AAMAS 2018

  6. Proposed Algorithm: ComPAS Maximize modularity • • Identify high fidelity nodes over time Allow merging, splitting and creation of new communities • Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 6 Graphs. AAMAS 2018

  7. Proposed Algorithm: ComPAS Parameters: Node Count Parent • sample size (n) • alpha (0< 𝛽 <1) i 1 d • Buffer (H) consisting of two variables j 3 l H c - Number of times a node is • k 1 m encountered l 4 j H p - Current parent • m 3 e n 1 k Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 7 Graphs. AAMAS 2018

  8. Dynamics of ComPAS • Keep adding edges into the sample as long as a certain number of nodes are inserted ( 𝛽 * n) Once the threshold is reached a pre-selected community detection algorithm is • executed on the sample to obtain initial community structure. Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 8 Graphs. AAMAS 2018

  9. Role of Buffer • From this point on whenever a new node is encountered it is pushed to buffer • Estimate the importance of a node • More recurrent node is perhaps more important Node Count Parent i 1 d j 3 l k 1 m l 4 j m 3 e n 1 k Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 9 Graphs. AAMAS 2018

  10. Position of Nodes New In Buffer In Sample Node Count Parent i 1 d j 3 l k 1 s l 4 j m 3 e n 1 k Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 10 Graphs. AAMAS 2018

  11. Genesis of Six Modules Both vertices in the sample • Both vertices in buffer • One in sample and one in buffer • One in sample and one is new • One in buffer and one is new • Both are new • • Constraints • A new node cannot be directly added to the sample • Only nodes from buffer are eligible to enter the sample • If sample size is reached node must be deleted to make way Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 11 Graphs. AAMAS 2018

  12. Both in Sample This can be further divided into two sub cases - • The edge is intra-community u v Add the edge to the sample • The edge is inter-community • u may leave its current community v u and join v's • v may leave its current community and join u's • u and v leave their current communities and form new one Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 12 Graphs. AAMAS 2018

  13. Both in Buffer • edge (j,k) Node Count Parent Node Node Count Count Parent Parent i 1 d i 1 d j 3 l j 4 l k 1 m k 2 m l 4 j l 4 j m 3 e m 3 e n 1 k n 1 k Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 13 Graphs. AAMAS 2018

  14. One in Sample one in Buffer edge (u,k) • Node Count Parent Node Count Parent Node Count Parent i 1 d i 1 d j 4 l j 4 l k 2 m k 3 m l 4 j l 4 j m 3 e m 3 e n 1 k n 1 k Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 14 Graphs. AAMAS 2018

  15. Dynamics of ComPAS Both vertices in the sample Both vertices in buffer One in sample and one in buffer One in sample and one is new One in buffer and one is new Both are new Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 15 Graphs. AAMAS 2018

  16. Dynamics of ComPAS Both vertices in the sample Both vertices in buffer One in sample and one in buffer One in sample and one is new At least one node is new One in buffer and one is new Both are new Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 16 Graphs. AAMAS 2018

  17. Entry of a new Node • In the subsequent cases at least one node is new • This node triggers rearrangement - • Remove node from buffer to make way for new node Preferentially (based on H c (x)) remove a node x from buffer with additional constraint that P(x) in sample • Remove node from sample to make way for x Node with lowest degree and clustering coefficient is removed from sample Sample New Buffer Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 17 Graphs. AAMAS 2018

  18. Deletion of a Node from Sample • New node (v) is encountered • Buffer is full • Sample size has been reached 1. Preferentially select u from buffer and add it to sample 2. Assign u the community of its parent P(u) 3. Remove a node w with the lowest degree and clustering coefficient from sample 4. Add v to buffer (cannot be directly added to the sample) Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 18 Graphs. AAMAS 2018

  19. Subsequent cases edge: (u,v) • u is in sample and v is new • v is inserted into buffer which might trigger rearrangement of the buffer and sample • u is in buffer and v is new • Increase H c (u) by 1 • Insert v into buffer • Both u and v are new • Insert both u and v into buffer Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 19 Graphs. AAMAS 2018

  20. What do we have? Sampled Subgraph Stream of ComPAS Edges Community Structure e r a p m o C Aggregated Graph Community structure Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 20 Graphs. AAMAS 2018

  21. Evaluation Experiments performed on 4 real-world and 1 synthetic • datasets Two ways of evaluation • Quality of the community structure • Content of the communities • Baselines - • Streaming node (SN), streaming edge (SE), streaming • BFS (SBFS) and Partially induced edge sampling (PIES) Novel Green Algorithm (sample obtained on aggregated • graph) Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 21 Graphs. AAMAS 2018

  22. Evaluation • Quality of community structure • Based on 13 topological measures proposed by Yang and Leskovec • Structural properties like average degree, internal density … (calculated for each community) • We compare using D-statistics - • Consider a property X g(X) • Calculate distribution of X across f(X) communities in the ground-truth (f(X)) and the obtained sample g(X) • Calculate D-statistics between f(X) and g(X) Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 22 Graphs. AAMAS 2018

  23. Evaluation • Content of the community structure • Similarity measured through - • Purity • Normalized Mutual Information (NMI) • Adjusted Rand Index (ARI) ComPAS outperforms all other streaming graph sampling algorithm Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 23 Graphs. AAMAS 2018

  24. Future directions • Theoretical guarantees on the quality of the sample • Complexity of the algorithm • Allow deletion of edges over time Sikdar et. al, ComPAS: Community Preserving Sampling for Streaming 24 Graphs. AAMAS 2018

  25. Thank You Contact: Sandipan Sikdar Email: sandipan.sikdar@cssh.rwth-aachen.de Ref: Sandipan Sikdar, Tanmoy Chakraborty, Soumya Sarkar, Niloy Ganguly, Animesh Mukherjee: ComPAS: Community Preserving Sampling for Streaming Graphs. AAMAS 2018

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend