SlideShare a Scribd company logo
1 of 28
Structural Patterns and
Generative Models of
Real-world Hypergraphs
Manh Tuan Do, Se-eun Yoon, Bryan Hooi, Kijung Shin
26th ACM SIGKDD International Conference on
Knowledge Discovery and Data Mining
KDD 2020
Contact: Manh Tuan Do (manh.it97@kaist.ac.kr)
Roadmap
1. Introduction <<
2. Decomposition
3. Structural Patterns
4. Generators
5. Conclusions
2/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
3/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Coauthorship Email Tags
Common patterns Underlying mechanisms
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Hypergraphs
Roadmap
1. Motivation
2. Decomposition <<
3. Structural Patterns
4. Generators
5. Conclusions
4/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
• Hypergraphs: not straightforward to analyze
o complex representation
o lack tools
5/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Only interactions
at the level of
nodes
1
2 3
4 5
7
6 1
2 3
4
7
5
6
Motivation for a New Tool
Motivation Structural Patterns GeneratorsDecomposition Conclusion
• Projection
o information loss
o no high-order level information
• Multi-level decomposition:
◦ representation by pair-wise graphs
◦ leveraging existing tools & measurements
◦ no information loss: original hypergraph is reconstructible
6/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Our Tool: Decomposition
Motivation Structural Patterns GeneratorsDecomposition Conclusion
1 7
2 42 3
1 4 3 4
1 21 3
5 6
4 5
3 5
3 4
5
1 2
3
1 2
4
1 3
4
2 3
4
1
2 3
4
7
5
6
7/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
1
2 3
4 5
7
6
{1, 2, 3, 4}
{3, 4, 5}
{5, 6}
{1, 7}
1
2 3
4
7
5
6
3 4
5
1 2
3
1 2
4
1 3
4
2 3
4
1 2
3 4
Node level
Triangle level 4clique level
Our Tool: Decomposition
2 42 3
1 4 3 4
1 21 31 7
5 6
4 5
3 5
Edge level
Motivation Structural Patterns GeneratorsDecomposition Conclusion
8/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
{1, 2, 3, 4}
{3, 4, 5}
{5, 6}
{1, 7}
Maximum
hyperedge size: 𝑁
Our Tool: Decomposition
Hypergraph Decomposed graphs
Node-level
Edge-level
…..
(𝑁-1)-clique level
Decomposition
Reconstruction
1 7
2 42 3
1 4 3 4
1 21 3
5 6
4 5
3 5
3 4
5
1 2
3
1 2
4
1 3
4
2 3
4
1
2 3
4
7
5
6
1
2 3
4 5
7
6
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Roadmap
1. Motivation
2. Decomposition
3. Structural Patterns <<
4. Generators
5. Conclusions
9/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
• 13 datasets from 6 domains
◦ Email: recipient addresses of an email
◦ Drug components: classes or substances within a single drug, listed
in the National Drug Code Directory
◦ Drug use: drugs used by a patient, reported to the Drug Abuse
Warning Network, before an emergency visit
◦ Online tags: tags in a question in Stack Exchange forums
◦ Online threads: users answering a question in Stack Exchange forums
◦ Coauthorship: coauthors of a publications
10/26Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Real-word Datasets
11/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Structural Patterns
P1. Degree distribution: heavy-tailed
P2. Connected component: giant
P3. Clustering coefficient: high
P4. Effective diameter: small
P5. Singular value distribution: heavy-tailed
Motivation Structural Patterns GeneratorsDecomposition Conclusion
12/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
P1+P5. Heavy-tailed Distributions
Abundant low-
degree nodes
A few high-
degree nodes
Degree Singular values
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Degree and singular-value distributions are heavy-tailed
J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos . 2005. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
13/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Statistical tests: to confirm heavy-tailed distributions
Lilliefors Test(1)
• 𝐻0: distribution is exponential
• 𝐻1: distribution is not exponential
𝐻0 rejected at 2.5% significance level
Log likelihood ratio(2)
𝑟 = 𝑙𝑜𝑔
𝐿1
𝐿0
• 𝐿1 : likelihood of a heavy-tailed
distribution (power-law, log
normal)
• 𝐿0 : likelihood of the exponential
distribution
If 𝑟 > 0 : the distribution is more
likely to be heavy-tailed.
P1+P5. Heavy-tailed Distributions
(1) Hubert W Lilliefors. 1969. On the Kolmogorov-Smirnov test for the exponential distribution with mean unknown. Journal of American Statististical
Association 64 (1969), 387–389.
(2) Jeff Alstott and Dietmar Plenz Bullmore. 2014. powerlaw: a Python package for analysis of heavy-tailed distributions. PloS one 9, 1 (2014)
14/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
P2. Giant Connected Component
A large proportion of nodes are connected
Connected components
Proportionofnodes
Motivation Structural Patterns GeneratorsDecomposition Conclusion
J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos . 2005. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
15/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
P3. High Clustering Coefficient
Local clustering coefficient:
𝐶𝑖 =
2 ∗ 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑡𝑟𝑖𝑎𝑛𝑔𝑙𝑒𝑠 𝑎𝑡 𝑖
𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑤𝑒𝑑𝑔𝑒𝑠 𝑎𝑡 𝑖
Clustering coefficient:
𝐶 =
1
|𝑉|
𝑖∈𝑉
𝐶𝑖
High likelihood of having links between “friends of friends”
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Wedge at 𝑖: open triangle
𝑖
16/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
P4. Small Effective Diameter
d = 8
90%
of
pairs
Most pairs of connected nodes: reachable within a small distance
Motivation Structural Patterns GeneratorsDecomposition Conclusion
https://web.stanford.edu/class/cs224w/handouts/02-gnp-smallworld.pdf
17/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Structural Patterns: Intuition
Real-world
graphs
P1. Degree distribution: heavy-tailed
P2. Connected component: giant
P3. Clustering coefficient: high
P4. Effective diameter: small
P5. Singular value distribution: heavy-tailed
Hypergraph Decomposed
graphs
All decomposition
levels
Real-world graph
Decomposition
Motivation Structural Patterns GeneratorsDecomposition Conclusion
J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos. 2005. Graphs over Time:
Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
18/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Structural Patterns
Degree distributions: heavy-tailed
Node level Edge level Triangle level 4clique level
Motivation Structural Patterns GeneratorsDecomposition Conclusion
19/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Structural Patterns
Singular-value distributions: heavy-tailed
Node level Edge level Triangle level 4clique level
Motivation Structural Patterns GeneratorsDecomposition Conclusion
20/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Structural Patterns
Giant connected components vary among datasets
Motivation Structural Patterns GeneratorsDecomposition Conclusion
If there is a giant connected component
• High Clustering Coefficient
• Small Effective Diameter
Proportion of nodes in the
largest connected component
Small numbers indicate the
absence of a giant connected
component
Roadmap
1. Motivation
2. Decomposition
3. Structural Patterns
4. Generators <<
5. Conclusions
21/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
22/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Our Model: HyperPA
1
2
3
A new node: 4
1: 2 2: 2 3: 1
(1,2): 2 (1,3): 1 (2,3): 1
(1,2,3): 1
2 hyperedges
1st hyperedge: size 2 {2,4}
2nd hyperedge: size 3 {1,3,4}
{1,2}
{1,2,3}
Motivation Structural Patterns GeneratorsDecomposition Conclusion
Main idea: “Subsets get rich together”
23/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Our Model: HyperPA
Main idea: “Subsets get rich together”
Introduce a new node
Add the newly formed hyperedges
Update subset degrees
Repeat the process
1
2
3
1: 3 2: 3 3: 2
(1,2): 2 (1,3): 2 (2,3): 1
(1,2,3): 1
4
4: 2
(1,3,4): 1
(1,4): 1 (2,4): 1
{1,2}
{1,2,3}
(3,4): 1
A new node: 5
Motivation Structural Patterns GeneratorsDecomposition Conclusion
{2,4}
{1,3,4}
24/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Node level Edge level Triangle level 4clique level
Motivation Structural Patterns GeneratorsDecomposition Conclusion
HyperPA
Real HyperPA: considers degrees of groups of nodes
Our Model: HyperPA
25/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Node level Edge level Triangle level 4clique level
NaivePA
Real
Motivation Structural Patterns GeneratorsDecomposition Conclusion
NaivePA: considers node degrees individually
Baseline: NaïvePA
Roadmap
1. Motivation
2. Decomposition
3. Structural Patterns
4. Generators
5. Conclusions <<
26/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
27/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
Conclusion
Motivation Structural Patterns GeneratorsDecomposition Conclusion
• Our contributions in this work:
◦ Decomposition Tool: convenient analysis of hypergraphs
◦ Structural Patterns: 5 patterns across decomposition levels
◦ HyperPA: generator reproducing the 5 structural patterns
P1. Degree distribution: heavy-tailed
P2. Connected component: giant
P3. Clustering coefficient: high
P4. Effective diameter: small
P5. Singular-value distribution: heavy-tailed
Structural Patterns and
Generative Models of
Real-world Hypergraphs
Manh Tuan Do, Se-eun Yoon, Bryan Hooi, Kijung Shin
26th ACM SIGKDD International Conference on
Knowledge Discovery and Data Mining
KDD 2020
Contact: Manh Tuan Do (manh.it97@kaist.ac.kr)

More Related Content

What's hot

Exploratory data analysis
Exploratory data analysis Exploratory data analysis
Exploratory data analysis Peter Reimann
 
Multi-Layer Perceptrons
Multi-Layer PerceptronsMulti-Layer Perceptrons
Multi-Layer PerceptronsESCOM
 
Artificial Neural Networks Lect8: Neural networks for constrained optimization
Artificial Neural Networks Lect8: Neural networks for constrained optimizationArtificial Neural Networks Lect8: Neural networks for constrained optimization
Artificial Neural Networks Lect8: Neural networks for constrained optimizationMohammed Bennamoun
 
Warsaw Data Science - Factorization Machines Introduction
Warsaw Data Science -  Factorization Machines IntroductionWarsaw Data Science -  Factorization Machines Introduction
Warsaw Data Science - Factorization Machines IntroductionBartlomiej Twardowski
 
Performance Evaluation for Classifiers tutorial
Performance Evaluation for Classifiers tutorialPerformance Evaluation for Classifiers tutorial
Performance Evaluation for Classifiers tutorialBilkent University
 
Introduction to Machine learning ppt
Introduction to Machine learning pptIntroduction to Machine learning ppt
Introduction to Machine learning pptshubhamshirke12
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine LearningJoel Graff
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature EngineeringSri Ambati
 
Feature Engineering - Getting most out of data for predictive models
Feature Engineering - Getting most out of data for predictive modelsFeature Engineering - Getting most out of data for predictive models
Feature Engineering - Getting most out of data for predictive modelsGabriel Moreira
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learningamalalhait
 
Knowledge Discovery and Data Mining
Knowledge Discovery and Data MiningKnowledge Discovery and Data Mining
Knowledge Discovery and Data MiningAmritanshu Mehra
 
Text analytics in social media
Text analytics in social mediaText analytics in social media
Text analytics in social mediaJeremiah Fadugba
 
Data Mining on Twitter
Data Mining on TwitterData Mining on Twitter
Data Mining on TwitterPulkit Goyal
 
Supervised and unsupervised learning
Supervised and unsupervised learningSupervised and unsupervised learning
Supervised and unsupervised learningParas Kohli
 
Slides ppt
Slides pptSlides ppt
Slides pptbutest
 
Tutorial on sequence aware recommender systems - UMAP 2018
Tutorial on sequence aware recommender systems - UMAP 2018Tutorial on sequence aware recommender systems - UMAP 2018
Tutorial on sequence aware recommender systems - UMAP 2018Paolo Cremonesi
 
Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5DigiGurukul
 

What's hot (20)

Exploratory data analysis
Exploratory data analysis Exploratory data analysis
Exploratory data analysis
 
Multi-Layer Perceptrons
Multi-Layer PerceptronsMulti-Layer Perceptrons
Multi-Layer Perceptrons
 
Artificial Neural Networks Lect8: Neural networks for constrained optimization
Artificial Neural Networks Lect8: Neural networks for constrained optimizationArtificial Neural Networks Lect8: Neural networks for constrained optimization
Artificial Neural Networks Lect8: Neural networks for constrained optimization
 
Warsaw Data Science - Factorization Machines Introduction
Warsaw Data Science -  Factorization Machines IntroductionWarsaw Data Science -  Factorization Machines Introduction
Warsaw Data Science - Factorization Machines Introduction
 
Performance Evaluation for Classifiers tutorial
Performance Evaluation for Classifiers tutorialPerformance Evaluation for Classifiers tutorial
Performance Evaluation for Classifiers tutorial
 
Introduction to Machine learning ppt
Introduction to Machine learning pptIntroduction to Machine learning ppt
Introduction to Machine learning ppt
 
Des
DesDes
Des
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine Learning
 
Feature Engineering
Feature EngineeringFeature Engineering
Feature Engineering
 
Feature Engineering - Getting most out of data for predictive models
Feature Engineering - Getting most out of data for predictive modelsFeature Engineering - Getting most out of data for predictive models
Feature Engineering - Getting most out of data for predictive models
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learning
 
Lecture #01
Lecture #01Lecture #01
Lecture #01
 
Knowledge Discovery and Data Mining
Knowledge Discovery and Data MiningKnowledge Discovery and Data Mining
Knowledge Discovery and Data Mining
 
Text analytics in social media
Text analytics in social mediaText analytics in social media
Text analytics in social media
 
Data Mining on Twitter
Data Mining on TwitterData Mining on Twitter
Data Mining on Twitter
 
Supervised and unsupervised learning
Supervised and unsupervised learningSupervised and unsupervised learning
Supervised and unsupervised learning
 
Slides ppt
Slides pptSlides ppt
Slides ppt
 
Tutorial on sequence aware recommender systems - UMAP 2018
Tutorial on sequence aware recommender systems - UMAP 2018Tutorial on sequence aware recommender systems - UMAP 2018
Tutorial on sequence aware recommender systems - UMAP 2018
 
Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5Artificial Intelligence Notes Unit 5
Artificial Intelligence Notes Unit 5
 
Chapter 1: Introduction to Data Mining
Chapter 1: Introduction to Data MiningChapter 1: Introduction to Data Mining
Chapter 1: Introduction to Data Mining
 

Similar to Kdd'20 presentation 223

A Diffusion Wavelet Approach For 3 D Model Matching
A Diffusion Wavelet Approach For 3 D Model MatchingA Diffusion Wavelet Approach For 3 D Model Matching
A Diffusion Wavelet Approach For 3 D Model Matchingrafi
 
Report: "MolGAN: An implicit generative model for small molecular graphs"
Report: "MolGAN: An implicit generative model for small molecular graphs"Report: "MolGAN: An implicit generative model for small molecular graphs"
Report: "MolGAN: An implicit generative model for small molecular graphs"Ryohei Suzuki
 
Jeffrey xu yu large graph processing
Jeffrey xu yu large graph processingJeffrey xu yu large graph processing
Jeffrey xu yu large graph processingjins0618
 
WPIPosterPresentation24x36
WPIPosterPresentation24x36WPIPosterPresentation24x36
WPIPosterPresentation24x36Allan La
 
ensembles_emptytemplate_v2
ensembles_emptytemplate_v2ensembles_emptytemplate_v2
ensembles_emptytemplate_v2Shrayes Ramesh
 
Jing Ma - 2017 - Detect Rumors in Microblog Posts Using Propagation Structur...
Jing Ma - 2017 -  Detect Rumors in Microblog Posts Using Propagation Structur...Jing Ma - 2017 -  Detect Rumors in Microblog Posts Using Propagation Structur...
Jing Ma - 2017 - Detect Rumors in Microblog Posts Using Propagation Structur...Association for Computational Linguistics
 
Simplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionSimplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionAustin Benson
 
00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...Duke Network Analysis Center
 
Graphical Structure Learning accelerated with POWER9
Graphical Structure Learning accelerated with POWER9Graphical Structure Learning accelerated with POWER9
Graphical Structure Learning accelerated with POWER9Ganesan Narayanasamy
 
Engineering Data Science Objectives for Social Network Analysis
Engineering Data Science Objectives for Social Network AnalysisEngineering Data Science Objectives for Social Network Analysis
Engineering Data Science Objectives for Social Network AnalysisDavid Gleich
 
Lecture_2_Stats.pdf
Lecture_2_Stats.pdfLecture_2_Stats.pdf
Lecture_2_Stats.pdfpaijitk
 
A Longitudinal Perspective on the Relationship between Hypermedia Structure...
A Longitudinal Perspective on the Relationship between Hypermedia Structure...A Longitudinal Perspective on the Relationship between Hypermedia Structure...
A Longitudinal Perspective on the Relationship between Hypermedia Structure...Pierre Fastrez
 
Ability Study of Proximity Measure for Big Data Mining Context on Clustering
Ability Study of Proximity Measure for Big Data Mining Context on ClusteringAbility Study of Proximity Measure for Big Data Mining Context on Clustering
Ability Study of Proximity Measure for Big Data Mining Context on ClusteringKamleshKumar394
 
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...Waqas Nawaz
 
[Ris cy business]
[Ris cy business][Ris cy business]
[Ris cy business]Dino, llc
 
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...Association for Computational Linguistics
 
A stochastic algorithm for solving the posterior inference problem in topic m...
A stochastic algorithm for solving the posterior inference problem in topic m...A stochastic algorithm for solving the posterior inference problem in topic m...
A stochastic algorithm for solving the posterior inference problem in topic m...TELKOMNIKA JOURNAL
 

Similar to Kdd'20 presentation 223 (20)

A Diffusion Wavelet Approach For 3 D Model Matching
A Diffusion Wavelet Approach For 3 D Model MatchingA Diffusion Wavelet Approach For 3 D Model Matching
A Diffusion Wavelet Approach For 3 D Model Matching
 
Report: "MolGAN: An implicit generative model for small molecular graphs"
Report: "MolGAN: An implicit generative model for small molecular graphs"Report: "MolGAN: An implicit generative model for small molecular graphs"
Report: "MolGAN: An implicit generative model for small molecular graphs"
 
Jeffrey xu yu large graph processing
Jeffrey xu yu large graph processingJeffrey xu yu large graph processing
Jeffrey xu yu large graph processing
 
WPIPosterPresentation24x36
WPIPosterPresentation24x36WPIPosterPresentation24x36
WPIPosterPresentation24x36
 
ensembles_emptytemplate_v2
ensembles_emptytemplate_v2ensembles_emptytemplate_v2
ensembles_emptytemplate_v2
 
Jing Ma - 2017 - Detect Rumors in Microblog Posts Using Propagation Structur...
Jing Ma - 2017 -  Detect Rumors in Microblog Posts Using Propagation Structur...Jing Ma - 2017 -  Detect Rumors in Microblog Posts Using Propagation Structur...
Jing Ma - 2017 - Detect Rumors in Microblog Posts Using Propagation Structur...
 
Simplicial closure and higher-order link prediction
Simplicial closure and higher-order link predictionSimplicial closure and higher-order link prediction
Simplicial closure and higher-order link prediction
 
00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...00 Automatic Mental Health Classification in Online Settings and Language Emb...
00 Automatic Mental Health Classification in Online Settings and Language Emb...
 
Graphical Structure Learning accelerated with POWER9
Graphical Structure Learning accelerated with POWER9Graphical Structure Learning accelerated with POWER9
Graphical Structure Learning accelerated with POWER9
 
Engineering Data Science Objectives for Social Network Analysis
Engineering Data Science Objectives for Social Network AnalysisEngineering Data Science Objectives for Social Network Analysis
Engineering Data Science Objectives for Social Network Analysis
 
Lecture_2_Stats.pdf
Lecture_2_Stats.pdfLecture_2_Stats.pdf
Lecture_2_Stats.pdf
 
A Longitudinal Perspective on the Relationship between Hypermedia Structure...
A Longitudinal Perspective on the Relationship between Hypermedia Structure...A Longitudinal Perspective on the Relationship between Hypermedia Structure...
A Longitudinal Perspective on the Relationship between Hypermedia Structure...
 
Ability Study of Proximity Measure for Big Data Mining Context on Clustering
Ability Study of Proximity Measure for Big Data Mining Context on ClusteringAbility Study of Proximity Measure for Big Data Mining Context on Clustering
Ability Study of Proximity Measure for Big Data Mining Context on Clustering
 
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
ICDE-2015 Shortest Path Traversal Optimization and Analysis for Large Graph C...
 
[Ris cy business]
[Ris cy business][Ris cy business]
[Ris cy business]
 
[IJET V2I3P11] Authors: Payal More, Rohini Pandit, Supriya Makude, Harsh Nirb...
[IJET V2I3P11] Authors: Payal More, Rohini Pandit, Supriya Makude, Harsh Nirb...[IJET V2I3P11] Authors: Payal More, Rohini Pandit, Supriya Makude, Harsh Nirb...
[IJET V2I3P11] Authors: Payal More, Rohini Pandit, Supriya Makude, Harsh Nirb...
 
20151130
2015113020151130
20151130
 
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...
Jindřich Libovický - 2017 - Attention Strategies for Multi-Source Sequence-...
 
Declarative data analysis
Declarative data analysisDeclarative data analysis
Declarative data analysis
 
A stochastic algorithm for solving the posterior inference problem in topic m...
A stochastic algorithm for solving the posterior inference problem in topic m...A stochastic algorithm for solving the posterior inference problem in topic m...
A stochastic algorithm for solving the posterior inference problem in topic m...
 

Recently uploaded

Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 

Recently uploaded (20)

Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 

Kdd'20 presentation 223

  • 1. Structural Patterns and Generative Models of Real-world Hypergraphs Manh Tuan Do, Se-eun Yoon, Bryan Hooi, Kijung Shin 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining KDD 2020 Contact: Manh Tuan Do (manh.it97@kaist.ac.kr)
  • 2. Roadmap 1. Introduction << 2. Decomposition 3. Structural Patterns 4. Generators 5. Conclusions 2/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
  • 3. 3/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Coauthorship Email Tags Common patterns Underlying mechanisms Motivation Structural Patterns GeneratorsDecomposition Conclusion Hypergraphs
  • 4. Roadmap 1. Motivation 2. Decomposition << 3. Structural Patterns 4. Generators 5. Conclusions 4/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
  • 5. • Hypergraphs: not straightforward to analyze o complex representation o lack tools 5/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Only interactions at the level of nodes 1 2 3 4 5 7 6 1 2 3 4 7 5 6 Motivation for a New Tool Motivation Structural Patterns GeneratorsDecomposition Conclusion • Projection o information loss o no high-order level information
  • 6. • Multi-level decomposition: ◦ representation by pair-wise graphs ◦ leveraging existing tools & measurements ◦ no information loss: original hypergraph is reconstructible 6/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Our Tool: Decomposition Motivation Structural Patterns GeneratorsDecomposition Conclusion 1 7 2 42 3 1 4 3 4 1 21 3 5 6 4 5 3 5 3 4 5 1 2 3 1 2 4 1 3 4 2 3 4 1 2 3 4 7 5 6
  • 7. 7/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) 1 2 3 4 5 7 6 {1, 2, 3, 4} {3, 4, 5} {5, 6} {1, 7} 1 2 3 4 7 5 6 3 4 5 1 2 3 1 2 4 1 3 4 2 3 4 1 2 3 4 Node level Triangle level 4clique level Our Tool: Decomposition 2 42 3 1 4 3 4 1 21 31 7 5 6 4 5 3 5 Edge level Motivation Structural Patterns GeneratorsDecomposition Conclusion
  • 8. 8/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) {1, 2, 3, 4} {3, 4, 5} {5, 6} {1, 7} Maximum hyperedge size: 𝑁 Our Tool: Decomposition Hypergraph Decomposed graphs Node-level Edge-level ….. (𝑁-1)-clique level Decomposition Reconstruction 1 7 2 42 3 1 4 3 4 1 21 3 5 6 4 5 3 5 3 4 5 1 2 3 1 2 4 1 3 4 2 3 4 1 2 3 4 7 5 6 1 2 3 4 5 7 6 Motivation Structural Patterns GeneratorsDecomposition Conclusion
  • 9. Roadmap 1. Motivation 2. Decomposition 3. Structural Patterns << 4. Generators 5. Conclusions 9/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
  • 10. • 13 datasets from 6 domains ◦ Email: recipient addresses of an email ◦ Drug components: classes or substances within a single drug, listed in the National Drug Code Directory ◦ Drug use: drugs used by a patient, reported to the Drug Abuse Warning Network, before an emergency visit ◦ Online tags: tags in a question in Stack Exchange forums ◦ Online threads: users answering a question in Stack Exchange forums ◦ Coauthorship: coauthors of a publications 10/26Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Motivation Structural Patterns GeneratorsDecomposition Conclusion Real-word Datasets
  • 11. 11/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Structural Patterns P1. Degree distribution: heavy-tailed P2. Connected component: giant P3. Clustering coefficient: high P4. Effective diameter: small P5. Singular value distribution: heavy-tailed Motivation Structural Patterns GeneratorsDecomposition Conclusion
  • 12. 12/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) P1+P5. Heavy-tailed Distributions Abundant low- degree nodes A few high- degree nodes Degree Singular values Motivation Structural Patterns GeneratorsDecomposition Conclusion Degree and singular-value distributions are heavy-tailed J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos . 2005. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
  • 13. 13/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Motivation Structural Patterns GeneratorsDecomposition Conclusion Statistical tests: to confirm heavy-tailed distributions Lilliefors Test(1) • 𝐻0: distribution is exponential • 𝐻1: distribution is not exponential 𝐻0 rejected at 2.5% significance level Log likelihood ratio(2) 𝑟 = 𝑙𝑜𝑔 𝐿1 𝐿0 • 𝐿1 : likelihood of a heavy-tailed distribution (power-law, log normal) • 𝐿0 : likelihood of the exponential distribution If 𝑟 > 0 : the distribution is more likely to be heavy-tailed. P1+P5. Heavy-tailed Distributions (1) Hubert W Lilliefors. 1969. On the Kolmogorov-Smirnov test for the exponential distribution with mean unknown. Journal of American Statististical Association 64 (1969), 387–389. (2) Jeff Alstott and Dietmar Plenz Bullmore. 2014. powerlaw: a Python package for analysis of heavy-tailed distributions. PloS one 9, 1 (2014)
  • 14. 14/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) P2. Giant Connected Component A large proportion of nodes are connected Connected components Proportionofnodes Motivation Structural Patterns GeneratorsDecomposition Conclusion J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos . 2005. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
  • 15. 15/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) P3. High Clustering Coefficient Local clustering coefficient: 𝐶𝑖 = 2 ∗ 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑡𝑟𝑖𝑎𝑛𝑔𝑙𝑒𝑠 𝑎𝑡 𝑖 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑤𝑒𝑑𝑔𝑒𝑠 𝑎𝑡 𝑖 Clustering coefficient: 𝐶 = 1 |𝑉| 𝑖∈𝑉 𝐶𝑖 High likelihood of having links between “friends of friends” Motivation Structural Patterns GeneratorsDecomposition Conclusion Wedge at 𝑖: open triangle 𝑖
  • 16. 16/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) P4. Small Effective Diameter d = 8 90% of pairs Most pairs of connected nodes: reachable within a small distance Motivation Structural Patterns GeneratorsDecomposition Conclusion https://web.stanford.edu/class/cs224w/handouts/02-gnp-smallworld.pdf
  • 17. 17/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Structural Patterns: Intuition Real-world graphs P1. Degree distribution: heavy-tailed P2. Connected component: giant P3. Clustering coefficient: high P4. Effective diameter: small P5. Singular value distribution: heavy-tailed Hypergraph Decomposed graphs All decomposition levels Real-world graph Decomposition Motivation Structural Patterns GeneratorsDecomposition Conclusion J. Leskovec, J. Kleinberg, Cornell, C. Faloutsos. 2005. Graphs over Time: Densification Laws, Shrinking Diameters and Possible Explanations. In KDD
  • 18. 18/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Structural Patterns Degree distributions: heavy-tailed Node level Edge level Triangle level 4clique level Motivation Structural Patterns GeneratorsDecomposition Conclusion
  • 19. 19/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Structural Patterns Singular-value distributions: heavy-tailed Node level Edge level Triangle level 4clique level Motivation Structural Patterns GeneratorsDecomposition Conclusion
  • 20. 20/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Structural Patterns Giant connected components vary among datasets Motivation Structural Patterns GeneratorsDecomposition Conclusion If there is a giant connected component • High Clustering Coefficient • Small Effective Diameter Proportion of nodes in the largest connected component Small numbers indicate the absence of a giant connected component
  • 21. Roadmap 1. Motivation 2. Decomposition 3. Structural Patterns 4. Generators << 5. Conclusions 21/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
  • 22. 22/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Our Model: HyperPA 1 2 3 A new node: 4 1: 2 2: 2 3: 1 (1,2): 2 (1,3): 1 (2,3): 1 (1,2,3): 1 2 hyperedges 1st hyperedge: size 2 {2,4} 2nd hyperedge: size 3 {1,3,4} {1,2} {1,2,3} Motivation Structural Patterns GeneratorsDecomposition Conclusion Main idea: “Subsets get rich together”
  • 23. 23/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Our Model: HyperPA Main idea: “Subsets get rich together” Introduce a new node Add the newly formed hyperedges Update subset degrees Repeat the process 1 2 3 1: 3 2: 3 3: 2 (1,2): 2 (1,3): 2 (2,3): 1 (1,2,3): 1 4 4: 2 (1,3,4): 1 (1,4): 1 (2,4): 1 {1,2} {1,2,3} (3,4): 1 A new node: 5 Motivation Structural Patterns GeneratorsDecomposition Conclusion {2,4} {1,3,4}
  • 24. 24/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Node level Edge level Triangle level 4clique level Motivation Structural Patterns GeneratorsDecomposition Conclusion HyperPA Real HyperPA: considers degrees of groups of nodes Our Model: HyperPA
  • 25. 25/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Node level Edge level Triangle level 4clique level NaivePA Real Motivation Structural Patterns GeneratorsDecomposition Conclusion NaivePA: considers node degrees individually Baseline: NaïvePA
  • 26. Roadmap 1. Motivation 2. Decomposition 3. Structural Patterns 4. Generators 5. Conclusions << 26/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do)
  • 27. 27/28Structural Patterns and Generative Models of Real-world Hypergraphs (by Manh Tuan Do) Conclusion Motivation Structural Patterns GeneratorsDecomposition Conclusion • Our contributions in this work: ◦ Decomposition Tool: convenient analysis of hypergraphs ◦ Structural Patterns: 5 patterns across decomposition levels ◦ HyperPA: generator reproducing the 5 structural patterns P1. Degree distribution: heavy-tailed P2. Connected component: giant P3. Clustering coefficient: high P4. Effective diameter: small P5. Singular-value distribution: heavy-tailed
  • 28. Structural Patterns and Generative Models of Real-world Hypergraphs Manh Tuan Do, Se-eun Yoon, Bryan Hooi, Kijung Shin 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining KDD 2020 Contact: Manh Tuan Do (manh.it97@kaist.ac.kr)