random walk based large graph mining exploiting real
play

Random Walk-based Large Graph Mining Exploiting Real-world Graph - PowerPoint PPT Presentation

Ph.D. Dissertation Defense Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties


  1. Ph.D. Dissertation Defense Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties 실세계 실세계 그래프 그래프 특징을 특징을 활용한 활용한 랜덤 랜덤 워크 워크 기반 기반 대규모 대규모 그래프 그래프 마이닝 마이닝 Jinhong Jung Ph.D. Candidate Dept. of Computer Science & Engineering Seoul National University

  2. Thesis Committee 문봉기 교수님 서울대학교 컴퓨터공학부 (심사위원장) 강 유 교수님 서울대학교 컴퓨터공학부 (부심사위원장) 김형주 교수님 서울대학교 컴퓨터공학부 이영기 교수님 서울대학교 컴퓨터공학부 김상욱 교수님 한양대학교 컴퓨터공학부 2 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  3. Outline n Overview n Proposed Methods n Future Works n Conclusion 3 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  4. Graphs are Everywhere! n Numerous real-world phenomena are represented as graphs! Social Network Hyperlink Network Protein Interaction Network q Important to analyze such graphs n 1) Gain a better understanding of real-world events n 2) Develop beneficial applications on top of the insight 4 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  5. Random Walk in Graphs n Random walk has been extensively utilized to analyze real-world graph data q Random Walk with Restart (RWR) n Random walk : moves to one of neighbors n Restart : jumps back to query node s $ $ Random walk (with prob. 1 − # ) Restart (with prob. # ) ↑ Restart probability 5 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  6. Random Walk with Restart (1) n Input and Output of RWR [Tong et al., ICDM’06] Nearby nodes, higher scores Query More red, node more relevant Output : a ranking vector 𝒔 w.r.t. 𝑡 Input : an adjacency matrix 𝑩 & query node 𝑡 q Single-source Random Walk with Restart q Provides a personalized node ranking 6 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  7. Random Walk with Restart (2) n RWR is a fundamental building block on various graph mining applications q Applications Multiple Lengths connections n Node Ranking n Node embedding n Link Prediction Random Degrees n Recommendation surfer n Anomaly detection n Community detection n Subgraph mining Well reflect multi-facet relationships with considering global network topology n Image segmentation 7 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  8. Technical Challenges (1) n Real-world graphs are massive! q e.g., Wikipedia has 40 million articles, and Facebook has 2.41 billion users q Limitations of previous methods for RWR n Exact methods ⇒ suffer from speed & scalability n Approximate methods ⇒ too degraded quality n Top- 𝑙 methods ⇒ limited applications n Extremely challenging to satisfy all of speed, scalability, and exactness q For computing single-source RWR scores in such large-scale graphs 8 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  9. Technical Challenges (2) n Real-world graphs are rich in information! q Various labels to represent complicated relationships between nodes q Traditional random surfer does not consider such labels ⇒ Lose the identity of a labeled graph + trust + - distrust ? − + Signed Networks Knowledge Bases Traditional Random Walk n How to reflect such labels into random walk? q What do the labels mean for random walk? 9 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  10. Research Goals and Importance n Research Goals q G1. To devise fast , scalable , and exact methods for random walk in billion-scale graphs q G2. To design effective random walk models utilizing label data in labeled graphs n Research Importance q I1. Advance our understanding of handling large graphs & random walk on labeled graphs q I2. Enable us to analyze large-scale graphs q I3. Lead to novel & high-quality applications based on random walk in labeled graphs 10 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  11. Research Problems (1) n P1. Fast , scalable & exact RWR computation in large-scale graphs q To develop a novel & in-memory algorithm working on a single machine n Input graph and intermediate data are stored in memory [Tong et al., ICDM’06] Nearby nodes, higher scores Query More red, node more relevant Input : an adjacency matrix ! & query node " Output : a ranking vector # w.r.t. " 11 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  12. Research Problems (2) n P2. Random walk in signed networks ( + / − sign) q Effective for personalized node ranking n Input: Signed network 𝐻 (each edge has + or − sign) having 𝑜 nodes & Query (or seed) node 𝑡 n Output: Trustworthiness (ranking) scores 𝒔 ∈ ℝ ! of all nodes w.r.t. seed node 𝑡 trustful Query user distrustful 12 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  13. Research Problems (3) n P3. Random walk in edge-labeled graphs q Each edge has one of 𝐿 categorical labels q Effective for relational reasoning b.t.w. two nodes n Input: Edge-labeled graph 𝐻 (each edge has one of 𝐿 categorical labels) & Two nodes 𝑡 and 𝑢 n Output: 𝐿 relevance scores on 𝑢 w.r.t 𝑡 𝑡 𝑢 13 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  14. Main Approaches n A1. Real-world Graph Properties q e.g., Power-law degree distribution / balance theory [Kang et al., ICDM’11] + + + − + + hubs + − − − − − Before After Balanced Unbalanced n A2. Numerical Computing Methods q To boost the computational speed on adjacency matrices n A3. Linear Algebra & Stochastic Process q To design new random walk models in labeled graphs 14 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  15. Outline n Overview n Proposed Methods n Future Works n Conclusion 15 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  16. Proposed Methods n Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties Current Works (Ph.D. Course) Plain Graphs Signed Graphs Edge-labeled Graphs ( 𝑳 edge labels) (No edge labels) (Two edge labels) Fast Scalable & Exact Random Walk Random Walk in RWR in in Signed Graphs: Edge-labeled Graphs: Billion-scale Graphs Personalized Ranking Relational Reasoning BePI SRWR MuRWR [SIGMOD’17] [ICDM’16] [KAIS’19] [WWWJ’20] 16 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  17. Proposed Methods n Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties Current Works (Ph.D. Course) Plain Graphs Signed Graphs Edge-labeled Graphs ( 𝑳 edge labels) (No edge labels) (Two edge labels) Fast Scalable & Exact Random Walk Random Walk in RWR in in Signed Graphs: Edge-labeled Graphs: Billion-scale Graphs Personalized Ranking Relational Reasoning BePI SRWR MuRWR [SIGMOD’17] [ICDM’16] [KAIS’19] [WWWJ’20] 17 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  18. Introduction n Problem: Random Walk with Restart q Input: Adjacency matrix 𝐁 of a graph having 𝑜 nodes & Query (or seed) node s q Output: Relevance (ranking) scores 𝒔 ∈ ℝ * of all nodes w.r.t. seed node 𝑡 q In-memory computation on a single machine q Linear System q Recursive Equation 𝐁 𝐔 𝐬 = 𝑑𝐫 ' 𝐉 − 1 − 𝑑 - n 𝐬 = 1 − 𝑑 - 𝐁 𝐔 𝐬 + 𝑑𝐫 ' ← Query vector n (s-th unit vector) ⇔ 𝐈𝐬 = 𝑑𝐫 ' Restart Random Walk q 𝑑 is called restart probability 18 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  19. Challenges n Q. How to compute exact RWR scores quickly on very large graphs? q Iterative Methods iteratively update RWR scores until convergence n e.g., power iteration: 𝐬 ($) ← 1 − 𝑑 & 𝐁 𝐔 𝐬 ($'() + 𝑑𝐫 ) n Pros: scale to very large-graphs ⇐ 𝑃(𝑛) space 𝑈 : # of iterations 𝑛 : # of edges n Cons: slow query speed ⇐ 𝑃 𝑈𝑛 query time 𝑜 : # of nodes q Preprocessing Methods compute RWR scores directly from precomputed data n e.g., matrix inversion: 𝐬 = 𝑑𝐈 '( 𝐫 ) where 𝐈 = (𝐉 − 1 − 𝑑 & 𝐁 𝐔 ) n Pros: fast query speed ⇐ 𝑃(𝑜) query time n Cons: cannot handle very large graphs ⇐ 𝑃(𝑜 ! ) prep. time 𝑃(𝑜 " ) space 19 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

  20. Why Important? n I1) Why Fast & Scalable RWR computation? q Improve computational performance of various applications based on RWR in large graphs n I2) Why exact RWR computation? q Existing approximate methods dramatically degrade the quality of applications using RWR n I3) Why all nodes’ scores w.r.t. seed? q Previous top- 𝑙 approaches focus on getting top- 𝑙 nodes, not their scores q Lots of applications still rely on the scores of all nodes ⇒ e.g., anomaly detection, local clustering, subgraph mining 20 Dec 16 Random Walk-based Large Graph Mining Exploiting Real-world Graph Properties

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