REVIEW 4 major objections 4 minor 46 references
Assessing the Robustness and Reducibility of Multiplex Networks with Embedding-Aided Interlayer Similarities
T0 review · 4 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A new interlayer similarity measure, EATSim, predicts multiplex network robustness and identifies reducible layers better than existing metrics.
desk verdict EATSim is a plausible new embedding-based interlayer similarity metric, but the headline robustness correlations are in-sample: the balance weight ω was tuned on the same robustness labels used for validation, so the claimed advantage over NMI is not yet established. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the EATSim dissimilarity $D(G^{(\alpha)},G^{(\beta)}) = \omega L_\mathrm{PED} + (1-\omega) L_\mathrm{AED}$, with $\omega=0.5$. The PED loss is the average absolute difference of Euclidean distances between all node pairs' embedding vectors in two layers, capturing local topological similarity; the AED loss is the mean Euclidean distance between aligned anchor-node embeddings after an orthogonal transformation $W$ is found by SVD of $X^{(\alpha)\top}X^{(\beta)}$, capturing global alignment consistency. The paper uses node2vec embeddings with dimension $d=32$, and argues that fixing the random seed makes structurally identical layers yield zero loss. EATSim equals $1-D$, so higher values mark more similar layers.
What would settle it
Evaluate EATSim on a held-out set of real multiplex networks (e.g., ten networks not used in this paper) with ω fixed at 0.5, and compare the Pearson correlation of EATSim with Ω against the NMI baseline; if the correlation no longer exceeds that of NMI, the state-of-the-art robustness claim does not generalize.
Extended reading notes
Core claim
The central claim is that interlayer similarity of multiplex networks can be faithfully quantified by combining two complementary geometric signals derived from node2vec embeddings: intralayer pairwise Euclidean distances (PED loss) and cross-layer Euclidean distances after an orthogonal alignment (AED loss). The resulting measure, EATSim, is claimed to encode both the local topology of each layer and the global alignment consistency of anchor nodes across layers. The paper argues that this combination is what lets EATSim predict the robustness of a multiplex network against targeted attacks—measured by the size-independent robustness indicator Ω—more accurately than degree-based, entropy-based, mutual-information-based, and edge-overlap baselines, and to identify which layers are safe to aggregate in network reduction. In the paper's own reading, EATSim's success is evidence that embedding geometry, not just static graph statistics, carries the information needed to assess interdependent network resilience and redundancy.
Load-bearing premise
The single balancing weight ω=0.5 for the two losses is fixed globally and was chosen by maximizing the same robustness correlation used to judge the method, so the claim depends on that fitted weight transferring to new networks.
Editorial extensions
If this is right
- If EATSim is a reliable robustness predictor, then measuring only two layers' embedding geometry is enough to rank which multiplex networks are likely to survive targeted attacks without simulating cascading failures.
- EATSim-based hierarchical aggregation can shrink a multiplex to fewer layers while preserving distinguishability; in the Candida network it achieves q=0.711 at four layers, the best among compared methods.
- Because EATSim captures both angular and radial geometric correlations in GMM synthetic networks, it extends robustness prediction beyond angular-only measures like those based on [12].
- The same similarity score serves both robustness prediction and layer reduction, suggesting a single geometric measure may replace task-specific interlayer similarity indices.
Reading between the lines
- A direct extension is to test whether EATSim's predictive power survives when the base embeddings come from deeper models (e.g., graph neural networks) rather than node2vec, which would show the geometric losses are the active ingredient.
- Because the two losses are scale-sensitive, applying EATSim to weighted multiplex networks would require a normalization step; exploring that could generalize the measure to transportation and biological networks with heterogeneous edge weights.
- The reducibility application suggests a greedy algorithm that always merges the pair with highest EATSim; an alternative is to use EATSim as a distance for global clusterings of layers, which might find better non-greedy reductions.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes EATSim, an interlayer similarity measure for multiplex networks that combines a Pairwise Euclidean Distance (PED) loss on node2vec embeddings with an Aligned Euclidean Distance (AED) loss after an orthogonal transformation. The method is validated on synthetic networks (BA rewiring, GMM angular/radial correlations) and on 17 real multiplex networks for two downstream tasks: predicting robustness Ω (defined via GMCC size under targeted attack relative to reshuffled networks) and structural reducibility q. The headline results are Pearson correlations PCC=0.882 (synthetic) and 0.856 (real) between EATSim and Ω, which outperform JSD, NMI, D-measure, and LSim, and competitive layer-reduction dendrograms on genetic, social, transport, and neuronal multiplexes.
Significance. The proposed combination of local geometric distance comparisons and cross-layer alignment is sensible, computationally light, and the authors demonstrate monotone behavior against rewiring probability and GMM angular/radial correlations. If the robustness correlations were shown to be predictive rather than in-sample, the method would be a practically useful addition to the interlayer-similarity toolbox. However, the central quantitative claim is weakened by the fact that the only tunable parameter, ω, is selected by maximizing the Pearson correlation with the very robustness measure used for validation. The manuscript also lacks code, confidence intervals, and a clear validation split, so the claimed margin over NMI cannot currently be assessed as predictive.
major comments (4)
- [Sec. 2.4 and Sec. 3.2] The hyperparameter ω in Eq. (5) is chosen by scanning values from 0 to 1 and retaining the value that maximizes the Pearson correlation with the robustness indicator Ω, and the same Ω values are then used to report PCC=0.882 and 0.856 as evidence that EATSim 'predicts' robustness. This is in-sample model selection rather than predictive validation. Because the margin over the NMI baseline (PCC=0.819 on real networks) is small, a held-out evaluation (e.g., selecting ω on a subset of GMM configurations or on synthetic networks only and then evaluating on real networks) and bootstrap confidence intervals are necessary to support the state-of-the-art claim.
- [Eq. (5)] The PED and AED losses are not normalized or rescaled relative to each other, so ω=0.5 is not a neutral balance but a calibration of two quantities with different units and scales. The transferability of a single global ω to new networks is therefore questionable; the authors should report the relative magnitudes of LPED and LAED, and ideally normalize each term (e.g., z-score or min-max) before combining, or estimate the scale ratio and show that ω=0.5 is robust across networks.
- [Abstract and Sec. 3.3] The statement that EATSim achieves 'state-of-the-art performance' in network reducibility is not supported by the reported results: on the London network NMI reaches q=0.521 while EATSim reaches 0.487, and on several datasets all methods perform comparably. The authors should either qualify the claim to specific datasets or regimes or provide an aggregate comparison (e.g., mean rank, number of wins) across all nine reducibility datasets.
- [Sec. 3.2 and Fig. 3(a)] The synthetic PCC of 0.882 is computed by pooling GMM networks of sizes 2,000–5,000. Since Ω is designed to be size-independent but EATSim may have residual size dependence, the pooled correlation could be confounded by network size. Report per-size correlations or include size as a covariate in the analysis.
minor comments (4)
- [Eq. (4)] The summation runs from k=0 to N, but node indices are 1..N; this should be k=1 to N.
- [Sec. 2.4] There is a typo: 'we Iet ω = 0.5' should read 'we let ω = 0.5'.
- [References and availability] The supplemental material is referenced as [43] with a URL placeholder, and no code or data availability statement is provided; adding these would make the results reproducible.
- [Sec. 3.1] The claim that EATSim exhibits 'remarkable generalization capabilities' is based on one set of node2vec hyperparameters (d=32, walks=10, window=10); a short sensitivity analysis for these choices would strengthen the claim.
Circularity Check
Robustness prediction is partially in-sample: ω is tuned against Ω, the same target used for the reported PCC.
-
fitted input called prediction
[Sec. 2.4 (Eq. 5) and Sec. 3.2 (Eq. 7, Fig. 3)]
"A comparative analysis of ω values ranging from 0 to 1 (see Supplementary Fig. 1 for details [43]) reveals a non-monotonic relationship between ω and the Pearson correlation to the network robustness indicator, with the maximum correlation observed at ω = 0.5. ... The Pearson Correlation Coefficient (PCC) between EATSim and Ω equals 0.882, higher than other network similarity measurements."
In Eq. (5), EATSim's dissimilarity is D = ω L_PED + (1−ω) L_AED. Section 2.4 selects ω by maximizing the Pearson correlation with 'the network robustness indicator', i.e., the same Ω defined in Eq. (7) that Section 3.2 uses as the target variable. The reported PCC(EATSim, Ω) = 0.882 is therefore the value of the selection objective itself, evaluated on the same synthetic networks used to choose ω; it is a fitted in-sample maximum over the scanned one-parameter family, not an independent predictive correlation. Because the margin over NMI (0.819 on real networks) is offered as evidence of superiority, and no held-out split or nested validation is reported, the robustness-prediction claim partially reduces to the fitting procedure.
full rationale
The EATSim construction from node2vec embeddings is not circular by itself: PED and AED are defined from embedding geometry without reference to robustness, and the reducibility experiments and correlations with GMM's g/v parameters are not reduced to the fitted weight. However, the headline robustness validation in Sec. 3.2 is compromised by the ω-selection step in Sec. 2.4. Since ω is explicitly chosen to maximize the Pearson correlation with the robustness indicator, reporting the resulting PCC as predictive evidence is an in-sample evaluation: the reported quantity is the same objective used during model selection. Concretely, with ω* = argmax_ω ρ(ω L_PED + (1−ω) L_AED, Ω), the reported ρ(EATSim, Ω) = ρ(ω* L_PED + (1−ω*) L_AED, Ω) = max_ω ρ(...), so the 0.882/0.856 correlations are optimized values rather than out-of-sample predictions. The single fitted scalar limits the degree of inflation, and the paper's self-citations (e.g., [29] for embedding dimension, [32] for Euclidean distances in embedding space) are ordinary methodological references, not load-bearing circularity. Score 6 reflects that the central robustness-prediction claim partially reduces to the fitted parameter, while the rest of the method retains independent content.
Assumptions & free parameters
free parameters (1)
- omega (PED/AED balance weight) =
0.5
assumptions (5)
- domain assumption node2vec embeddings place structurally similar nodes close in Euclidean space
- domain assumption The geometric spaces of different layers are comparable via orthogonal transformation
- domain assumption All layers share the same node set with one-to-one interlinks
- ad hoc to paper omega = 0.5 is a valid global balance across networks
- domain assumption GMM angular and radial correlations and rewiring probabilities are valid ground-truth similarity benchmarks
Cite this review
Pith. "Pith review of Assessing the Robustness and Reducibility of Multiplex Networks with Embedding-Aided Interlayer Similarities." pith.science (2026). https://pith.science/paper/7F53EQVX
@misc{pith2026250506998,
author = {Pith},
title = {Pith review of: Assessing the Robustness and Reducibility of Multiplex Networks with Embedding-Aided Interlayer Similarities},
year = {2026},
howpublished = {\url{https://pith.science/paper/7F53EQVX}},
note = {Machine review of arXiv:2505.06998}
}
read the original abstract
The study of interlayer similarity of multiplex networks helps to understand the intrinsic structure of complex systems, revealing how changes in one layer can propagate and affect others, thus enabling broad implications for transportation, social, and biological systems. Existing algorithms that measure similarity between network layers typically encode only partial information, which limits their effectiveness in capturing the full complexity inherent in multiplex networks. To address this limitation, we propose a novel interlayer similarity measuring approach named Embedding Aided inTerlayer Similarity (EATSim). EATSim concurrently incorporates intralayer structural similarity and cross-layer anchor node alignment consistency, providing a more comprehensive framework for analyzing interconnected systems. Extensive experiments on both synthetic and real-world networks demonstrate that EATSim effectively captures the underlying geometric similarities between interconnected networks, significantly improving the accuracy of interlayer similarity measurement. Moreover, EATSim achieves state-of-the-art performance in two downstream applications: predicting network robustness and network reducibility, showing its great potential in enhancing the understanding and management of complex systems.
Reference graph
Works this paper leans on
-
[1]
Gleeson, Yamir Moreno, and Mason A
Mikko Kivelä, Alex Arenas, Marc Barthelemy, James P. Gleeson, Yamir Moreno, and Mason A. Porter. Multilayer networks.Journal of Complex Networks, 2(3):203–271, 07 2014
work page 2014
-
[2]
More is different in real-world multilayer networks
Manlio De Domenico. More is different in real-world multilayer networks. Nature Physics, 19(9):1247–1262, Sep 2023
work page 2023
-
[3]
Jianxi Gao, Sergey V. Buldyrev, H. Eugene Stanley, and Shlomo Havlin. Networks formed from interdependent networks.Nature Physics, 8(1):40–48, Jan 2012
work page 2012
-
[4]
A survey of link prediction in complex networks.ACM Comput
Víctor Martínez, Fernando Berzal, and Juan-Carlos Cubero. A survey of link prediction in complex networks.ACM Comput. Surv., 49(4), dec 2016. 15
work page 2016
-
[5]
Porter, Sergio Gómez, and Alex Arenas
Manlio De Domenico, Albert Solé-Ribalta, Emanuele Cozzo, Mikko Kivelä, Yamir Moreno, Mason A. Porter, Sergio Gómez, and Alex Arenas. Mathematical formula- tion of multilayer networks.Phys. Rev. X, 3:041022, Dec 2013
work page 2013
-
[6]
The science of science: From the perspective of complex systems
AnZeng, ZhesiShen, JianlinZhou, JinshanWu, YingFan, YouguiWang, andH.Eugene Stanley. The science of science: From the perspective of complex systems. Physics Reports, 714-715:1–73, 2017. The Science of Science: From the Perspective of Complex Systems
work page 2017
-
[7]
Hanchen Wang, Tianfan Fu, Yuanqi Du, Wenhao Gao, Kexin Huang, Ziming Liu, Payal Chandak, Shengchao Liu, Peter Van Katwyk, Andreea Deac, Anima Anandkumar, Karianne Bergen, Carla P. Gomes, Shirley Ho, Pushmeet Kohli, Joan Lasenby, Jure Leskovec, Tie-Yan Liu, Arjun Manrai, Debora Marks, Bharath Ramsundar, Le Song, Jimeng Sun, Jian Tang, Petar Veličković, Max...
work page 2023
-
[8]
Heterogeneous graph attention network
Xiao Wang, Houye Ji, Chuan Shi, Bai Wang, Yanfang Ye, Peng Cui, and Philip S Yu. Heterogeneous graph attention network. InThe world wide web conference, pages 2022–2032, 2019
work page 2022
Show all 46 references
-
[9]
Improving link prediction accuracy of network embedding algorithms via rich node attribute information.Journal of Social Computing, 4(4):326–336, 2023
Weiwei Gu, Jinqiang Hou, and Weiyi Gu. Improving link prediction accuracy of network embedding algorithms via rich node attribute information.Journal of Social Computing, 4(4):326–336, 2023
2023
-
[10]
Pay attention to weak ties: A heteroge- neous multiplex representation learning framework for link prediction.arXiv preprint arXiv:2406.11904, 2024
Weiwei Gu, Linbi Lv, Gang Lu, and Ruiqi Li. Pay attention to weak ties: A heteroge- neous multiplex representation learning framework for link prediction.arXiv preprint arXiv:2406.11904, 2024
2024 arXiv
-
[11]
Structural reducibility of multilayer networks.Nature Communications, 6(1):6864, Apr 2015
Manlio De Domenico, Vincenzo Nicosia, Alexandre Arenas, and Vito Latora. Structural reducibility of multilayer networks.Nature Communications, 6(1):6864, Apr 2015
2015
-
[12]
Ángeles Serrano
Kaj-Kolja Kleineberg, Lubos Buzna, Fragkiskos Papadopoulos, Marián Boguñá, and M. Ángeles Serrano. Geometric correlations mitigate the extreme vulnerability of mul- tiplex networks against targeted attacks.Phys. Rev. Lett., 118:218301, May 2017
2017
-
[13]
Schieber, Laura Carpi, Albert Díaz-Guilera, Panos M
Tiago A. Schieber, Laura Carpi, Albert Díaz-Guilera, Panos M. Pardalos, Cristina Masoller, and Martín G. Ravetti. Quantification of network structural dissimilarities. Nature Communications, 8(1):13928, Jan 2017
2017
-
[14]
Zizhen Xu and Shauhrat S. Chopra. Interconnectedness enhances network resilience of multimodal public transportation systems for safe-to-fail urban mobility. Nature Communications, 14(1):4291, Jul 2023
2023
-
[15]
Lifei Wang, Rui Nie, Zhang Zhang, Weiwei Gu, Shuo Wang, Anqi Wang, Jiang Zhang, and Jun Cai. A deep generative framework with embedded vector arithmetic and classi- fier for sample generation, label transfer, and clustering of single-cell data.Cell Reports Methods, 3(8), 2023. 16
2023
-
[16]
Enhancing transport properties in in- terconnected systems without altering their structure.Phys
Arsham Ghavasieh and Manlio De Domenico. Enhancing transport properties in in- terconnected systems without altering their structure.Phys. Rev. Res., 2:013155, Feb 2020
2020
-
[17]
Link prediction in multiplex networks based on interlayer similarity.Physica A: Statistical Mechanics and its Applications, 536:120978, 2019
Shaghayegh Najari, Mostafa Salehi, Vahid Ranjbar, and Mahdi Jalili. Link prediction in multiplex networks based on interlayer similarity.Physica A: Statistical Mechanics and its Applications, 536:120978, 2019
2019
-
[18]
Zhang and Fred Y
Ronda J. Zhang and Fred Y. Ye. Measuring similarity for clarifying layer difference in multiplex ad hoc duplex information networks.Journal of Informetrics, 14(1):100987, 2020
2020
-
[19]
Core-based approach to measure pairwiselayersimilarityinmultiplexnetwork
Debasis Mohapatra, Sourav Kumar Bhoi, Kalyan Kumar Jena, Chittaranjan Mallick, Kshira Sagar Sahoo, NZ Jhanjhi, and Mehedi Masud. Core-based approach to measure pairwiselayersimilarityinmultiplexnetwork. Intelligent Automation & Soft Computing, 34(1):51–64, 2022
2022
-
[20]
A community matching based approach to measuring layer similarity in multilayer networks.Social Networks, 68:1–14, 2022
Raji Ghawi and Jürgen Pfeffer. A community matching based approach to measuring layer similarity in multilayer networks.Social Networks, 68:1–14, 2022
2022
-
[21]
Characterizing the analogy between hyperbolic embedding and community structure of complex networks.Phys
Ali Faqeeh, Saeed Osat, and Filippo Radicchi. Characterizing the analogy between hyperbolic embedding and community structure of complex networks.Phys. Rev. Lett., 121:098301, Aug 2018
2018
-
[22]
Comparing alzheimer’s and parkinson’s diseases networks using graph communities structure.BMC Systems Biology, 10(1):25, Mar 2016
Alberto Calderone, Matteo Formenti, Federica Aprea, Michele Papa, Lilia Alberghina, Anna Maria Colangelo, and Paola Bertolazzi. Comparing alzheimer’s and parkinson’s diseases networks using graph communities structure.BMC Systems Biology, 10(1):25, Mar 2016
2016
-
[23]
Community detection in multi-layer graphs: A survey
Jungeun Kim and Jae-Gil Lee. Community detection in multi-layer graphs: A survey. SIGMOD Rec., 44(3):37–48, dec 2015
2015
-
[24]
Network mutual information measures for graph similarity.Communications Physics, 7(1):335, 2024
Helcio Felippe, Federico Battiston, and Alec Kirkley. Network mutual information measures for graph similarity.Communications Physics, 7(1):335, 2024
2024
-
[25]
Hamilton, Rex Ying, and Jure Leskovec
William L. Hamilton, Rex Ying, and Jure Leskovec. Representation learning on graphs: Methods and applications.IEEE Data Eng. Bull., 40(3):52–74, 2017
2017
-
[26]
A survey on network embedding
Peng Cui, Xiao Wang, Jian Pei, and Wenwu Zhu. A survey on network embedding. IEEE Transactions on Knowledge and Data Engineering, 31(5):833–852, 2019
2019
-
[27]
Mwtp: A heterogeneous multiplex representation learning framework for link prediction of weak ties.Neural Networks, page 107489, 2025
Weiwei Gu, Linbi Lv, Gang Lu, and Ruiqi Li. Mwtp: A heterogeneous multiplex representation learning framework for link prediction of weak ties.Neural Networks, page 107489, 2025
2025
-
[28]
Discovering latent node informa- tion by graph attention network.Scientific reports, 11(1):6967, 2021
Weiwei Gu, Fei Gao, Xiaodan Lou, and Jiang Zhang. Discovering latent node informa- tion by graph attention network.Scientific reports, 11(1):6967, 2021. 17
2021
-
[29]
Principled approach to the selection of the embedding dimension of networks
Weiwei Gu, Aditya Tandon, Yong-Yeol Ahn, and Filippo Radicchi. Principled approach to the selection of the embedding dimension of networks. Nature Communications, 12(1):3772, 2021
2021
-
[30]
Graph neural networks in node classification: survey and evaluation.Mach
Shunxin Xiao, Shiping Wang, Yuanfei Dai, and Wenzhong Guo. Graph neural networks in node classification: survey and evaluation.Mach. Vision Appl., 33(1), jan 2022
2022
-
[31]
A general deep reinforcement learning hyperheuristic framework for solving combinatorial opti- mization problems
Jakob Kallestad, Ramin Hasibi, Ahmad Hemmati, and Kenneth Sörensen. A general deep reinforcement learning hyperheuristic framework for solving combinatorial opti- mization problems. European Journal of Operational Research, 309(1):446–468, 2023
2023
-
[32]
The hidden flow structure and metric space of network embedding algorithms based on random walks.Scientific re- ports, 7(1):13114, 2017
Weiwei Gu, Li Gong, Xiaodan Lou, and Jiang Zhang. The hidden flow structure and metric space of network embedding algorithms based on random walks.Scientific re- ports, 7(1):13114, 2017
2017
-
[33]
Exploitingsimilaritiesamonglanguages for machine translation, 2013
TomasMikolov, QuocV.Le, andIlyaSutskever. Exploitingsimilaritiesamonglanguages for machine translation, 2013
2013
-
[34]
Catastrophic cascade of failures in interdependent networks.Nature, 464(7291):1025– 1028, Apr 2010
SergeyV.Buldyrev, RoniParshani, GeraldPaul, H.EugeneStanley, andShlomoHavlin. Catastrophic cascade of failures in interdependent networks.Nature, 464(7291):1025– 1028, Apr 2010
2010
-
[35]
Structural measures for multi- plex networks.Phys
Federico Battiston, Vincenzo Nicosia, and Vito Latora. Structural measures for multi- plex networks.Phys. Rev. E, 89:032804, Mar 2014
2014
-
[36]
node2vec: Scalable feature learning for networks
Aditya Grover and Jure Leskovec. node2vec: Scalable feature learning for networks. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discov- ery and Data Mining, KDD ’16, page 855–864, New York, NY, USA, 2016. Association for Computing Machinery
2016
-
[37]
Line: Large-scale information network embedding
Jian Tang, Meng Qu, Mingzhe Wang, Ming Zhang, Jun Yan, and Qiaozhu Mei. Line: Large-scale information network embedding. In Proceedings of the 24th international conference on world wide web, pages 1067–1077, 2015
2015
-
[38]
Inductive representation learning on large graphs
Will Hamilton, Zhitao Ying, and Jure Leskovec. Inductive representation learning on large graphs. Advances in neural information processing systems, 30, 2017
2017
-
[39]
Semi-supervised classification with graph convolu- tional networks.arXiv preprint arXiv:1609.02907, 2016
Thomas N Kipf and Max Welling. Semi-supervised classification with graph convolu- tional networks.arXiv preprint arXiv:1609.02907, 2016
2016 arXiv
-
[40]
Efficient estimation of word representations in vector space.arXiv preprint arXiv:1301.3781, 2013
Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space.arXiv preprint arXiv:1301.3781, 2013
2013 arXiv
-
[41]
Network communitydetectionvianeuralembeddings
Sadamori Kojaku, Filippo Radicchi, Yong-Yeol Ahn, and Santo Fortunato. Network communitydetectionvianeuralembeddings. Nature Communications, 15(1):9446, 2024
2024
-
[42]
Umap: Uniform manifold approxi- mation and projection for dimension reduction.arXiv preprint arXiv:1802.03426, 2018
Leland McInnes, John Healy, and James Melville. Umap: Uniform manifold approxi- mation and projection for dimension reduction.arXiv preprint arXiv:1802.03426, 2018. 18
2018 arXiv
-
[43]
SeeSupplementalMaterialat[urlwillbeinsertedbypublisher]fordetailedexperimental analysis of parameterω selection; investigation of the relationship between EATSim and geometric correlations in GMM; exploration of how clustering coefficient and tempera- ture T affect network rob...
-
[44]
Ángeles Serrano, and Fragkiskos Papadopou- los
Kaj-Kolja Kleineberg, Marián Boguñá, M. Ángeles Serrano, and Fragkiskos Papadopou- los. Hidden geometric correlations in real multiplex networks. Nature Physics, 12(11):1076–1081, Nov 2016
2016
-
[45]
The robustness of interdependent directed networks with intra-layer angular correlations.Frontiers in Physics, 9:755567, 2021
Zongning Wu, Zengru Di, and Ying Fan. The robustness of interdependent directed networks with intra-layer angular correlations.Frontiers in Physics, 9:755567, 2021
2021
-
[46]
Saulo D. S. Reis, Yanqing Hu, Andrés Babino, José S. Andrade Jr, Santiago Canals, Mariano Sigman, and Hernán A. Makse. Avoiding catastrophic failure in correlated networks of networks.Nature Physics, 10(10):762–767, Oct 2014. 19
2014
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.