evaluating graph analysis algorithms on evolving graphs
play

Evaluating Graph Analysis Algorithms on Evolving Graphs Using - PowerPoint PPT Presentation

Evaluating Graph Analysis Algorithms on Evolving Graphs Using GraphChi Will Sewell What Are Evolving Graphs? Also known as iterative or dynamic Where processing must be performed on graphs whose edges are constantly updating


  1. Evaluating Graph Analysis Algorithms on Evolving Graphs Using GraphChi Will Sewell

  2. What Are Evolving Graphs? ● Also known as “iterative” or “dynamic” ● Where processing must be performed on graphs whose edges are constantly updating ● Algorithms perform incremental updates rather than re-computing values for the entire graph in batch

  3. Motivation ● Why compute graph properties (PageRank, etc.) incrementally rather than statically? ● Performance – Most of the graph does not change, so properties will be the same ● Thus wasteful ● Timely updates – Graph updates visible rapidly

  4. Approaches ● Still a relatively new area, with not much work ● Kineograph ● Naiad ● GraphChi

  5. Why GraphChi? ● Interesting new algorithm ● Impressive Performance ● However paper seemed to present the evolving graphs as an afterthought – Therefore an interesting area for further work

  6. The Dataset ● Amazon products ● Edges are “similar” products linked to from product detail pages ● 542,684 nodes; 1,231,398 edges ● The evolving property can be simulated by a script that incrementally builds up a new graph from this existing one

  7. Test Algorithms ● GraphChi has many static graph processing algorithms that Amazon would likely want to compute on products – PageRank – Community Detection – Connected Components ● Plan to implement my own – Betweenness Centrality

  8. Test Machine ● My Laptop! ● Exactly what GraphChi is targeted at

  9. Planned Tests ● One test to measure the maximum number of streaming edges per second (e/s) the algorithm can handle – GraphChi paper does this, but only with a single algorithm – Can be plotted as a line with nodes e/s against iteration time ● Can control for rate of update as well as number of edges in each update

  10. Planned Tests ● Example from GraphChi Paper (PageRank)

  11. Planned Tests ● For the optimal edges e/s stream, I will measure the time taken to ingest the entire graph, as opposed to running it statically at varying intervals. – For this I can plot the point at which the evolving graph method overtakes the static method ● Will combine relative performances of all algorithms into a single graph for easier comparison

  12. Expectations ● Some algorithms will perform well on a streaming graph, others will be extremely slow if all combinations edges/nodes are used in calculating properties ● These slower algorithms are unlikely to ever beat static graph analysis

  13. Possible Extensions ● Compare results with another system that supports evolving graphs (Naiad) – May be able to test on a cluster to play to Naiad's strengths ● Try other centrality measures: – Louvain method – k-clique percolation method ● Huge number of other algorithms I could test

  14. Any questions/suggestions?

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