a tensor spectral approach to learning mixed membership
play

A Tensor Spectral Approach to Learning Mixed Membership Community - PowerPoint PPT Presentation

A Tensor Spectral Approach to Learning Mixed Membership Community Models Anima Anandkumar U.C. Irvine Joint work with Rong Ge, Daniel Hsu, Furong Huang, Niranjan UN, Mohammad Hakeem, Sham Kakade. Network Communities in Various Domains Social


  1. A Tensor Spectral Approach to Learning Mixed Membership Community Models Anima Anandkumar U.C. Irvine Joint work with Rong Ge, Daniel Hsu, Furong Huang, Niranjan UN, Mohammad Hakeem, Sham Kakade.

  2. Network Communities in Various Domains Social Networks Social ties: e.g. friendships, co-authorships Biological Networks Functional relationships: e.g. gene regulation, neural activity. Recommendation Systems Recommendations: e.g. yelp reviews. Community Detection: Infer hidden communities from observed network.

  3. Community Formation Models Basic Intuition: Nodes connect due to their community memberships

  4. Community Formation Models Basic Intuition: Nodes connect due to their community memberships Classical: Stochastic Block Model Edges conditionally independent given node community memberships Single membership model: Nodes in at most one community

  5. Community Formation Models Basic Intuition: Nodes connect due to their community memberships Classical: Stochastic Block Model Edges conditionally independent given node community memberships Single membership model: Nodes in at most one community Modeling Overlapping Communities UC Irvine People belong to multiple communities C o r n e l l Microsoft Community formation models? MIT Detection algorithms? Computational/sample complexities?

  6. Pure vs. Mixed Membership Community Models Stochastic Block Model

  7. Pure vs. Mixed Membership Community Models Stochastic Block Model Mixed Membership Model

  8. Mixed Membership Community Models Node Membership Model Mixed memberships: Nodes can belong to multiple communities Fractional memberships: Node memberships normalized to one.

  9. Mixed Membership Community Models Node Membership Model Mixed memberships: Nodes can belong to multiple communities Fractional memberships: Node memberships normalized to one.

  10. Mixed Membership Community Models Node Membership Model Mixed memberships: Nodes can belong to multiple communities Fractional memberships: Node memberships normalized to one.

  11. Mixed Membership Community Models Node Membership Model Mixed memberships: Nodes can belong to multiple communities Fractional memberships: Node memberships normalized to one. Edge Formation Model Edges conditionally independent given node community memberships Linearity: Edge probability averaged over community memberships

  12. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 Dirichlet distribution supported over simplex Dir( α )

  13. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 α j → 0 Dirichlet distribution supported over simplex

  14. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 α j = 1 Dirichlet distribution supported over simplex

  15. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 Large α j Dirichlet distribution supported over simplex

  16. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 α j → ∞ Dirichlet distribution supported over simplex

  17. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 Dirichlet distribution supported over simplex Dir( α )

  18. Mixed Membership Dirichlet Model (Airoldi et. al.) Independent draws for community membership vectors { π u } u ∈ V from Dirichlet distribution P [ π u ] ∝ � k � k j =1 π u ( j ) α j − 1 , j =1 π u ( j ) = 1 Dirichlet distribution supported over simplex Dir( α ) Dirichlet concentration parameter α 0 := � j α j Roughly, level of sparsity in π is O ( α 0 ) . Regime of interest: small α i

  19. Employing Mixed Membership Models Advantages Generative model: can be used for prediction Dirichlet distribution: can model sparse memberships Sparsity level related to concentration parameter: α 0 = � i α i Stochastic block model is a special case ( α i → 0)

  20. Employing Mixed Membership Models Advantages Generative model: can be used for prediction Dirichlet distribution: can model sparse memberships Sparsity level related to concentration parameter: α 0 = � i α i Stochastic block model is a special case ( α i → 0) Challenges in Learning Mixed Membership Models Identifiability: when can parameters be estimated? Guaranteed learning? What input required? Potentially large sample and computational complexities

  21. Overview of the Approach Method of Moments and Spectral Approach Inverse moment method: solve equations relating parameters to observed moments Spectral approach: reduce equation solving to computing the “spectrum” of the observed moments Non-convex but computationally tractable approaches

  22. Overview of the Approach Method of Moments and Spectral Approach Inverse moment method: solve equations relating parameters to observed moments Spectral approach: reduce equation solving to computing the “spectrum” of the observed moments Non-convex but computationally tractable approaches Spectral Approach to Learning Mixed Membership Models Edge and Subgraph Counts: Moments of the observed network Tensor Spectral Approach: Low rank tensor form and efficient decomposition via power method Parallel Implementation: Linear algebraic operations and iterative tensor decomposition techniques

  23. Outline Introduction 1 Summary of Theoretical Guarantees 2 Graph Moments: Tensor Form of Subgraph Counts 3 Algorithms for Tensor Decomposition 4 GPU Implementation and Experimental Results 5 Conclusion 6

  24. Summary of Results Contributions First guaranteed learning method for overlapping (probabilistic) community models. Correctness under exact moments: edges and 3 -star counts. Efficient sample and computational complexity.

  25. Summary of Results Contributions First guaranteed learning method for overlapping (probabilistic) community models. Correctness under exact moments: edges and 3 -star counts. Efficient sample and computational complexity. Scaling Requirements k communities, n nodes. Uniform communities. Dirichlet parameter: α 0 := � i α i . p, q : intra/inter-community connectivity � ( α 0 + 1) k � p − q n = ˜ Ω( k 2 ( α 0 + 1) 2 ) , = ˜ √ p Ω . n 1 / 2

  26. Summary of Results Contributions First guaranteed learning method for overlapping (probabilistic) community models. Correctness under exact moments: edges and 3 -star counts. Efficient sample and computational complexity. Scaling Requirements k communities, n nodes. Uniform communities. Dirichlet parameter: α 0 := � i α i . p, q : intra/inter-community connectivity � ( α 0 + 1) k � p − q n = ˜ Ω( k 2 ( α 0 + 1) 2 ) , = ˜ √ p Ω . n 1 / 2 For stochastic block model ( α 0 = 0) , tight results Performance degradation as α 0 increases Efficient method for sparse community overlaps

  27. Main Results: Recovery Guarantees k communities, n nodes. Uniform communities. Dirichlet concentration parameter: α 0 := � i α i . p, q : intra/inter-community connectivity Scaling Requirements � ( α 0 + 1) k � p − q n = ˜ Ω( k 2 ( α 0 + 1) 2 ) , = ˜ √ p Ω . n 1 / 2

  28. Main Results: Recovery Guarantees k communities, n nodes. Uniform communities. Dirichlet concentration parameter: α 0 := � i α i . p, q : intra/inter-community connectivity Scaling Requirements � ( α 0 + 1) k � p − q n = ˜ Ω( k 2 ( α 0 + 1) 2 ) , = ˜ √ p Ω . n 1 / 2 Recovery Bounds (Anandkumar, Ge, Hsu, Kakade ‘13) � � ( α 0 + 1) 3 / 2 √ p ε π n := 1 Π i − Π i � 1 = ˜ � � ( p − q ) √ n n max O i � � ( α 0 + 1) 3 / 2 k √ p i,j ∈ [ n ] | � P i,j − P i,j | = ˜ ε P := max O ( p − q ) √ n

  29. Support Recovery Guarantees (Homophilic Models) k communities, n nodes. Uniform communities. ε P : Error in recovering P Π is the true community membership matrix. Homophilic Models: p > q

  30. Support Recovery Guarantees (Homophilic Models) k communities, n nodes. Uniform communities. ε P : Error in recovering P Π is the true community membership matrix. Homophilic Models: p > q Support Recovery Guarantee (AGHK ‘13) For a threshold ξ = Ω( ε P ) , for all nodes j ∈ [ n ] and all communities i ∈ [ k ] , the estimated support � S satisfies (w.h.p) Π( i, j ) ≤ ξ Π( i, j ) ≥ ξ ⇒ � 2 ⇒ � S ( i, j ) = 1 and S ( i, j ) = 0 . Zero-error Support Recovery of Significant Memberships of All Nodes

  31. Outline Introduction 1 Summary of Theoretical Guarantees 2 Graph Moments: Tensor Form of Subgraph Counts 3 Algorithms for Tensor Decomposition 4 GPU Implementation and Experimental Results 5 Conclusion 6

  32. Subgraph Counts as Graph Moments

  33. Subgraph Counts as Graph Moments

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