Pith. sign in

REVIEW 4 major objections 7 minor 27 references

Scalable inference of large-scale random kronecker graphs via tensor decomposition and Einstein summation

T0 review · 4 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A multiplex random Kronecker graph's adjacency tensor is, up to $O(1)$ spectral error, a low-rank signal plus zero-mean noise, enabling a scalable denoise-and-solve inference pipeline.

desk verdict A multiplex extension of Kronecker-graph inference that is not yet supported: the main decomposition rests on a centering condition the model does not imply. read the letter →

arxiv 2506.22292 v1 pith:LDTMX3EL submitted 2025-06-27 math.NA cs.NA

classification math.NAcs.NA MSC 05C8015A6960B2062H12
keywords randomKroneckergraphsmultiplexnetworkstensoradjacencyEinsteinproductsignal-plus-noisedecompositionsingularvalueshrinkagepermutedlinearregressionphasetransition
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper seeks to show that a large random Kronecker graph with multiple layers can be understood as a small, structured signal buried in random noise, so that the graph's parameters can be inferred without ever building the full Kronecker product. Writing the multiplex adjacency as a fourth-order tensor, it proves that the adjacency is, up to $O(1)$ spectral error, a rank-controlled signal tensor plus a zero-mean noise tensor; after a centering step the error drops to $O(N^{-1/2})$. This decomposition turns parameter estimation into two manageable tasks: shrink the singular values of the centered tensor to recover the signal, then solve a permuted linear regression to recover the initiator parameters $p$ and $\mathcal{Q}$. If the argument holds, the method offers a scalable route to inference on large multilayer networks.

What carries the argument

The machinery is a fourth-order adjacency tensor $\mathcal{A}\in\mathbb{R}^{N\times L\times N\times L}$ with the Einstein product, the tensor generalization of matrix multiplication that contracts over paired indices, as the central operation. The model re-parameterizes each initiator entry as $p + \mathcal{Q}_{i\alpha j\beta}/\sqrt{N}$, and the key object is the linearized $K$-th Kronecker power $\mathcal{S}_K^{\mathrm{lin}} = p^K \mathcal{U} *_2 \mathcal{U}^\top + \sqrt{N}\mathcal{S}_K$, where $\mathcal{U}$ is the all-ones tensor and $\mathcal{S}_K$ is built recursively from the initiator fluctuations $\mathcal{Q}$; the bound $\max(\operatorname{rank}(\mathcal{S}_K), \operatorname{rank}(\mathcal{S}_K^{\mathrm{lin}})) \le (N-1)^K+1$ is what makes the signal recoverable. The centered adjacency tensor $\bar{\mathcal{A}} = N^{-1/2}(\mathcal{A} - ((\mathcal{U}^\top *_2 \mathcal{A} *_2 \mathcal{U})/N^2)\,\mathcal{U} *_2 \mathcal{U}^\top)$ isolates the signal from the constant all-ones term. Spectral denoising uses singular-value shrinkage with the nonlinearity $f(t) = \sqrt{t^2 - 4p(1-p)}\,\mathbf{1}_{t>2\sqrt{p(1-p)}}$, and parameter recovery uses the linearity of $\mathcal{S}_K$ in $\mathcal{Q}$ through a permuted linear regression, solved by iterative hard thresholding or an $\ell^1$ relaxation.

What would settle it

Simulate Kronecker graphs with $N$ nodes under Assumption 1, choosing $\mathcal{Q}$ with block-constant entries so that its total sum is $O(N)$ rather than $O(N^{-1/2})$, and numerically compute the operator norm $\|\bar{\mathcal{A}} - (\mathcal{S}_K^\pi + \mathcal{E}/\sqrt{N})\|_2$ for increasing $N$; if the norm does not decay as $O(N^{-1/2})$ but saturates at a constant, Proposition 4's decomposition fails for such initiators.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is a spectral decomposition theorem for the adjacency tensor $\mathcal{A}\in\{0,1\}^{N\times L\times N\times L}$ of a generalized random Kronecker graph. Under the re-parameterization of the initiator as $\mathcal{Q}_1 = p + \mathcal{Q}/\sqrt{N}$ with max-norm-bounded $\mathcal{Q}$, the paper establishes (Theorem 1, Eq. 6) that $\|\mathcal{A} - (\pi *_2 \mathcal{S}_K^{\mathrm{lin}} *_2 \pi^{-1} + \mathcal{E})\|_2 = O(1)$ for a zero-mean noise tensor $\mathcal{E}$, and after centering by the empirical mean (Proposition 4, Eq. 10) that $\|\bar{\mathcal{A}} - (\mathcal{S}_K^\pi + \mathcal{E}/\sqrt{N})\|_2 = O(N^{-1/2})$. Here $\mathcal{S}_K$ is the linearized Kronecker-power signal, namely $p^K \mathcal{U} *_2 \mathcal{U}^\top + \sqrt{N}\mathcal{S}_K$; it is linear in the entries of $\mathcal{Q}$ through known coefficients, and its rank after flattening is at most $(N-1)^K+1$. The paper concludes that this low-rank signal can be recovered by singular-value shrinkage and that the original graph parameters can then be recovered by solving a permuted linear regression, yielding the two-step denoise-then-solve inference pipeline.

Load-bearing premise

The whole centered decomposition stands on the assumption that the entries of the initiator fluctuation tensor $\mathcal{Q}$ average out to nearly zero, specifically that their sum is $O(N^{-1/2})$; the paper's general assumption only bounds individual entries, so an initiator with a nonzero average would break the signal-plus-noise split that the method relies on.

Editorial extensions

If this is right

  • Nearly all singular values of the centered adjacency tensor are governed by noise and follow a rescaled quarter-circle law; only the spikes above $2\sqrt{p(1-p)}$ carry usable signal.
  • The shrinkage estimator from Corollary 1 asymptotically attains the predicted Frobenius loss, so a practitioner can denoise a large multiplex adjacency tensor without knowing the signal rank in advance.
  • Once the signal tensor is estimated, the initiator parameters $p$ and $\mathcal{Q}$ can be recovered by solving a sparse permuted linear regression, for which the paper proposes iterative hard thresholding and an $\ell^1$-relaxed variant.
  • Parameter inference never requires explicit materialization of the full Kronecker power: tensor contractions expressed with the Einstein summation convention carry the computation, which is the source of the claimed scalability.
  • The phase transition in Theorem 2 gives a principled cutoff for model selection: singular vectors whose signal-to-noise ratio $\ell_i$ is at most 1 are asymptotically orthogonal to the truth and should be discarded.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper only proves the centered decomposition under the condition that the entries of $\mathcal{Q}$ sum to $O(N^{-1/2})$; a natural testable extension would estimate and subtract the average of $\mathcal{Q}$ before running the pipeline, which might make the method work for non-centered initiators.
  • Because the argument is spectral and uses only signal-plus-noise structure, it likely transfers to multiplex stochastic block models or other tensor models whose initiator has the same constant-plus-low-rank form, though that transfer is not examined in the paper.
  • The denoise-then-solve pipeline separates cleanly into two modules, so one could replace the shrinkage step with another low-rank estimator or the regression step with another sparse solver and still obtain an end-to-end method; the paper does not test such substitutions.
  • A quantitative scalability comparison, such as flop counts or runtimes against $N$ and $L$ for the Einstein-contraction implementation versus a naive Kronecker construction, would make the scalability claim more concrete; the experiments here show error curves but not timing.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 7 minor

Summary. The paper proposes a tensor-based framework for random Kronecker graphs on multiplex networks. It represents a multiplex network as a fourth-order adjacency tensor A in R^{N×L×N×L}, re-parameterizes the initiator as P_{iαjβ} = p + Q_{iαjβ}/√N (Assumption 1), and claims a signal-plus-noise decomposition A = π(P_K)π^{-1} + E with P_K approximately p^K 1*1^T + √N S_K^π. It then defines a centered adjacency tensor A_bar, claims a quarter-circle phase transition for its singular values (Theorem 2), and proposes a shrinkage estimator (Corollary 1) followed by a permuted linear regression to recover Q (Algorithms 1–3). Numerical experiments on synthetic data are provided to illustrate the shrinkage behavior.

Significance. If the theoretical claims were correct, the paper would contribute a computationally attractive, tensor-based inference method for large multiplex Kronecker graphs, exploiting the Einstein product to avoid materializing the full Kronecker power. The computational idea is appealing and the synthetic experiments show the intended shrinkage behavior in a special case. However, the central theory is not established: the model definition is dimensionally inconsistent, the key signal-plus-noise decomposition for A_bar relies on an unstated centering assumption that fails generically, and the proof of the phase transition does not verify the hypotheses of the cited random-matrix results. The paper therefore does not currently provide a sound foundation for its proposed meta-algorithm.

major comments (4)
  1. [Definition 7 and Assumption 1, Eq. (2)] The initiator P_1 is defined in R^{N×L×N×L} with indices i,j in {1,...,N} and α,β in {1,...,L}, but the K-th Kronecker power P_K = P_1^{⊗K} then has dimensions N^K × L^K × N^K × L^K, whereas the adjacency entries are still indexed by i,j in {1,...,N} and α,β in {1,...,L}. The model is therefore coherent only for K = 1. This invalidates the subsequent rank bound (Proposition 3(iii)) and the experiments (which use a 2×2 initiator with K = 10 and N = 4096) do not match the definition.
  2. [Proposition 4, Section 4.1, Eqs. (9)–(10)] The centeredness condition sum_{i,j,α,β} Q_{iαjβ} = O(N^{-1/2}) is not implied by Assumption 1 (Eq. (2)), which only bounds the maximum entry by O(1). For a generic initiator with O(1) entries, this sum is Θ(N^2 L^2). In that case the centering step in Eq. (9) leaves a rank-one term (1^T S_K 1 / N^2) 1*1^T with spectral norm Θ(1) in A_bar, so Eq. (10) is false. The proof invokes the centering assumption directly and ends with 'This concludes the proof of Proposition 3', instead of Proposition 4. Since Eq. (10) is the basis for Theorem 2 and Corollary 1, the inference guarantees do not hold for generic initiators.
  3. [Theorem 2, proof in Section 4.1] The proof appeals to random-matrix results for signal-plus-noise models with fixed signal rank, but here rank(S_K^π) ≤ (N−1)K+1 can be O(N) for fixed K, so the cited results in [2,12,8] do not apply without additional verification. The displayed identity (N−1)K+1 = (N−1)log(N)+1 is not justified by any assumption on K. Moreover, the noise entries in E have variance p^K(1−p^K) by Definition 7 and Assumption 1, not p(1−p); the quarter-circle density in Eq. (14) and the phase-transition threshold in Eq. (15) therefore use the wrong noise scale unless p is redefined, which would contradict Lemma 1.
  4. [Algorithm 1, step 3; Algorithm 2, step 2] Lemma 1 establishes that 1^T A 1 / N^2 → p^K almost surely, so the plug-in p̂ = 1^T A 1 / N^2 estimates p^K, not p. The shrinkage function f(t) = √(t^2 − 4 p̂(1−p̂)) in Algorithm 1 and Algorithm 2 therefore uses the wrong variance parameter for K > 1; the correct parameter is p^K(1−p^K). Algorithm 3 takes the K-th root, but Algorithms 1 and 2 do not, making the numerical experiments (which use K = 10) inconsistent with the stated algorithms.
minor comments (7)
  1. [Theorem 1, Eq. (6)] The statement says 'for M large' but M is never defined; it should be 'for N large'.
  2. [Proof of Proposition 4] The proof ends with 'This concludes the proof of Proposition 3', which should read 'Proposition 4'.
  3. [Eq. (5)] The coefficient tensor θ in S_K = θ *2 Q should be indexed by K (e.g., θ_K) because it depends on the Kronecker power; as written it appears to be a single fixed tensor.
  4. [Eq. (16) and Algorithm 2] The Hamming-distance constraint d_H(π, I_N) ≤ s is introduced in Eq. (16) but is not used in Algorithm 2; the relaxed problem (17) and the IHT/L1 updates are defined without it.
  5. [Algorithm 2, steps 3–4] Steps 3–4 of Algorithm 2 duplicate the denoising output of Algorithm 1 (returning mat(Ŝ_K) and reshaping) instead of performing the regression update for vec(Q); this makes the pseudocode non-reproducible.
  6. [Figure 4 description] The text says the analysis is performed with m = 2, K = 10, resulting in N = 4096, but 2^10 = 1024; furthermore vec(mat(Q)) = [-5.5, 5.5, -1.5, 1.5] is a 4-dimensional vector, inconsistent with the N×L×N×L theory in Assumption 1.
  7. [Notation for all-ones tensor] The symbol 1 in Eq. (9) is used both as ones(N,L,N,L) and as the vector ones(N) in Lemma 1; this should be clarified to avoid confusion.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation: the theorems reduce to external spiked-model and shrinkage results, and the only self-citation ([5]) is non-load-bearing. The paper's main weakness is Proposition 4's unstated centering condition on Q, which is a correctness gap, not circularity.

full rationale

The derivation chain is not circular. Theorem 1 rests on Proposition 3's approximation of Θ_K by Θ_lin (Eq. 4), which is a direct small-rank approximation rather than a restatement of the conclusion. Lemma 1 consistently estimates p from the adjacency tensor, and using that estimate as a plug-in in the Gavish-Donoho shrinkage rule (Corollary 1, citing [12]) is standard practice, not a 'fitted input called prediction': the asymptotic loss formula is derived with the true p, and p_hat appears only in the threshold. Theorem 2's quarter-circle law and phase transition are imported from external random-matrix theory ([2,12,8]) and are not fitted to the data. The only self-citation appears in Section 3: 'A highly effective approach to representing multiplex networks is to use fourth-order tensors [6, 5].' This is corroborated by the external reference [6] and plays no role in any theorem, so it is not load-bearing. The serious flaw is in Proposition 4 (Section 4.1): the proof assumes '∑ Q_{iαjβ} = O(N^{-1/2})' even though Assumption 1 only bounds max |Q| = O(1). Without that centering condition, the subtraction in Eq. (9) does not cancel the rank-one constant term, leaving a non-negligible residual that invalidates Eq. (10) and the downstream shrinkage and phase-transition results. The proof also ends with the mislabeled sentence 'This concludes the proof of Proposition 3.' This is an unstated assumption and a proof gap, but it is not circular: the hypothesis of Proposition 4 is not defined in terms of its conclusion, and no parameter is relabeled as a prediction. Score 2 reflects the minor, non-load-bearing self-citation rather than any circular reduction.

Assumptions & free parameters 4 free parameters · 7 assumptions · 0 invented entities

The central inference pipeline rests on Assumption 1's re-parameterization, the unproved centeredness of Q, and the extension of fixed-rank spiked random matrix theory to a rank-O(N) signal. The only quantities fitted to data are the graph parameter p (estimated consistently under Lemma 1) and algorithm hyperparameters γ, s, η whose values are never specified. No new physical entities are introduced.

free parameters (4)
  • p (edge probability in initiator re-parameterization) = estimated as \hat p = 1^T A 1 / N^2 (Lemma 1); used in shrinkage threshold 2√(p(1-p))
    Model parameter fitted to the same adjacency tensor; not independently known, but estimation is claimed consistent.
  • γ (L1 sparsity regularization weight) = not specified in paper
    Introduced in optimization (18) for convex relaxation; no value or selection rule given.
  • s (permutation sparsity level) = not specified in paper
    Appears in constraints (16) and (17); controls number of mismatched vertices in permuted regression; no choice rule.
  • η (IHT step length) = not specified in paper
    Algorithm 2 line 7 uses step length η for iterative hard thresholding; value not provided.
assumptions (7)
  • standard math Standard tensor algebra: n-mode products, Einstein product, flattening, tensor Kronecker product (Defs. 1-3, 4, 6 and Props. 1-2).
    Background assumed without proof, cited to [4,7,15,17]; used in all derivations.
  • standard math Strong law of large numbers for independent Bernoulli entries.
    Used in Lemma 1 proof to show 1^T E 1 / N^2 -> 0 almost surely.
  • domain assumption Assumption 1: initiator entries satisfy P1 = p + Q/√N with ||Q||max = O(1).
    Defines the asymptotic regime; needed for Proposition 3 and Theorem 1; not proved.
  • ad hoc to paper Centeredness: sum_{i,j,α,β} Q = O(N^{-1/2}).
    Stated immediately before Proposition 4 to make the constant term cancel; not implied by Assumption 1 and not justified by the graph model.
  • domain assumption Spiked random matrix theory (quarter-circle law, BBP phase transition, deterministic equivalence) applies to centered adjacency with rank growing as O(N).
    Theorem 2 relies on [2,8,12] without verifying their hypotheses; the rank grows with N, beyond the fixed-rank regime of classical spiked models.
  • domain assumption Sparsity of the vertex permutation: s << N in Eq. 16.
    Used to relax NP-hard permuted regression to sparse perturbation; not guaranteed for general Kronecker graph inference.
  • ad hoc to paper Singular values of S^π_K above √(p(1-p)) are distinct.
    Stated in Corollary 1 to avoid degenerate cases; no generic reason to hold.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Scalable inference of large-scale random kronecker graphs via tensor decomposition and Einstein summation." pith.science (2026). https://pith.science/paper/LDTMX3EL

@misc{pith2026250622292,
  author       = {Pith},
  title        = {Pith review of: Scalable inference of large-scale random kronecker graphs via tensor decomposition and Einstein summation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LDTMX3EL}},
  note         = {Machine review of arXiv:2506.22292}
}
read the original abstract

In this paper, we extend the analysis of random Kronecker graphs to multi-dimensional networks represented as tensors, enabling a more detailed and nuanced understanding of complex network structures. We decompose the adjacency tensor of such networks into two components: a low-rank signal tensor that captures the essential network structure and a zero-mean noise tensor that accounts for random variations. Building on recent advancements in tensor decomposition and random tensor theory, we introduce a generalized denoise-and-solve framework that leverages the Einstein summation convention for efficient tensor operations. This approach significantly reduces computational complexity while demonstrating strong performance in network inference tasks, providing a scalable and efficient solution for analyzing large-scale, multi-dimensional networks.

Figures

Figures reproduced from arXiv: 2506.22292 by the authors.

Figure 1
Figure 1. An example of a Multiplex network 4. The Generalized analysis of random graph model approach and meta-algorithm for multiplex network structure For a multiplex network represented by 𝐺(𝑉 , 𝐸), where 𝑉 is the set of vertices (nodes) and 𝐸 is the set of edges, and with 𝑁 representing the total number of nodes, we define the adjacency tensor  ∈ ℝ𝑁×𝐿×𝑁×𝐿. This adjacency tensor encapsulates the structure of the entire m… view at source ↗
Figure 2
Figure 2. Shrinkage Estimation of Small-Rank tensor 𝐾 : Theory vs Empirical Results Page 11 of 14 [PITH_FULL_IMAGE:figures/full_fig_p011_2.png] view at source ↗
Figure 3
Figure 3. Operator norm error analysis of ̄ − (  √ 𝑁 + 𝐾 ) with varying nodes sizes 𝑁 Furthermore, in our analysis, we applied the singular value decomposition (SVD) to the estimated matrix mat( 𝜋  ). The first estimate of mat( 𝜋  )was obtained by applying hard thresholding (HS) on the SVD of the noisy centered adjacency matrix 𝐴̃, as follows: mat(̂  ) = 𝑟𝑎𝑛𝑘(𝑆 𝐾 ∑ ) 𝑖=1 ̂𝜎𝑖 𝑢𝑖 ̂𝑣 ⊤ 𝑖 where ̂𝜎𝑖 , 𝑢𝑖 , and ̂𝑣𝑖 repre… view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Histogram of singular values of 𝐴 /√ 𝑝(1 − 𝑝) Conclusion In this paper, we introduce a highly efficient and scalable method for completing multidimensional networks using a generalized graph model. Our approach combines tensor decomposition techniques with advanced con…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

27 extracted references · 26 canonical work pages

  1. [20]

    Analysis and Approximate Inference of Large Random Kronecker Graphs

    Liao, Z., Xia, Y., Niu, C., Xiao, Y., 2023. Analysis and approximate inference of large random kronecker graphs. arXiv preprint arXiv:2306.08489

  2. [12]

    Optimal shrinkage of singular values

    Gavish, M., Donoho, D.L., 2017. Optimal shrinkage of singular values. IEEE Transactions on Information Theory 63, 2137–2152

  3. [5]

    A tensor network low rank completion method

    Bentbib, A.H., Jbilou, K., Khobizy, S., 2025. A tensor network low rank completion method. Computational and Applied Mathematics 44, 87

  4. [1]

    Community detection and stochastic block models: recent developments

    Abbe, E., 2018. Community detection and stochastic block models: recent developments. Journal of Machine Learning Research 18, 1–86

  5. [2]

    On sample eigenvalues in a generalized spiked population model

    Bai, Z., Yao, J., 2012. On sample eigenvalues in a generalized spiked population model. Journal of Multivariate Analysis 106, 167–177

  6. [3]

    Emergence of scaling in random networks

    Barabási, A.L., Albert, R., 1999. Emergence of scaling in random networks. science 286, 509–512

  7. [4]

    Further results on generalized inverses of tensors via the einstein product

    Behera, R., Mishra, D., 2017. Further results on generalized inverses of tensors via the einstein product. Linear and Multilinear Algebra 65, 1662–1682

  8. [6]

    Bergermann,K.,Stoll,M.,2022.Fastcomputationofmatrixfunction-basedcentralitymeasuresforlayer-coupledmultiplexnetworks.Physical Review E 105, 034305

Show all 27 references
  1. [7]

    Solving multilinear systems via tensor inversion

    Brazell, M., Li, N., Navasca, C., Tamon, C., 2013. Solving multilinear systems via tensor inversion. SIAM Journal on Matrix Analysis and Applications 34, 542–570

  2. [8]

    Random matrix methods for machine learning

    Couillet, R., Liao, Z., 2022. Random matrix methods for machine learning. Cambridge University Press

  3. [9]

    Decompositions of a higher-order tensor in block terms—part ii: Definitions and uniqueness

    De Lathauwer, L., 2008. Decompositions of a higher-order tensor in block terms—part ii: Definitions and uniqueness. SIAM Journal on Matrix Analysis and Applications 30, 1033–1066

  4. [10]

    A fair comparison of graph neural networks for graph classification

    Errica, F., Podda, M., Bacciu, D., Micheli, A., 2019. A fair comparison of graph neural networks for graph classification. arXiv preprint arXiv:1912.09893

  5. [11]

    Big graphs: challenges and opportunities

    Fan, W., 2022. Big graphs: challenges and opportunities. Proceedings of the VLDB Endowment 15, 3782–3797

  6. [13]

    Snap datasets: Stanford large network dataset collection

    Jure, L., 2014. Snap datasets: Stanford large network dataset collection. Retrieved December 2021 from http://snap. stanford. edu/data

  7. [14]

    Stochastic blockmodels and community structure in networks

    Karrer, B., Newman, M.E., 2011. Stochastic blockmodels and community structure in networks. Physical Review E—Statistical, Nonlinear, and Soft Matter Physics 83, 016107

  8. [15]

    Tensor decompositions and applications

    Kolda, T.G., Bader, B.W., 2009. Tensor decompositions and applications. SIAM review 51, 455–500

  9. [16]

    A guide to conquer the biological network era using graph theory

    Koutrouli, M., Karatzas, E., Paez-Espino, D., Pavlopoulos, G.A., 2020. A guide to conquer the biological network era using graph theory. Frontiers in bioengineering and biotechnology 8, 34

  10. [17]

    Page 13 of 14

    Lee,N.,Cichocki,A.,2014.Fundamentaltensoroperationsforlarge-scaledataanalysisintensortrainformats.arXivpreprintarXiv:1405.7786 . Page 13 of 14

  11. [18]

    Kronecker graphs: an approach to modeling networks

    Leskovec, J., Chakrabarti, D., Kleinberg, J., Faloutsos, C., Ghahramani, Z., 2010. Kronecker graphs: an approach to modeling networks. Journal of Machine Learning Research 11

  12. [19]

    Statistical properties of community structure in large social and information networks, in: Proceedings of the 17th international conference on World Wide Web, pp

    Leskovec, J., Lang, K.J., Dasgupta, A., Mahoney, M.W., 2008. Statistical properties of community structure in large social and information networks, in: Proceedings of the 17th international conference on World Wide Web, pp. 695–704

  13. [21]

    Information network or social network? the structure of the twitter follow graph, in: Proceedings of the 23rd international conference on world wide web, pp

    Myers, S.A., Sharma, A., Gupta, P., Lin, J., 2014. Information network or social network? the structure of the twitter follow graph, in: Proceedings of the 23rd international conference on world wide web, pp. 493–498

  14. [22]

    The structure and function of complex networks

    Newman, M.E., 2003. The structure and function of complex networks. SIAM review 45, 167–256

  15. [23]

    Randomgraphmodelsofsocialnetworks

    Newman,M.E.,Watts,D.J.,Strogatz,S.H.,2002. Randomgraphmodelsofsocialnetworks. Proceedingsofthenationalacademyofsciences 99, 2566–2572

  16. [24]

    Using graph theory to analyze biological networks

    Pavlopoulos, G.A., Secrier, M., Moschopoulos, C.N., Soldatos, T.G., Kossida, S., Aerts, J., Schneider, R., Bagos, P.G., 2011. Using graph theory to analyze biological networks. BioData mining 4, 1–27

  17. [25]

    Topology of the world trade web

    Serrano, M.A., Boguná, M., 2003. Topology of the world trade web. Physical Review E 68, 015101

  18. [26]

    Todorovic, S., 2012. Human activities as stochastic kronecker graphs, in: Computer Vision–ECCV 2012: 12th European Conference on Computer Vision, Florence, Italy, October 7-13, 2012, Proceedings, Part II 12, Springer. pp. 130–143

  19. [27]

    Collective dynamics of ‘small-world’networks

    Watts, D.J., Strogatz, S.H., 1998. Collective dynamics of ‘small-world’networks. nature 393, 440–442. Page 14 of 14

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.