heuristics of
play

Heuristics of Approximation of Subgraph Centrality Metric for - PowerPoint PPT Presentation

Heuristics of Approximation of Subgraph Centrality Metric for Dynamic Graphs MIKHAIL CHERNOSKUTOV (IMM UB RAS, YEKATERINBURG) YVES INEICHEN (IBM RESEARCH, ZURICH) COSTAS BEKAS (IBM RESEARCH, ZURICH) Outline Importance Addition of new edge


  1. Heuristics of Approximation of Subgraph Centrality Metric for Dynamic Graphs MIKHAIL CHERNOSKUTOV (IMM UB RAS, YEKATERINBURG) YVES INEICHEN (IBM RESEARCH, ZURICH) COSTAS BEKAS (IBM RESEARCH, ZURICH)

  2. Outline Importance Addition of new edge in the graph Approximation of subgraph centrality ◦ Idea ◦ Algorithm Results Future plans 2

  3. Importance Graph algorithms ◦ Bioinformatics ◦ Social network analysis ◦ Business analytics ◦ Knowledge discovery ◦ City planning ◦ and others… 3

  4. Importance How to distinguish nodes in graph from each other? ◦ Use centrality metrics ◦ Degree ◦ Closeness ◦ Betweenness ◦ etc. Centrality metric with best discriminative power ◦ Subgraph centrality ◦ E. Estrada, J.A. Rodrigues- Velazques “Subgraph centrality in complex networks” // Physical Review E 71 (5), 056103 4

  5. Subgraph centrality Characterize the participation of each node in all subgraph in a network Number of closed walks starting and ending at the node 𝐷 𝑡 = 𝑒𝑗𝑏𝑕 𝑓 𝐵 , where 𝐵 2 𝐵 3 𝐵 𝑙 𝑓 𝐵 = 𝐽 + 𝐵 + 2! + 3! + ⋯ + 𝑙! + ⋯ , 𝐵 – adjacency matrix Cubic complexity to compute! 5

  6. Addition of new edge in the graph What if? ◦ We have large graph (thousands of nodes or more) ◦ We have computed exact values of subgraph centrality metric ◦ But what we should do if new edge appears in this graph? ◦ Compute all exact values again? ◦ Or somehow try to approximate / assess new values of subgraph centrality after perturbation in graph? 6

  7. Main goal Try to approximate values of subgraph centrality metric in dynamic graphs We use different graphs for this purpose ◦ Erdős - Rényi graphs ◦ “Low” diameter, random structure ◦ Models of road networks ◦ “High” diameter, grid structure 7

  8. Approximation of subgraph centrality Idea ◦ Lets see, what happens with exact values of subgraph centrality metric of vertices , between which we input an edge, and its nearest neighbors ◦ Maybe all changes are local ? 8

  9. Approximation of subgraph centrality 9

  10. Approximation of subgraph centrality 10

  11. Approximation of subgraph centrality 11

  12. Approximation of subgraph centrality 12

  13. Approximation of subgraph centrality 13

  14. Approximation of subgraph centrality Algorithm S1 ← extract_subgraph(G1, vertex_list) S2 ← extract_subgraph(G2, vertex_list) S1_centr ← compute_centrality(S1) S2_centr ← compute_centrality(S2) for (i=0; i<len(G1); i++) G2_centr[i] = G1_centr[i] for (i=0; i<len(vertex_list); i++) pos ← vertex_list[i] alpha[i ] ← 1+(S2_centr[ i] – S1_centr[i])/S1_centr[i] G2_centr[pos ] ← alpha[ i] x G1_centr[pos] 14

  15. Graphs for testing Types of graphs (undirected) ◦ Erdős - Rényi graphs ◦ Models of road networks Software ◦ NetworkX 1.9.1-1 Hardware ◦ For Erdős - Rényi graphs ◦ Intel Core i7-2630QM ◦ 4 GB RAM ◦ For models of road networks ◦ Intel Pentium 3556U ◦ 4 GB RAM 15

  16. Road networks generation First step ◦ Make a grid Second step ◦ Sparsify grid ◦ Keep all deleted edges! 16

  17. Road networks generation (first step) 17

  18. Road networks generation (second step) 18

  19. Graphs for testing ERDŐS - RÉNYI ROAD NETWORKS ER_10000_00035 RN_1600 ◦ nodes = 9670, edges = 17393, diameter = 16 ◦ nodes = 1547, edges = 2011, diameter = 83 ER_10000_00030 RN_2500 ◦ nodes = 9429, edges = 14940, diameter = 19 ◦ nodes = 2400, edges = 3141, diameter = 101 ER_10000_00025 RN_3600 ◦ nodes = 8893, edges = 12106, diameter = 24 ◦ nodes = 3505, edges = 4578, diameter = 122 ER_10000_00020 RN_4900 ◦ nodes = 8067, edges = 9705, diameter = 33 ◦ nodes = 4747, edges = 6234, diameter = 139 19

  20. Results (exact values) ER_10000_00020 RN_1600 20

  21. Results (mean square error) 21

  22. Results (time of approximation) 22

  23. Results (acceleration) 23

  24. Results (topK) 24

  25. Future plans Approximation of centrality metrics in ◦ Weighted graphs ◦ Directed graphs ◦ Graphs, obtained from real world tasks Try to analyze algorithm behavior and convergence when adding many edges Try to tune algorithm for small-world graphs 25

  26. Questions? 26

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