1 / 39

Proximity Tracking on Time-Evolving Bipartite Graphs

Explore the concept of proximity on time-evolving bipartite graphs for tasks like link prediction, neighborhood search, and graph matching. Learn how to assign keywords to images and find hubs in subgraphs using proximity. Discover the challenges of evolving graphs and how to update the core matrix. Get insights into the most influential authors and top conferences in various fields.

rsherman
Télécharger la présentation

Proximity Tracking on Time-Evolving Bipartite Graphs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Proximity Tracking on Time-Evolving Bipartite Graphs Speaker: Hanghang Tong Joint Work with Spiros Papadimitriou, Philip S. Yu, Christos Faloutsos Apr. 24-26, 2008, Atlanta SIAM Conference on Data Mining

  2. Graphs are everywhere!

  3. Graph Mining: the big picture Graph/Global Level Subgraph/ Community Level Node Level We are here!

  4. Proximity on Graph: What? a.k.a Relevance, Closeness, ‘Similarity’…

  5. Link Prediction density Prox. Hist. for a set of deleted links Prox (ij)+Prox (ji) Prox. is effective to ‘deleted’ and absent edges! density Prox. Hist. for a set of absent links Prox (ij)+Prox (ji) Q: How to predict the existence of the link? A: Proximity![Liben-Nowell + 2003]

  6. … Neighborhood Search on graphs … … Conference Author Q: what is most related conference to ICDM? A: Proximity! [Sun+ ICDM2005]

  7. Example

  8. Region Automatic Image Caption Image Test Image Keyword Sea Sun Sky Wave Cat Forest Tiger Grass Q: How to assign keywords to the test image? A: Proximity! [Pan+ 2004]

  9. Center-Piece Subgraph(CePS) Input Output CePS guy CePS Original Graph Q: How to find hub for the black nodes? A: Proximity! [Tong+ KDD 2006]

  10. Input Output Query Graph Best-Effort Pattern Match Data Graph Matching Subgraph Q: How to find matching subgraph? A: Proximity![Tong+ KDD 2007]

  11. Challenge • Graphs are evolving over time! • New nodes/edges show up; • Existing nodes/edges die out; • Edge weights change… • Q: How to Generalize everything? • A: Track Proximity!

  12. Trend analysis on graph level T. Sejnowski Rank of Influential-ness G.Hinton C. Koch M. Jordan Year

  13. Roadmap Motivation Prox. On Static Graphs Prox. On Time-Evolving Graphs Experimental Results Conclusion

  14. 0.03 0.04 10 9 0.10 12 2 0.08 0.02 0.13 8 1 0.13 11 3 0.04 4 0.05 6 5 0.13 7 0.05 Random walk with restart Query Nearby nodes, higher scores Ranking vector More red, more relevant

  15. 10 9 12 2 8 1 11 3 4 6 5 7 Computing RWR Restart p Starting vector Adjacency matrix Ranking vector 1 Query n x 1 n x n n x 1

  16. Q: Given query i, how to solve it? Query ? ? Starting vector Ranking vector Ranking vector Adjacency matrix

  17. RWR on Bipartite Graph authors Author-Conf. Matrix Observation: n >> m! Examples: 1. DBLP: 400k aus, 3.5k confs 2. NetFlix: 2.7M usrs,18k mvs n Conferences m

  18. RWR on Skewed bipartite graphs • Q: Given query i, how to solve it? m confs 0 … . . . . . … . . . . . … . . .. Ar ? ? … . . . . . … . . . . . … . . .. 0 Ac n aus n m

  19. BB_Lin: Pre-Computation [Tong+ 06] 2-step RWR for Conferences = Ar X Ac M • Step 1: • Step 2: • Cost: • Examples • NetFlix: 1.5hr for pre-computation; • DBLP: 1 few minutes m conferences All Conf-Conf Prox. Scores n authors

  20. BB_Lin: Pre-Computation [Tong+ 06] 2-step RWR for Conferences = Ar X Ac M • Step 1: • Step 2: m conferences All Conf-Conf Prox. Scores n authors

  21. BB_Lin: Pre-Computation [Tong+ 06] 2-step RWR for Conferences = Ac Ar X M • Step 1: • Step 2: • Cost: • Examples • NetFlix: 1.5hr for pre-computation; • DBLP: 1 few minutes All Conf-Conf Prox. Scores m x m Ac/Ar E edges

  22. BB_Lin: On-Line Stage authors Conferences (Base) Case 1: - Conf - Conf Read out ! Ac/Ar E edges

  23. BB_Lin: On-Line Stage authors Conferences Case 2: - Au - Conf 1 matrix-vec! Ac/Ar E edges

  24. BB_Lin: On-Line Stage authors Conferences Case 3: - Au - Au 2 matrix-vec! Ac/Ar E edges

  25. BB_Lin: Examples • NetFlix dataset (2.7m user x 18k movies) • 1.5hr for pre-computation; • <1 sec for on-line • DBLP dataset (400k authors x 3.5k confs) • A few minutes for pre-computation • <0.01 sec for on-line

  26. Roadmap Motivation Prox. On Static Graphs Prox. On Time-Evolving Graphs Experimental Results Conclusion

  27. Challenges • BB_Lin is good for skewed bipartite graphs • for NetFlix (2.7M nodes and 100M edges) • On-line cost for query: fraction of seconds • w/ 1.5 hr pre-computation for m x m core matrix • But…what if the graph is evolving over time • New edges/nodes arrive; edge weights increase… • On-line cost: 1.5hr itself becomes a part this!

  28. Q: How to update the core matrix? t=0 ~ ~ t=1 ?

  29. Update the core matrix = Ar X Ac M • Step 1: • Step 2: ~ = X M + Rank 2 update ~ ~ = X +

  30. Update : General Case = Ar X Ac M n authors • E’ edges changed • Involves n’ authors, m’ confs. • Observation ~ m Conferences

  31. Update : General Case n authors • Observation: • the rank of update is small! • Real Example (DBLP Post) • 1258 time steps • E’ up to ~20,000! • min(n’,m’) <=132 • Our Algorithm m Conferences 31

  32. Roadmap Motivation Prox. On Static Graphs Prox. On Time-Evolving Graphs Experimental Results Conclusion

  33. Philip S. Yu’s Top-5 conferences up to each year DBLP: (Au. x Conf.) - 400k aus, - 3.5k confs - 20 yrs Databases Performance Distributed Sys. Databases Data Mining

  34. KDD’s Rank wrt. VLDB over years Prox. Rank Data Mining and Databases are more and more relavant! Year

  35. 10 most influential authors in NIPS community up to each year T. Sejnowski M. Jordan Author-paper bipartite graph from NIPS 1987-1999. 3k. 1740 papers, 2037 authors, spreading over 13 years

  36. Fast-Single-Update log(Time) (Seconds) 176x speedup 40x speedup Our method Our method Datasets

  37. Fast-Batch-Update Time (Seconds) Time (Seconds) Our method Our method E’ Min (n’, m’) 15x speed-up on average!

  38. Conclusion • Trends Analysis on Graph Level • pTrack/cTrack • Scalable for evolving graphs g r a p h Trends

  39. Thank you! www.cs.cmu.edu/~htong

More Related