Scalable Modeling of Real Graphs Using Kronecker Multiplication
Abstract
Given a large, real graph, how can we generate a synthetic graph that matches its properties, i.e., it has similar degree distribution, similar (small) diameter, similar spectrum, etc? We propose to use "Kronecker graphs", which naturally obey all of the above properties, and we present KronFit, a fast and scalable algorithm for fitting the Kronecker graph generation model to real networks. A naive approach to fitting would take super-exponential time. In contrast, KronFit takes linear time, by exploiting the structure of Kronecker product and by using sampling. Experiments on large real and synthetic graphs show that KronFit indeed mimics very well the patterns found in the target graphs. Once fitted, the model parameters and the resulting synthetic graphs can be used for anonymization, extrapolations, and graph summarization.
Cite
Text
Leskovec and Faloutsos. "Scalable Modeling of Real Graphs Using Kronecker Multiplication." International Conference on Machine Learning, 2007. doi:10.1145/1273496.1273559Markdown
[Leskovec and Faloutsos. "Scalable Modeling of Real Graphs Using Kronecker Multiplication." International Conference on Machine Learning, 2007.](https://mlanthology.org/icml/2007/leskovec2007icml-scalable/) doi:10.1145/1273496.1273559BibTeX
@inproceedings{leskovec2007icml-scalable,
title = {{Scalable Modeling of Real Graphs Using Kronecker Multiplication}},
author = {Leskovec, Jure and Faloutsos, Christos},
booktitle = {International Conference on Machine Learning},
year = {2007},
pages = {497-504},
doi = {10.1145/1273496.1273559},
url = {https://mlanthology.org/icml/2007/leskovec2007icml-scalable/}
}