Clique Percolation Method (CPM) in Network Analysis

clique percolation n.w
1 / 55
Embed
Share

Explore the Clique Percolation Method (CPM) developed by Eugene Lim for detecting overlapping communities in networks. Learn about cliques, k-cliques, and adjacent k-cliques in the context of CPM, enabling a deeper understanding of community structures within a network.

  • Clique Percolation Method
  • Network Analysis
  • Overlapping Communities
  • Eugene Lim
  • Community Detection

Uploaded on | 2 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. CLIQUE PERCOLATION METHOD (CPM) Eugene Lim

  2. CONTENTS What is CPM? Algorithm Analysis Conclusion

  3. WHAT IS CPM? Method to find overlapping overlapping communities Based on concept: internal edges of community likely to form cliques Intercommunity edges unlikely to form cliques

  4. CLIQUE Clique: Complete graph k-clique: Complete graph with k vertices

  5. CLIQUE Clique: Complete graph k-clique: Complete graph with k vertices 3-clique

  6. CLIQUE Clique: Complete graph k-clique: Complete graph with k vertices 4-clique

  7. CLIQUE Clique: Complete graph k-clique: Complete graph with k vertices 5-clique

  8. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes

  9. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes k = 3

  10. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes k = 3 Clique 1

  11. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes Clique 2 k = 3

  12. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes Clique 3 k = 3

  13. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes Clique 2 k = 3 Clique 1

  14. K-CLIQUE COMMUNITIES Adjacent k Adjacent k- -cliques cliques Two k-cliques are adjacent when they share k k- -1 1 nodes Clique 2 Clique 3 k = 3

  15. K-CLIQUE COMMUNITIES k k- -clique community clique community Union of all k-cliques that can be reached from each other through a series of adjacent k-cliques

  16. K-CLIQUE COMMUNITIES k k- -clique community clique community Union of all k-cliques that can be reached from each other through a series of adjacent k-cliques Clique 2 k = 3 Clique 1

  17. K-CLIQUE COMMUNITIES k k- -clique community clique community Union of all k-cliques that can be reached from each other through a series of adjacent k-cliques Community 1 k = 3

  18. K-CLIQUE COMMUNITIES k k- -clique community clique community Union of all k-cliques that can be reached from each other through a series of adjacent k-cliques Community 1 Clique 3 k = 3

  19. K-CLIQUE COMMUNITIES k k- -clique community clique community Union of all k-cliques that can be reached from each other through a series of adjacent k-cliques Community 1 Community 2 k = 3

  20. ALGORITHM Locate maximal cliques Convert from cliques to k-clique communities

  21. LOCATE MAXIMAL CLIQUES Largest possible clique size can be determined from degrees of vertices Starting from this size, find all cliques, then reduce size by 1 and repeat

  22. LOCATE MAXIMAL CLIQUES Finding all cliques: brute-force 1. Set A initially contains vertex v, Set B contains neighbours of v 2. Transfer one vertex w from B to A 3. Remove vertices that are not neighbours of w from B 4. Repeat until A reaches desired size 5. If fail, step back and try other possibilities

  23. ALGORITHM Locate maximal cliques Convert from cliques to k-clique communities

  24. CLIQUES TO K-CLIQUE COMMUNITIES

  25. CLIQUES TO K-CLIQUE COMMUNITIES Clique 1: 5-clique

  26. CLIQUES TO K-CLIQUE COMMUNITIES

  27. CLIQUES TO K-CLIQUE COMMUNITIES Clique 2: 4-clique

  28. CLIQUES TO K-CLIQUE COMMUNITIES

  29. CLIQUES TO K-CLIQUE COMMUNITIES Clique 3: 4-clique

  30. CLIQUES TO K-CLIQUE COMMUNITIES

  31. CLIQUES TO K-CLIQUE COMMUNITIES Clique 4: 4-clique

  32. CLIQUES TO K-CLIQUE COMMUNITIES

  33. CLIQUES TO K-CLIQUE COMMUNITIES Clique 5: 3-clique

  34. CLIQUES TO K-CLIQUE COMMUNITIES

  35. CLIQUES TO K-CLIQUE COMMUNITIES Clique 6: 3-clique

  36. CLIQUES TO K-CLIQUE COMMUNITIES 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 2 2 4 3 3 4 4 4 4 5 5 3 6 6 3

  37. CLIQUES TO K-CLIQUE COMMUNITIES 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 3 2 6 6 2 2 2 1 2 3

  38. CLIQUES TO K-CLIQUE COMMUNITIES Clique 1: 5-clique

  39. CLIQUES TO K-CLIQUE COMMUNITIES Clique 2: 4-clique

  40. CLIQUES TO K-CLIQUE COMMUNITIES 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 3 2 6 6 2 2 2 1 2 3

  41. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 3 2 6 6 2 2 2 1 2 3

  42. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 3 2 6 6 2 2 2 1 2 3

  43. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 0 2 6 6 2 2 2 1 2 0 Delete if less than k

  44. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 0 2 6 6 2 2 2 1 2 0

  45. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 1 3 1 2 2 2 3 4 1 1 1 2 3 3 1 1 4 2 1 2 4 4 3 1 2 4 0 1 5 5 1 1 1 0 0 2 6 6 2 2 2 1 2 0

  46. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 0 3 0 0 2 2 3 4 0 0 0 0 3 3 0 0 4 0 0 0 4 4 3 0 0 4 0 0 5 5 0 0 0 0 0 0 6 6 0 0 0 0 0 0 Delete if less than k-1

  47. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 5 3 0 3 0 0 2 2 3 4 0 0 0 0 3 3 0 0 4 0 0 0 4 4 3 0 0 4 0 0 5 5 0 0 0 0 0 0 6 6 0 0 0 0 0 0

  48. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 1 1 0 1 0 0 2 2 1 1 0 0 0 0 3 3 0 0 1 0 0 0 4 4 1 0 0 1 0 0 5 5 0 0 0 0 0 0 6 6 0 0 0 0 0 0 Change all non-zeros to 1

  49. CLIQUES TO K-CLIQUE COMMUNITIES k=4 1 1 2 2 3 3 4 4 5 5 6 6 1 1 1 1 0 1 0 0 2 2 1 1 0 0 0 0 3 3 0 0 1 0 0 0 4 4 1 0 0 1 0 0 5 5 0 0 0 0 0 0 6 6 0 0 0 0 0 0 Clique-clique overlap matrix

  50. CLIQUES TO K-CLIQUE COMMUNITIES k=4 Community 1

More Related Content