Next Article in Journal
Gauge Function as a New and Powerful Tool to Study the Van der Pol Oscillator
Next Article in Special Issue
On the Evolutionary Dynamics and Optimal Control of a Tripartite Game in the Pharmaceutical Procurement Supply Chain with Regulatory Participation
Previous Article in Journal
Lightweight and Accurate Table Recognition via Improved SLANet with Multi-Phase Training Strategy
Previous Article in Special Issue
How Does Government Innovation Regulation Inhibit Corporate “Greenwashing”?—Based on a Tripartite Evolutionary Game Perspective
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimate Laplacian Spectral Properties of Large-Scale Networks by Random Walks and Graph Transformation

1
Adaptive Networks and Control Lab, Department of Electronic Engineering, School of information Science and Technology, Fudan University, Shanghai 200240, China
2
School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA
3
College of Electronic Engineering, National University of Defense Technology, Hefei 230037, China
*
Author to whom correspondence should be addressed.
Mathematics 2026, 14(1), 26; https://doi.org/10.3390/math14010026
Submission received: 14 November 2025 / Revised: 11 December 2025 / Accepted: 19 December 2025 / Published: 21 December 2025
(This article belongs to the Special Issue Dynamic Analysis and Decision-Making in Complex Networks)

Abstract

For network graphs, numerous graph features are intimately linked to eigenvalues of the Laplacian matrix, such as connectivity and diameter. Thus, it is very important to solve eigenvalues of the Laplacian matrix for graphs. Similarly, for higher-order networks, eigenvalues of combinatorial Laplacian matrices are also important for invariants of graphs. However, for large-scale networks, it is difficult to calculate eigenvalues of the Laplacian matrix directly because it is either very difficult to obtain the whole network structure or requires a lot of computing resources. Therefore, this article makes the following contributions. Firstly, this paper proposes a random walk approach for estimating the bounds of the greatest eigenvalues of Laplacian matrices for large-scale networks. Considering the relationship between the spectral moments of the adjacency matrix and the closed paths in the network, we utilize the relationship between the adjacency matrix and the Laplacian matrix to establish the relationship between the Laplacian matrix and the closed paths. Then, we employ equiprobable random walks to sample the large graph to obtain the small graph. Through algebraic topology knowledge, we obtain the bounds of the largest eigenvalue of the Laplacian matrix of the large graph by using Laplacian spectral moments of the small graph. Secondly, for high-order networks, this paper proposes a method based on random walks and graph transformations. The graph transformation we propose mainly converts graphs with second-order simplices into ordinary weighted graphs, thereby transforming the problem of solving the spectral moments of the second-order combined Laplacian matrix into solving the spectral moments of the adjacency matrix. Then, we use the aforementioned random walk method to solve bounds of the greatest eigenvalue of the second-order combinatorial Laplacian matrix. Finally, by comparing the proposed method with existing algorithms in synthetic and real networks, its accuracy and superiority are demonstrated.

1. Introduction

In recent years, in the field of complex network research, people have focused on large-scale networks; that is, large networks with millions of nodes and tens of millions of connected edges. It is challenging to directly obtain the entire structure of a big network. Therefore, it is difficult to directly explore the topological properties of large-scale networks. The topological characteristics of large-scale networks include clustering coefficient, network density, spectral properties, and so on; among which the analysis of spectral properties has many applications in large-scale networks, such as web search index [1] or social network analysis [2]. Studying the characteristics of the graph’s adjacency matrix and Laplacian matrix is known as spectral property analysis. Numerous significant characteristics of graphs, such as network elasticity, community detection, and virus transmission speed, are demonstrated to be influenced by the matrix eigenvalues of graphs. The matrix eigenvalues of graphs have been used in chemistry, physics, and other applied sciences [3,4]. Solving the upper and lower bounds of the spectral radius of the Laplacian matrix in a network graph is of great significance; for example, the lower bound of the Laplacian matrix spectral radius is determined by the Cheeger constant, which measures the degree of connectivity. In practical application scenarios, if the lower bound of the spectral radius estimated by the algorithm in this article is greater than the Cheeger constant, it can be directly determined that the graph is connected and has strong connectivity. Moreover, estimating the Laplacian spectral radius can be used to estimate the density of a network graph. In data science, if the upper bound of the calculated Laplacian spectral radius is much smaller than the number of vertices, it can be considered a sparse graph and is suitable for efficient processing using spectral methods such as spectral clustering. Estimating the upper and lower bounds of the Laplacian spectral radius also plays an important role in network optimization and image segmentation.
In an ordinary network, an edge connects two nodes. The interaction relationship of nodes is binary, but, in real-world systems, the interaction relationship is non-binary and involves a joint nonlinear interaction of two more nodes. For example, in social systems [5], neuroscience [6,7], ecology [8], and biology [9], many connections take place at the group level between nodes of collective action rather than between pairs of nodes. We can better comprehend and forecast the dynamic behavior of a multi-component network by taking into account its higher-order structure. Higher-order networks can usually be used to describe the network relations of more than two nodes, and higher-order networks usually use hypergraphs [10] and simplicial complexes [11] to describe the interactions between nodes. For simplicial complexes, the interactions between nodes can be revealed by combinatorial Laplacian matrices. The eigenvalues of combinatorial Laplacian matrices for simplicial complex networks are of great importance in uncovering the properties of simplicial complex networks. For example, a representative ring of a particular homology (or cohomology) class can be extracted by the eigenvector associated with the zero eigenvalues of a combinatorial Laplacian matrix [12]. The combinatorial Laplacian operator has many applications. For example, it is a key operator in defining diffusion processes on simple complexes. Additionally, the combinational Laplacian operator can be applied to break down and analyze the evolution of simplex dynamic processes, so solving eigenvalues of combinational Laplacian matrices is very meaningful for exploring characteristics in simple complexes. The combinational Laplacian matrix is crucial in brain networks [13], game and traffic networks [14], data representation [15], machine learning [16], and other fields.

1.1. Previous Work

There are two kinds of analysis methods for spectral moments for the network. The first is to utilize an algebraic method to find the matrix’s eigenvalues and eigenvectors, and the second is to analyze the spectral moments of large-scale networks by the graphic method. For large-scale matrices, the calculation of eigenvalues requires a lot of computing resources and computing space, so direct calculation is not feasible. The eigenvalues must be obtained by other means. Among them, the iterative method forms the basis of most modern eigenvalue calculations. This method works by repeatedly refining the approximation of the eigenvector or eigenvalue and can terminate when the approximation reaches a suitable precision. The means include power iteration method [17], shift inverse iteration method [18], Rayleigh quotient method [19], simultaneous iteration method [20], and so on.
When only a series of local subgraphs in the network can be accessed, Preciado [21] was able to correlate connecting the adjacency matrix’s spectral moments with closed paths by studying the relationship between the structural characteristics of the network and the spectral moments of the adjacency matrices. To investigate the spectral characteristics of normalized Laplacian matrices of graphs, Wu [22] created a mathematical framework based on algebraic graph theory and convex optimization. Chu [23] proposed an algorithm to estimate the topological properties of large-scale networks by using extracted subgraphs to infer the key properties of the large graph. A sampling technique for determining the spectral radius of a big network adjacency matrix was presented by Abbas [24], who define a fractional value for the node and consider the sampling issue as an optimization issue. Unlike previous attempts to extract subgraphs of nodes with the most influence, Han [25] uses a straightforward random walk to select a small portion of a big network and calculates closed paths to determine the greatest eigenvalue of the adjacency matrix.

1.2. Contributions and Paper Organizations

In this research, we estimate the greatest eigenvalues of Laplacian matrices under big networks and estimate bounds of the greatest eigenvalues of combinatorial Laplacian matrices with simplex complexes. The main contributions of this paper are as follows:
  • We propose a graph transformation method that converts solving spectral moments of the combinatorial Laplacian matrix into solving spectral moments of the adjacency matrix, addressing the issue that the combinatorial Laplacian matrix lacks practical physical significance.
  • A random walk algorithm is proposed to estimate bounds of the greatest eigenvalues of the Laplacian matrix in large-scale networks. The correctness and superiority of the algorithm are proved by experimental simulation on real and synthetic networks.
  • A method combining graph transformation and random walks is proposed to estimate the bounds of the greatest eigenvalues of the second-order combinatorial Laplacian matrix in big networks with higher-order structures. Simulation investigation on real and synthetic networks confirms the algorithm’s efficacy.
The remainder of this paper is organized as follows. Section 2 introduces symbolic expressions and preliminaries and further describes the problem addressed in the paper. Section 3 introduces an algorithm for estimating the bounds of the greatest eigenvalue of the Laplacian matrix based on random walks in big networks and further introduces an algorithm for estimating the bounds of the greatest eigenvalue of the second-order combinatorial Laplacian matrix based on random walks and graph transformations. Section 4 demonstrates the correctness and advantages of this algorithm by comparing it with the current optimal algorithm. Section 5 concludes the paper.

2. Problem Formulation

2.1. Notation and Preliminaries

Consider a connected undirected simple graph G = { V , E } , where V represents the set of nodes of the network, E represents the set of connected edges of the network, and v V is a node in the simple graph G . Let N ( v ) represent the set of neighbors of node v , let d v represent the degree of node v , let D = v V d v represent the sum of degrees of all nodes in the graph G, and let represent the degree matrix of the graph G . Let A denote the adjacency matrix in graph G , whose size is | V | × | V | . Since the graph G is an undirected graph, the matrix A is symmetric and all its eigenvalues are real numbers, where λ 1 λ 2 λ V represents the eigenvalue of the adjacency matrix A; let Q = A represent the Laplacian matrix of graph G , whose size is |V|×|V|, where μ 1 μ 2 μ V represents the eigenvalue of the Laplacian matrix Q , where the spectral moment of the Laplacian matrix Q of the graph G is defined as follows:
m k Q = 1 n i = 1 n μ i k ,
The graph X is a simple complex network whose combinatorial Laplacian operators of order k can be expressed as L k , and k is the order of the highest simplex in the graph. L k is defined as follows:
L k = B k T B k + B k + 1 B k + 1 T ,
B k can represent the relationship between a simplex of k 1 order and a simplex of k order, and B k + 1 can represent the relationship between a simplex of k order and a simplex of k + 1 order. Formula (2) can be further expanded as follows:
( L k ) i j = ( B k T B k ) i j + ( B k + 1 B k + 1 T ) i j = d e g u ( σ i ) + k + 1 if   i = j ,     1 if   i j , σ i σ j , and   σ i σ j   with   similar   orientation      1 if   i j , σ i σ j , and   σ i σ j   with   dissimilar   orientation     0 if   i j   and   σ i σ j   or   σ i ψ σ j   ,
Two k-simplex σ i and σ j of a simplicial complex X are upper adjacent if both are faces of a k +1-simplex ε in X. This adjacency is denoted by σ i σ j . If the orientations of σ i and σ j agree with the ones induced by ε , then σ i , σ j are said to be similarly oriented with respect to ε . If not, we say that the two k-simplices are oriented differently. Two k-simplex σ i and σ j of a simplicial complex X are lower adjacent if both have a common face. This adjacency is denoted by σ i σ j . The definition of similar orientation and dissimilar orientation are the same as before. The upper degree of a k-simplex, denoted d e g u ( σ i ) , is the number of k +1-simplices in X of which σ i is a face.

2.2. Random Walk

Random walk is a sampling method. There are different walking strategies in random walks, such as walking according to the equal probability of node neighbors and non-equal probability walks (the walks with a tendency; for example, they tend to walk to neighbors with large node degrees). This paper takes an equal probability walk; that is, a node walks from one node to the next node and selects a neighbor node from the neighbor node of the current node with an equal probability to walk. Such a walk mode can ensure that the walking path obtained can represent the entire network to the greatest extent.
In many cases, the selection of the initial node of the random walk is crucial to the whole random walk process. If the initial node is selected as an edge node (that is, a node with a small node degree), the selected node needs to go through more walks to represent the whole network. Therefore, before selecting the initial node, it is necessary to go through a sufficient number of walks to ensure the generality of the initial node. The state reached after a sufficient number of walks is also called stationary distribution, and the initial node v i selected after smooth distribution is only related to the degree of node v i itself. P v i   i s   t h e   p r o b a b i l i t y   o f   n o d e s   b e i n g   r a n d o m l y   s e l e c t e d .   P v i is defined as follows:
P v i = d v i D ,
where D is the network diagram’s overall degree.
After the initial node is selected, the node starts to walk to its neighbors with equal probability and finally forms a series of node sequences, such as X i k = v i , v i + 1 , , v i + k , which represents the sequence of nodes obtained by node v i after k steps in the random walk process, and R k , which represents the set of wandering paths with all path lengths of k in the graph. The probability P X i k that happens to pass through node sequence X i k in the random walk process can be obtained as follows:
P X i k = d v i D 1 d v i 1 d v i + 1 · · · 1 d v i + k 1 = 1 D j = 1 k 1 1 d v i + j             k > 1 1 D                                                               k = 1 .

2.3. Problem Statement and Assumptions

It is quite challenging to directly determine the maximum eigenvalue of the Laplacian matrix for large networks, which requires a lot of computing resources and computing time. In many cases, it is impossible to obtain the complete topology of entire networks. Therefore, in order to estimate the border of the greatest eigenvalue of the Laplacian matrix, this research suggests an approach based on random walks. Additionally, this paper proposes an algorithm based on random walks and graph transformation to estimate the greatest eigenvalue boundary of the second-order combinatorial Laplacian operator.
The main problem studied in this article is based on the following assumptions: The network is an undirected simple graph; Network connectivity ensures the existence of the minimum non-zero eigenvalues of the Laplacian matrix; The edge weights are non negative real numbers and the weight values in high-order networks conform to the definition of the composite Laplacian matrix; The random walk process satisfies memorylessness, and the node transition probability depends only on the current node state.

2.4. The Symbol Table

Symbol TableMeaning Explanation
G = { V , E } Undirected simple graph, where V is the node set and E is the edge set
vAny node in Figure G
N ( v ) the   set   of   neighbors   of   node   v
d v the   degree   of   node   v
D the sum of degrees of all nodes
the   degree   matrix   of   the   graph   G
λ i the i-th eigenvalue of the adjacency matrix A
Q the   Laplacian   matrix   of   graph   G
μ i the   i-th   eigenvalue   of   the   Laplacian   matrix   Q
m k Q the   k-th   spectral   moment   of   the   Laplacian   matrix   Q
X simple complex network
L k combinatorial Laplacian operators of order k
B k Correlation   matrix ,   representing   the   relationship   between   k 1   order   and   a   simplex   of   k order
σ k k-simplex
d e g u ( σ i ) the   number   of   k +1 - simplices   in   X   of   which   σ i is a face.
X i k the   sequence   of   nodes   obtained   by   node   v i   after   k steps
R k the   set   of   wandering   paths   with   all   path   lengths   of   k in the graph.
P X i k The   probability   that   happens   to   pass   through   node   sequence   X i k in the random walk
W X i k Path judgment function (take 1 when the path is a closed path, otherwise take 0)
W a weighted adjacency matrix
t r a c e M Trace of matrix M (sum of main diagonal elements)
H 2 r ( M )   H 2 r + 1 ( M ) the Hankel matrix of M
ρ G μ The   probability   density   function   of   the   eigenvalues   of   the   Laplacian   matrix   ( defined   by   the   Dirac   function   δ
ZSecond-order simplex (a triangular structure consisting of three nodes)
N ( E i j ) N ( E i j ) indicates the neighbor of E i j
W ( u , v ) Edge weights between nodes u and v in a weighted graph
Var[⋅]Variance of Random Variables
E[⋅]Mathematical Expectations of Random Variables

3. Algorithm Description

3.1. Spectral Moment Based on Random Walks

The spectral moment of the adjacency matrix has actual physical significance in the network, while the spectral moment of the Laplacian matrix has no actual physical significance. We explore the relationship between the spectral moment of the Laplacian matrix and the spectral moment of the adjacency matrix, and the problem of solving the spectral moment of the Laplacian matrix is transformed into the problem of solving the spectral moment of the adjacency matrix. Therefore, the following lemmas are given:
Lemma 1 
[26]. The trace of the  k  power of the Laplacian matrix  Q  of graph  G  is equal to the  k -orderspectral moment of  Q  multiplied by the total number of nodes.
t r a c e Q k = i = 1 V μ i k = V m k Q ,
Lemma 2 
[26]. The number of closed walking paths of length  k  in graph  G  is equal to the  k  power of the adjacency matrix, i.e., the trace of  A k .
t r a c e A k = i = 1 V λ i k = X i k R k W X i k ,
among them,  W X i k  is used to judge whether the node sequence  X i k  formed by the walking path is closed. If the path is closed,  W X i k = 1 ; otherwise,  W X i k = 0 .
Lemma 3 
[26]. For the  k t h  power of the degree matrix and adjacency matrix of the graph  G  , only the diagonal elements are non-zero, and all other elements are zero.
Theorem 1. 
The  k -order spectral moment  m k Q  of the Laplacian matrix  Q  is expressed as follows:
m k Q = 1 V i = 1 V μ i k = 1 V t r a c e Q k ,
From Theorem 1, the following formula can be obtained:
m k Q = 1 V m = 0 k k m 1 k m l = 1 N d v l m A k m l l ,
Proof. 
Since the Laplacian matrix of graph G is equal to the degree matrix of graph G minus the adjacency matrix A of graph G , the following formula can be obtained:
t r a c e Q k = t r a c e A k ,
Using the binomial theorem to expand A k : for two matrices X, Y, then the binomial theorem can be directly extended to matrix power. X + Y k = m = 0 k k m X m Y k m . The linear property of trace t r a c e c M + N = c t r a c e ( M ) + t r a c e ( N ) . Thus, we can obtain:
t r a c e Q k = t r a c e A k = t r a c e ( m = 0 k k m m ( A ) k m ) = m = 0 k k m t r a c e m ( A ) k m = m = 0 k k m 1 k m t r a c e m A k m ,
According to the definition of the trace of the matrix, we can obtain:
t r a c e m A k m = l = 1 V m A k m l l ,
From the matrix multiplication theorem, we can obtain:
A B l l = q = 1 V A l q ( B ) q l ,
Therefore, according to Formula (13), we can obtain:
l = 1 V m A k m l l = l = 1 V q = 1 V m l q ( A k m ) q l ,
According to Lemma 3, the following formula can be deduced:
l = 1 V m A k m l l = l = 1 V q = 1 V m l q ( A k m ) q l = l = 1 V m l l ( A k m ) l l = l = 1 V d v l m ( A k m ) l l   ,
By combining Formulas (11) and (15), spectral moments of the Laplacian matrix can be successfully converted into equations related to the adjacency matrix
m k Q = 1 V t r a c e Q k = 1 V m = 0 k k m 1 k m t r a c e m A k m = 1 V m = 0 k k m 1 k m l = 1 N d v l m A k m l l ,  
which completes the proof. □
Theorem 2. 
The relationship between k-order Laplacian spectral moments and walking paths is as follows:
m k Q = D V m = 0 k k m 1 k m E w X i k m j = 1 k m 1 d v i + j d v i m                   k > 1   D V m = 0 k k m 1 k m     E w X i k m d v i m                                                             k = 1
Proof. 
The full expectation formula is:
E X = E E X Y ,
For any sequence of nodes whose path length is k passing through node v i , X i k = v i , v i + 1 , , v i + k , R ( k ) represents the sequence of nodes formed by all paths of length k . Define function as follows:
f X i k = d v i m P X i k D = j = 1 k 1 d v i + j d v i m                                   k > 1       d v i m                                                                     k = 1 ,  
where m is a constant.
Any path of length k in a network forms a succession of nodes P i k , where P i k R ( k ) . X ( k ) represents a node sequence formed by path of length k, where X ( k ) R k . R i ( k ) represents the set of all paths of length k passing through node v i . Solving for the expected value of W P i k f P i k and using Formula 19 , we obtain:
E W P i k f P i k = X ( k ) R k E W P i k f P i k | P i k = X ( k ) P P i k = X ( k ) = X ( k ) R k W X ( k ) f X ( k ) P X ( k ) = i = 1 V X i k R i k W X i k f X i k P X i k = i = 1 V X i k R i k W X i k d v i m P X i k D P X i k = 1 D i = 1 V X i k R i k d v i m W X i k ,
Formula (21) can be obtained from Formula (20).
i = 1 V X i k R i k d v i m W X i k = D E W P i k f P i k ,
From Lemma 2, we can obtain the following:
i = 1 V X i k R i k d v i m W X i k = i = 1 V d v i m A k i i ,
From Formulas (21) and (22), the following formula can be obtained:
l = 1 N d v l m A k m l l = D   E W P i k m f P i k m ,
where the f X i k expression is as shown in Formula (19). Therefore, Formula 24 can be obtained as follows:
m k Q = 1 V m = 0 k k m 1 k m l = 1 N d v l m A k m l l = D V m = 0 k k m 1 k m   E W X i k m f X i k m   = D V m = 0 k k m 1 k m E W X i k m j = 1 k m 1 d v i + j d v i m k > 1   D V m = 0 k k m 1 k m     E W X i k m d v i m                                         k = 1
If X i k m is a closed path, W X i k m is one; otherwise, it is zero.
Which completes the proof. □
To better illustrate the above process, we take k = 3 as an example. According to the definition of spectral moments, we can deduce that m 3 Q = 1 V i = 1 V μ i 3 = 1 V t r a c e Q 3 ; according to the definition of the Laplacian matrix and the binomial theorem, we can obtain t r a c e Q 3 = m = 0 3 3 m 1 3 m t r a c e m A 3 m , then use the definition of trace and the principle of random walk to obtain t r a c e m A 3 m = D E W X i 3 m d v i m   . In the end, we obtained Theorem 2.
Thus, it can be seen from Formula 24 that the Laplacian spectral moment is ultimately transformed into the process of searching the closed path. The steps are as follows: first, let m = 0,1 , 2 , , k . For each m, walk several times and observe whether a closed path of length k m is formed during each walk. If so, the value of j = 1 k m 1 d v i + j d v i m on the closed path can be solved. The expected value of j = 1 k m 1 d v i + j d v i m is calculated by the sum of j = 1 k m 1 d v i + j d v i m of the closed path in the walk divided by the total number of walking steps. Finally, m k Q can be derived from Formula 24 .
In the above solution process, if the total degrees D of all nodes in graph G is unknown, D needs to be estimated by random walk, which can be obtained by Formula (25):
E 1 d r i = v V d v D 1 d v = V D ,
Then, the expression of D can be obtained as follows:
D = V E 1 d r i ,
It is evident that Formula (26) can be used to determine the total degrees D of all nodes in the network. The above is the process of solving the spectral moment of the Laplacian matrix by using random walks. Formula (26) is heavily biased for short walks. When there are few wandering nodes, serious errors can occur. Only when the number of sampling nodes reaches a certain level can the overall network degree be accurately estimated.

3.2. Spectral Moment Based on Second-Order Graph Transformation and Random Walks

In this section, a graph transformation method is proposed that converts the spectral moment of the second-order combinatorial Laplacian operator into the spectral moment of the adjacency matrix in a weighted graph. According to the definition of the combinatorial Laplacian operator in Formula ( 3 ), the specific transformation method can be obtained as follows:
(1)
Now there are two graphs. One is the network with simplicial complexes before transformation, and the other is the weighted network after transformation. First, each connected edge in the network with simplicial complexes is transformed into a node of the weighted network.
(2)
Add a self-ring to nodes of the weighted network. The weight of the self-ring is equal to d e g u ( σ i ) + k + 1 , where k represents the order of σ i in a simple complex. d e g u ( σ i ) represents the number of simplex σ i belonging to a higher order simplex. If the simplex σ i in the simplex complex does not belong to any of the simplex structures of order k + 1 , then d e g u ( σ i ) is 0.
(3)
Observe the relationship between the different simplex σ i in the simple complex. When studying the second-order combinatorial Laplacian matrix, observe the adjacent connected edges in the simple complex network. There are no linked connections between the respective nodes in the weighted network if the two connected edges are in the same second-order simplex. If the adjacent connected edges are not in the same second-order simplex, it is judged whether there are common nodes in the two connected edges. If there are common nodes, we continue to judge whether the direction of the connected edges is the same for the common nodes. If so, the connected edge weight between the nodes corresponding to the weighted network is 1. The edge weight between the nodes that correspond to the weighted network is −1 if they differ.
To better illustrate the aforementioned steps, Figure 1 is taken as an example.
(1)
Treat each edge as a node, as indicated in Figure 1.
(2)
Add a self-loop to each converted node, with a weight of d e g u ( σ i ) + k + 1 . d e g u ( σ i ) is determined by whether the edge before conversion is in a second-order simplex. For example, if the edge is in a second-order simplex, then the weight of the self-loop of the converted node is 1 + 1 + 1, which is 3. If the edge before conversion does not belong to any second-order simplex, then the weight of the self-loop of the converted node is 0 + 1 + 1, which is 2.
(3)
Check to see if the edge and its neighboring edge in the left image share a node. If there is a common node, then determine whether the edge directions are the same for the common point. If they are the same, then the weight between the nodes corresponding to the edges in the right image is 1. If they are not the same, then the weight between the nodes that correspond to the edges in the right image is −1.
(4)
Determine whether the edge and its adjacent edge in the left image belong to the same second-order simplex. If they belong to the same second-order simplex, then there will be no edge between the corresponding nodes after conversion.
According to the above method, the left image in Figure 1 has been transformed into the right image.
As we can see, on the left side of Figure 1 is the network with second-order simplex, and on the right side is the weighted graph obtained according to the above steps. The gray area in the left figure forms a second-order simplex. Firstly, transform each connected edge in the left image into each node in the right image, and then add self loops with different weights based on whether the connected edge is in the second-order simplex. Then, based on whether the connected edges are in the same second-order simplex, if they are in the same second-order simplex, such as connected edges 3 and 5, then there is no connected edge between nodes 3 and 5 in the corresponding graph on the right; If the edges are not connected in the same second-order simplex, and the directions are consistent, the weight between the corresponding nodes is 1. Otherwise, it is −1. As shown in the left figure, both edge 1 and edge 2 are emitted from the same node, and their corresponding weight between node 1 and node 2 in the right figure is 1; Similarly, in the right figure node 2 and node 6 have different directions, so their edge weights are −1.
From the above operations, solving the spectral moment of the second-order combinatorial Laplacian matrix is transformed into solving the spectral moment of the adjacency matrix in the weighted graph. The above steps can be simplified into the following Algorithm 1 flowchart.
Algorithm 1 Graph Transformation
Require:  Simplex   complex   graph   G ¯ ,   weighted   graph   G ~ , second-order simplex Z = { v i , v j , v k } , N ( E i j ) indicates the neighbor of E i j
1 :   Each   edge   in   graph   G ¯   corresponds   to   each   node   in   graph   G ~ ,   E i j in G ¯   corresponding   to   node   v E i j in graph G ~
2: Purpose :   Convert   graph   G ¯   into   graph   G ~
3: Step 1: edges in simplex are converted to nodes
4: for E i j   in   G ¯  do
5 :         if   E i j ϵ   Z   then
6 :                 the   self-loop   of   node   v E i j corresponding to the edge E i j is added, and the weight of the self-loop is 3
7:  else
8 :                       the   self-loop   of   node   v E i j corresponding to the edge E i j is added, and the weight is 2.
9:  end if
10: Step 2: add weights to edges
11 :         for   e   in   N ( E i j )  do
12 :                        if  E i j ϵ   Z and e ϵ   Z  then
13 :                                           W ( v E i j , v e ) = 0
14 :                       else   if   the   direction   of   the   edges   is   the   same   for   the   common   nodes   of   E i j and e then
15 :                                                   W ( v E i j , v e ) = 1
16 :                       else   if   the   direction   of   the   edges   is   the   opposite   for   the   common   nodes   of   E i j and e then
17 :                                                   W ( v E i j , v e ) = 1
18:    end if
19:  end for
20: end for
21 :   Output :   weighted   graph   G ~ s
The above process can be summarized as follows: given a simplex complex graph G ¯ , we convert each connected edge in G ¯ into a node in weighted graph G ~ . For any two nodes v E i j and v e in graph G ~ , the weight values of the edges between them are as follows:
W ( v E i j , v e ) = d e g u ( σ i ) + k + 1 if   v E i j = v e ,     1 if   v E i j v e , σ v E i j σ v e , and   σ v E i j σ v e   with   similar   orientation      1 if   v E i j v e , σ v E i j σ v e , and   σ v E i j σ v e with   dissimilar   orientation     0 if   v E i j v e and σ v E i j σ v e   or   σ v E i j ψ σ v e  
Lemma 4 
[26]. The trace of the k power of a weighted adjacency matrix  W  is equal to the sum of the k powers of its eigenvalues.
t r a c e W k = i = 1 V λ i k
Lemma 5 
[26]. The number of closed walking paths of length  k  in weighted graph  H  is equal to the  k  power of the weighted adjacency matrix, i.e., the trace of  W k
t r a c e W k = i = 1 V λ i k = X i k R k W X i k ,
where    X i k = v i , v i + 1 , , v i + k    represents the node sequence obtained by node  v i  after  k  steps in the random walk process.  R k  represents all the sequences of nodes in graph  H  whose path length is k.  W X i k  is defined as follows:
W X i k = 0 X i k is   not   a   closed   path W i , i + 1 W i + 1 , i + 2 W i + k 1 , i X i k is   a   closed   path ,
By combining Formulas  27  and  28  , we can deduce:
m k W = 1 V X i k R k W X i k ,
Let
f X i k = 1 P X i k D = j = 1 k 1 d r i + j k > 1    1 k = 1 ,
From the full expectation formula, we can deduce:
E W R i k f R i k = X i k R k E W R i k f R i k | R i k = X i k P R i k = X i k = X i k R k W X i k f X i k P X i k = X i k R k W X i k 1 P X i k D P X i k = 1 D X i k R k W X i k ,
According to Formula  32 , w e   c a n   r e d u c e
X i k R k W X i k = D E w R i k f R i k = D E W R i k j = 1 k 1 d v i + j , k > 1    D E W R i k , k = 1 ,
The expression formula of  W R i k  is Formula  33  , which can be deduced finally:
m k W = 1 V X i k R k W X i k = D E W R i k j = 1 k 1 d v i + j , k > 1    D E W R i k , k = 1 ,
This section introduces a method based on graph transformation to transform the problem of solving spectral moments of a second-order combinatorial Laplacian matrix into solving spectral moments of a weighted adjacency matrix. Then, based on the previously mentioned random walk algorithm, the spectral moment of the second-order combinatorial Laplacian matrix is successfully derived from Formula 34 .

3.3. Error Analysis

According to Formula 33 , we can obtain the variance of estimated values X i k R k W X i k as follows:
V a r D W R i k f R i k = E [ ( D W R i k f R i k ) 2 ] E [ D W R i k f R i k ] 2 = X i k R k W X i k ( 1 P X i k 1 )
The above process demonstrates that, as k increases, the estimated values of spectral moments also increase. Let M ~ represent the average value of spectral moment estimation. According to the Central limit Theorem, the 95% confidence interval for M ~ is ( M ~ 1.96 σ n , M ~ + 1.96 σ n ), where σ 2 is the variance of estimated values, and n is the number of samples used. Therefore, according to the above equation, we must reduce σ n by increasing the number of sampling nodes n to improve the accuracy of the estimator.

3.4. Estimate the Upper and Lower Bounds Based on Spectral Moments

Definition 1. 
Given a series of spectral moments  M 2 r + 1 ¯ = ( M 0 , M 1 , , M 2 r + 1 ) , let the Hankel matrix  H 2 r M 2 r + 1 ¯  and  H 2 r + 1 M 2 r + 1 ¯ R ( r + 1 ) × ( r + 1 )  be defined as follows:
H 2 r i j = M i + j 2
H 2 r + 1 i j = M i + j 1
Lasserre [27] proposed a method that can be used to solve the boundary of the spectral radius when given only a set of spectral moments. Although Lasserre’s SDP bounds are utilized for biased empirical moments without error correction, Lasserre’s SDP bound can be used to estimate the boundary of the maximum eigenvalue. Compared to Chu using the Lasserre’s SDP bounds to estimate the maximum eigenvalue boundary, the maximum eigenvalue boundary estimated by the Lasserre’s SDP bounds in this paper is closer to the true value and requires fewer sampling points. Lasserre proved Theorem 3.
Theorem 3 
[27]. Given that  ρ  is a probability density function with respect to  x  ,  M = M k k = 1 2 s + 1  is the spectral moment associated with  ρ  , which can be deduced as follows:
a α s M = max x x : H s x , M 0 ,  
b β s M = min x x : H s x , M 0 ,
where [ a , b ]  is the minimum gap of the support set of probability density function  ρ , and the correlation between  M  and  ρ  is shown in Formula  40 .
b β s M = min x x : H s x , M 0 ,
Definition 2. 
Given that  L H  is a weighted undirected Laplacian matrix whose Laplacian eigenvalue is  { μ i } i = 1 n  , define an important probability density function as follows:
ρ G μ = 1 n i = 1 n δ x μ i ,  
where δ is the Dirac function.
From the definition of the support set, it can be seen that the support set of ρ G μ is { μ i } i = 1 n , which can be obtained from Theorem 3, where the expression of M closely related to ρ G μ is:
M = E μ L H X k = 1 n i = 1 n x i k = m k L H ,  
As can be seen from Formula 42 , M at this time is exactly equal to the spectral moment m k L H of the Laplace matrix L H .
According to Theorem 3, [ a , b ] is the minimum gap of the support set of the probability density function ρ G μ , and because the support set of ρ G μ is [ μ n , μ 1 ] , it can be deduced that:
μ 1 b ,  
where b of Formula 44 can be obtained from Formula (43) [27].
b β s M = min x x : H s x , M 0 ,  
Formula 42 can be expanded as follows:
β r M = m i n x   x s . t .   H 2 r 0 x H 2 r H 2 r + 1 0
where H 2 r ,  H 2 r + 1 are referred to in Definition 1.
The lower bound of the greatest eigenvalue of the Laplace matrix can be obtained from Formula 45 . The upper bound of the greatest eigenvalue of the Laplacian matrix can be obtained by the dual transformation of Formulas 44 and 45 .
The upper bound of the greatest eigenvalue of the Laplace matrix is shown in Formulas 46 and 47 ,
μ 1 δ r m 2 r + 1 , n ,
where
δ r m 2 r + 1 , n = m a x y y s . t . T 2 r 0 , y T 2 r T 2 r + 1 0 , T 2 r + 1 0 .
Among them:
T 2 r i j = n n 1 m i + j 2 1 n 1 y i + j 2  
T 2 r + 1 i j = n n 1 m i + j 1 1 n 1 y i + j 1
In this section, we employ algebraic topology methods to transform the boundary of the largest eigenvalue into an algebraic problem of optimization. Ultimately, we can obtain the boundary of the largest eigenvalue using Laplacian spectral moments through the aforementioned formula.

4. Results

To more accurately compare with the sampling algorithm suggested by Wu [22], the proposed algorithm is verified by simulation in a synthetic network and a real network.

4.1. Experimental Setup

For the synthetic network, we selected an ER network [28] and a BA network [29]. The ER network is a classic random network model, characterized by completely random connections of edges, and is suitable for simulating scenarios where the probability of connections between nodes is equal (such as early communication networks and simple interactive systems). The BA network is a classic model of a scale-free network, which is based on a “growth mechanism” (nodes gradually join) and “priority connection” (new nodes tend to connect to high-degree nodes), and is suitable for simulating the real network (such as a social network, Internet topology, or biological network). The ER network and BA network consist of 10,000 nodes, which form edges according to corresponding rules with a probability of 0.1. Walk step setting: Take 50 values at intervals of 200 to 2000 nodes. Number of walks per value: 10. The average value of bounds of the spectral radius calculated by 10 experiments is taken as bounds of the spectral radius of the final result.
For the real network, we selected Euro-Email network [30], which is made up of 183,831 edges connecting 36,692 nodes. The other is the Com-Youtube network [30]. The Com-Youtube network is an undirected network made up of 2,987,624 edges connecting 1,134,890 nodes. A number of nodes are successively selected from the 5000 nodes for walking and sampling. Walk step setting: Take 50 values at intervals of 100 to 600 nodes. Number of walks per value: 10. The average value of bounds of the spectral radius calculated by 10 experiments is taken as the bounds of the spectral radius of the final result.

4.2. Synthetic Network

For the synthetic network, we selected the BA network and ER network. The experimental data were set as Section 4.1. Meanwhile, to illustrate the algorithm’s supremacy, the algorithm proposed in this paper is compared with the sampling algorithm proposed by Wu [22]. The sampling algorithm proposed by Wu is selected, with the same BA network and the same ER network. The calculation results of the two algorithms for bounds of the greatest eigenvalue of the Laplace matrix are shown in Figure 2:
Figure 2 and Figure 3 demonstrate that the estimation performance of the bounds of the spectral radius based on random walk is superior to that based on the sampling approach. The estimation of the bounds of the spectral radius based on random walk is nearer to the spectral radius’s actual value. The upper bound convergence of the spectral-radius-based random walk method is better than that of the sampling method, and the upper bound of the largest eigenvalue obtained by the random walk algorithm can converge to a stationary state faster. Moreover, the bounds calculated by the method based on random walks are closer to the true values than those calculated by the method based on sampling.

4.3. Real Network

Two real networks are used for the experimental data. One real network is the data of Euro-Email network [30], which is made up of 183,831 edges connecting 36,692 nodes. The other is the Com-Youtube network [30]. The Com-Youtube network is an undirected network which is made up of 2,987,624 edges connecting 1,134,890 nodes.
To better verify the accuracy of the algorithm presented in this paper, we need to clearly calculate the largest eigenvalues of the Laplacian matrix of the network graph. Therefore, we extracted 5000 nodes from the real network as our research network. These 5000 nodes were randomly selected using BFS and are representative. The experimental data were set as Section 4.1. The results are as follows:
It can be seen from Figure 3 that, in real networks, the algorithm suggested by this paper is more accurate in estimating bounds of the greatest eigenvalues of the Laplacian matrix. Compared with the algorithm proposed by Wu, the method proposed in this paper has a better performance and higher estimation accuracy. The upper and lower bounds of the spectral radius are closer to the true value, and the upper bounds of the spectral radius converge to the stationary state faster.

4.4. Synthetic Network for the Higher-Order Network

We conducted simulation verification of the algorithm in two synthetic networks, namely the BA network and the ER network. We used 10,000 nodes to form a scale-free BA network and conducted 500 random samplings. Each sampling selected three nodes, which form a second-order simplex complex structure. The network is formed according to the above steps. Then, we start to walk in the network, the walking steps are set to be between 200 and 2000 at equal intervals, and we perform 10 samplings for each walk step. The average value of the 10 samplings was taken as the final estimate, and from the bounds of the combinatorial Laplacian matrix, the greatest eigenvalue could be obtained. The relationship between walking steps and the estimated value of the combinatorial Laplacian matrix is shown in Figure 4:
As illustrated in Figure 4, when the steps of random walks exceed a certain threshold, the method based on random walks can accurately estimate the spectral radius of the combinatorial Laplacian matrix, and the greatest eigenvalue of the combinatorial Laplacian matrix falls completely within the estimated bounds. Similarly, we can also observe that as the steps of random walks increase, the upper bound of the greatest eigenvalue of the combinatorial Laplacian matrix becomes increasingly relaxed until it stabilizes, while the lower bound of the spectral radius of the combinatorial Laplacian matrix slowly contracts towards the true value of the greatest eigenvalue.
To quantitatively study the accuracy of estimating upper and lower bounds, this paper further investigates the relationship between different walking steps and estimation accuracy. The estimation accuracy is defined as the probability of correct estimation among 10 samplings. Figure 5 displays the outcomes. In order to better observe the impact of wandering nodes on the estimated values, we use a distribution histogram to observe their statistical characteristics. The result is shown in Figure 6:
As can be seen from Figure 5, as the walking steps increase, the estimation accuracy of the spectral radius of the Laplacian matrix becomes higher. To further analyze the impact of the second-order simplex complex structure on estimating the greatest eigenvalue of the combinatorial Laplacian matrix, we investigate the relationship between the number of simplices traversed and bounds of the greatest eigenvalue of the combinatorial Laplacian matrix. According to the above results, when the number of nodes traversed during the random walk is 1500, the accuracy of estimating the spectral radius of the combinatorial Laplacian matrix is 1. Therefore, in this experiment, we conducted random walks on 1500 nodes. This experiment was conducted 50 times, and we observed the number of second-order simplices traversed each time. If the number of simplices traversed was the same, the average of the estimated values was taken. The results are shown in Figure 6:

4.5. Real Network for the Higher-Order Network

In this section, the estimation of the spectral radius of the combinatorial Laplacian matrix for the higher-order network is verified in the real network. In the experiment, this paper uses the same Euro-Email network and Com-Youtube network as before.
To better verify the accuracy of the algorithm presented in this paper, we need to clearly calculate the largest eigenvalues of the Laplacian matrix of the network graph. Therefore, we extracted 5000 nodes from the real network as our research network. These 5000 nodes were randomly selected using BFS and are representative. The subject of the investigation will be a subgraph with 5000 nodes. A total of 250 random selections were made from 5000 nodes, and 3 nodes were selected from each to form a second-order simplex structure. Then, 50 values were selected as the walking steps. We selected 50 values at medium intervals from 100 to 600 as walking steps. The average value of 10 times can be taken to obtain bounds of the greatest eigenvalue of the second-order combinatorial Laplacian matrix. Figure 7 shows the relationship between walking steps and the estimated bounds of the spectral radius of the second-order combinatorial Laplacian matrix in the Euro-Email network and Com-Youtube network.
With the increase in walking steps, the random walk proposed in this paper can correctly estimate the bounds of the spectral radius of the second-order combinatorial Laplacian matrix, and the spectral radius of the second-order combinatorial Laplacian matrix completely falls within the estimated upper and lower boundaries. Moreover, with the increase in walking steps, the upper bound of the spectral radius of the second-order combinatorial Laplacian matrix becomes more and more relaxed until it becomes stable, and the lower bound of the second-order combinatorial Laplacian matrix oscillates slowly.
Similarly, to quantitatively study the accuracy of estimating upper and lower bounds, this paper further investigates the relationship between different walking steps and estimation accuracy for real networks. The results are as follows in Figure 8.
We can see, as the walking steps increase, the estimation accuracy of the spectral radius of the combinatorial Laplacian matrix becomes higher. To explore the impact of the second-order simplex on the combinatorial Laplacian spectral moments, we conducted the same experiments in real networks as we did in synthetic networks. The experimental results are as follows:
According to Figure 9, we can observe that, as the number of second-order simplices traversed increases, the estimations of the upper and lower bounds of the spectral radius of the combined Laplacian matrix become more accurate. From this, we can analyze that when traversing a second-order simplex, the node contains more information, which is more helpful for obtaining the upper and lower bounds of the spectral radius of the Laplacian matrix.

5. Conclusions and Future Directions

The spectral characteristics of large networks are examined in this research. Large-scale networks have many nodes and many connected edges, so it is difficult to obtain the complete structure. To analyze the Laplacian matrices of networks, it is required to extract the valid information from large-scale networks and estimate features of the networks. Firstly, considering the relationship between the adjacency matrix and closed paths of the network, we obtain the closed path using random walk. By utilizing the relationship between the Laplacian matrix and adjacency matrix, we ultimately succeeded in establishing the connection between closed paths and the Laplacian matrix, and the boundary estimate of the greatest eigenvalue of the Laplacian matrix is obtained by solving the spectral moment with algebraic knowledge. In addition to studying the spectral properties of ordinary large-scale networks, this paper also explores how to solve the boundary associated with the greatest eigenvalues of the second-order combinatorial Laplacian matrices and proposes an algorithm based on graph transformation and random walk, which can estimate bounds of the spectral radius of combinatorial Laplacian matrices with simplicial complex.
Although this paper proposes estimates for bounds of the greatest eigenvalue of the Laplacian matrix for big networks, there are still some unresolved issues that may serve as directions for future research. Firstly, it is difficult to solve the combinatorial Laplacian matrix with simplex complex. The graph transformation for solving the eigenvalues of the combinatorial Laplacian matrix with high-order simplex complex is very complex. How to perform graph transformation on high-order complexes and solve the eigenvalue boundary is a problem worthy of study. Secondly, in the exploration of high-order networks for big networks, subgraphs obtained through different sampling methods exhibit different topological characteristics from the large graph. It is highly meaningful to investigate the specific topological characteristics of high-order networks, which requires appropriate subgraph sampling to extract the specific subgraphs to represent the large graph in terms of specific topological properties. Thirdly, it is difficult but highly meaningful to explore a specific sampling method that can directly solve the greatest eigenvalue of the Laplacian matrix in a big network, rather than solving for its boundary.

Author Contributions

Conceptualization, C.Z.; methodology, C.Z. and X.L.; software, C.Z.; validation, C.Z. and X.L.; formal analysis, C.Z. and J.C.; investigation, C.Z. and X.L.; resources, C.Z.; data curation, X.L.; writing—original draft preparation, C.Z.; writing—review and editing, X.L., C.Z. and J.C.; visualization, C.Z.; supervision, X.L. and J.C.; project administration, J.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Brin, S.; Page, L. The anatomy of a large-scale hypertextual web search engine. Comput. Netw. ISDN Syst. 1998, 30, 107–117. [Google Scholar] [CrossRef]
  2. Chung, F.; Chung, F.K.; Graham, F.C. Complex Graphs and Networks; American Mathematical Society: Providence, RI, USA, 2006. [Google Scholar]
  3. Cohn, M. On the channel capacity of read/write isolated memory. Discret. Appl. Math. 1995, 56, 1–8. [Google Scholar] [CrossRef]
  4. Hong, Y. Bounds of eigenvalues of graphs. Discret. Math. 1993, 123, 65–74. [Google Scholar] [CrossRef]
  5. Benson, A.R.; Gleich, D.F.; Leskovec, J. Higher-order organization of complex networks. Science 2016, 353, 163–166. [Google Scholar] [CrossRef] [PubMed]
  6. Petri, G.; Expert, P.; Turkheimer, F. Homological scaffolds of brain functional networks. J. R. Soc. Interface 2014, 11, 20140873. [Google Scholar] [CrossRef] [PubMed]
  7. Sizemore, A.E.; Giusti, C.; Kahn, A. Cliques and cavities in the human connectome. J. Comput. Neurosci. 2018, 44, 115–145. [Google Scholar] [CrossRef] [PubMed]
  8. Grilli, J.; Barabás, G.; Michalska-smith, M.J. Higher-order interactions stabilize dynamics in competitive network models. Nature 2017, 548, 210–213. [Google Scholar] [CrossRef] [PubMed]
  9. Sanchez-Gorostiaga, A.; Bajić, D.; Osborne, M.L.; Poyatos, J.F.; Sanchez, A. High-order interactions dominate the functional landscape of microbial consortia. bioRxiv 2018, 333534. [Google Scholar] [CrossRef]
  10. Berge, C. Graphs and Hypergraphs; North-Holland Publishing Company: Amsterdam, The Netherlands, 1973. [Google Scholar]
  11. Hatcher, A. Algebraic Topology; Tsinghua University: Beijing, China, 2005. [Google Scholar]
  12. Battiston, F.; Cencetti, G.; Iacopini, I. Networks beyond pairwise interactions: Structure and dynamics. Phys. Rep. 2020, 874, 1–92. [Google Scholar] [CrossRef]
  13. Lee, H.; Chung, M.K.; Choi, H. Harmonic holes as the submodules of brain network and network dissimilarity. In Computational Topology in Image Context, Proceedings of the 7th International Workshop, CTIC 2019, Málaga, Spain, 24–25 January 2019; Springer: Cham, Switzerland, 2019; pp. 110–122. [Google Scholar]
  14. Candogan, O.; Menache, I.; Ozdaglar, A. Flows and Decompositions of Games: Harmonic and Potential Games. Math. Oper. Res. 2010, 36, 474–503. [Google Scholar] [CrossRef]
  15. Chui, C.K.; Mhaskar, H.N.; Zhuang, X. Representation of functions on big data associated with directed graphs. Appl. Comput. Harmon. Anal. 2018, 44, 165–188. [Google Scholar] [CrossRef]
  16. Bronstein, M.M.; Bruna, J.; Lecun, Y. Geometric deep learning: Going beyond Euclidean data. IEEE Signal Process. Mag. 2017, 34, 18–42. [Google Scholar] [CrossRef]
  17. Olver, P.J.; Shakiban, C.; Shakiban, C. Applied Linear Algebra; Prentice Hall: Upper Saddle River, NJ, USA, 2006. [Google Scholar]
  18. Ipsen, I.F. Computing an eigenvector with inverse iteration. Soc. Ind. Appl. Math. Rev. 1997, 39, 254–291. [Google Scholar] [CrossRef]
  19. Parlett, B.N. The Rayleigh quotient iteration and some generalizations for nonnormal matrices. Math. Comput. 1974, 28, 679–693. [Google Scholar] [CrossRef]
  20. Wilkinson, J.H. The Algebraic Eigenvalue Problem; Oxford University Press: New York, NY, USA, 1971. [Google Scholar]
  21. Preciado, V.M.; Jadbabaie, A.; Verghese, G.C. Structural analysis of Laplacian spectral properties of large-scale networks. IEEE Trans. Autom. Control 2013, 58, 2338–2343. [Google Scholar] [CrossRef]
  22. Wu, Z.; Preciado, V.M. Laplacian spectral properties of graphs from random local samples. In Proceedings of the 2014 SIAM International Conference on Data Mining, Philadelphia, PA, USA, 24–26 April 2014; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2014; pp. 343–351. [Google Scholar]
  23. Chu, X.; Sethu, H. On estimating the spectral radius of large graphs through subgraph sampling. In Proceedings of the 2015 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), Hong Kong, China, 26 April–1 May 2015; IEEE: Piscataway, NJ, USA, 2015; pp. 432–437. [Google Scholar]
  24. Abbas, S.; Tariq, J.; Zaman, A. Sampling based efficient algorithm to estimate the spectral radius of large graphs. In Proceedings of the 2017 IEEE 37th International Conference on Distributed Computing Systems Workshops (ICDCSW), Atlanta, GA, USA, 5–8 June 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 175–180. [Google Scholar]
  25. Han, G.; Sethu, H. Closed Walk Sampler: An Efficient Method for Estimating Eigenvalues of Large Graphs. IEEE Trans. Big Data 2018, 6, 29–42. [Google Scholar] [CrossRef]
  26. Cvetković, D.M.; Rowlinson, P.; Simic, S. Eigenspaces of Graphs; Cambridge University Press: Cambridge, UK, 1997. [Google Scholar]
  27. Lasserre, J. Bounding the support of a measure from its marginal moments. Proc. Am. Math. Soc. 2011, 139, 3375–3382. [Google Scholar] [CrossRef][Green Version]
  28. Erdos, P.; Renyi, A. On random graphs. Publ. Math. 1959, 6, 290–297. [Google Scholar] [CrossRef]
  29. Barabási, A.L.; Albert, R. Emergence of scaling in random networks. Science 1999, 286, 509–512. [Google Scholar] [CrossRef] [PubMed]
  30. Jure, L. Stanford Large Network Dataset Collection. Available online: https://snap.stanford.edu/data/ (accessed on 18 December 2025).
Figure 1. Graph transformation method.
Figure 1. Graph transformation method.
Mathematics 14 00026 g001
Figure 2. Estimating spectral radius boundaries in the BA and ER networks.
Figure 2. Estimating spectral radius boundaries in the BA and ER networks.
Mathematics 14 00026 g002
Figure 3. Estimating spectral radius boundaries in the Euro-Email and Com-Youtube networks.
Figure 3. Estimating spectral radius boundaries in the Euro-Email and Com-Youtube networks.
Mathematics 14 00026 g003
Figure 4. Estimating spectral radius boundaries in the BA and ER networks with simplex complex.
Figure 4. Estimating spectral radius boundaries in the BA and ER networks with simplex complex.
Mathematics 14 00026 g004
Figure 5. Estimation accuracy of the spectral radius in the BA network and ER network with simplex complex.
Figure 5. Estimation accuracy of the spectral radius in the BA network and ER network with simplex complex.
Mathematics 14 00026 g005
Figure 6. The relationship between the number of simplices and spectral radius in BA network and ER network with simplex complex.
Figure 6. The relationship between the number of simplices and spectral radius in BA network and ER network with simplex complex.
Mathematics 14 00026 g006
Figure 7. Estimating spectral radius boundaries in the Euro-Email and Com-Youtube networks with simplex complex.
Figure 7. Estimating spectral radius boundaries in the Euro-Email and Com-Youtube networks with simplex complex.
Mathematics 14 00026 g007
Figure 8. Estimation accuracy of spectral radius in Euro-Email and Com-Youtube network with simplex complex.
Figure 8. Estimation accuracy of spectral radius in Euro-Email and Com-Youtube network with simplex complex.
Mathematics 14 00026 g008
Figure 9. The relationship between the number of simplices and spectral radius in Euro-email and Com-Youtube network with simplex complex.
Figure 9. The relationship between the number of simplices and spectral radius in Euro-email and Com-Youtube network with simplex complex.
Mathematics 14 00026 g009
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhan, C.; Li, X.; Chen, J. Estimate Laplacian Spectral Properties of Large-Scale Networks by Random Walks and Graph Transformation. Mathematics 2026, 14, 26. https://doi.org/10.3390/math14010026

AMA Style

Zhan C, Li X, Chen J. Estimate Laplacian Spectral Properties of Large-Scale Networks by Random Walks and Graph Transformation. Mathematics. 2026; 14(1):26. https://doi.org/10.3390/math14010026

Chicago/Turabian Style

Zhan, Changlei, Xiangyu Li, and Jie Chen. 2026. "Estimate Laplacian Spectral Properties of Large-Scale Networks by Random Walks and Graph Transformation" Mathematics 14, no. 1: 26. https://doi.org/10.3390/math14010026

APA Style

Zhan, C., Li, X., & Chen, J. (2026). Estimate Laplacian Spectral Properties of Large-Scale Networks by Random Walks and Graph Transformation. Mathematics, 14(1), 26. https://doi.org/10.3390/math14010026

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop