- Source: Network entropy
In network science, the network entropy is a disorder measure derived from information theory to describe the level of randomness and the amount of information encoded in a graph. It is a relevant metric to quantitatively characterize real complex networks and can also be used to quantify network complexity
Formulations
According to a 2018 publication by Zenil et al. there are several formulations by which to calculate network entropy and, as a rule, they all require a particular property of the graph to be focused, such as the adjacency matrix, degree sequence, degree distribution or number of bifurcations, what might lead to values of entropy that aren't invariant to the chosen network description.
= Degree Distribution Shannon Entropy
=The Shannon entropy can be measured for the network degree probability distribution as an average measurement of the
heterogeneity of the network.
H
=
−
∑
k
=
1
N
−
1
P
(
k
)
ln
P
(
k
)
{\displaystyle {\mathcal {H}}=-\sum _{k=1}^{N-1}P(k)\ln {P(k)}}
This formulation has limited use with regards to complexity, information content, causation and temporal information. Be that as it may, algorithmic complexity has the ability to characterize any general or universal property of a graph or network and it is proven that graphs with low entropy have low algorithmic complexity because the statistical regularities found in a graph are useful for computer programs to recreate it. The same cannot be said for high entropy networks though, as these might have any value for algorithmic complexity.
= Random Walker Shannon Entropy
=Due to the limits of the previous formulation, it is possible to take a different approach while keeping the usage of the original Shannon Entropy equation.
Consider a random walker that travels around the graph, going from a node
i
{\displaystyle i}
to any node
j
{\displaystyle j}
adjacent to
i
{\displaystyle i}
with equal probability. The probability distribution
p
i
j
{\displaystyle p_{ij}}
that describes the behavior of this random walker would thus be
p
i
j
=
{
1
k
i
,
if
A
i
j
=
1
0
,
if
A
i
j
=
0
{\displaystyle p_{ij}={\begin{cases}{\frac {1}{k_{i}}},&{\text{if }}A_{ij}=1\\0,&{\text{if }}A_{ij}=0\\\end{cases}}}
,
where
(
A
i
j
)
{\displaystyle (A_{ij})}
is the graph adjacency matrix and
k
i
{\displaystyle k_{i}}
is the node
i
{\displaystyle i}
degree.
From that, the Shannon entropy from each node
S
i
{\displaystyle {\mathcal {S}}_{i}}
can be defined as
S
i
=
−
∑
j
=
1
N
−
1
p
i
j
ln
p
i
j
=
ln
k
i
{\displaystyle {\mathcal {S}}_{i}=-\sum _{j=1}^{N-1}p_{ij}\ln {p_{ij}}=\ln {k_{i}}}
and, since
m
a
x
(
k
i
)
=
N
−
1
{\displaystyle max(k_{i})=N-1}
, the normalized node entropy
H
i
{\displaystyle {\mathcal {H}}_{i}}
is calculated
H
i
=
S
i
m
a
x
(
S
i
)
=
ln
k
i
ln
(
m
a
x
(
k
i
)
)
=
ln
k
i
ln
(
N
−
1
)
{\displaystyle {\mathcal {H}}_{i}={\frac {{\mathcal {S}}_{i}}{max({\mathcal {S}}_{i})}}={\frac {\ln {k_{i}}}{\ln(max(k_{i}))}}={\frac {\ln {k_{i}}}{\ln(N-1)}}}
This leads to a normalized network entropy
H
{\displaystyle {\mathcal {H}}}
, calculated by averaging the normalized node entropy over the whole network:
H
=
1
N
∑
i
=
1
N
H
i
=
1
N
ln
(
N
−
1
)
∑
i
=
1
N
ln
k
i
{\displaystyle {\mathcal {H}}={\frac {1}{N}}\sum _{i=1}^{N}{\mathcal {H}}_{i}={\frac {1}{N\ln(N-1)}}\sum _{i=1}^{N}\ln {k_{i}}}
The normalized network entropy is maximal
H
=
1
{\displaystyle {\mathcal {H}}=1}
when the network is fully connected and decreases the sparser the network becomes
H
=
0
{\displaystyle {\mathcal {H}}=0}
. Notice that isolated nodes
k
i
=
0
{\displaystyle k_{i}=0}
do not have its probability
p
i
j
{\displaystyle p_{ij}}
defined and, therefore, are not considered when measuring the network entropy. This formulation of network entropy has low sensitivity to hubs due to the logarithmic factor and is more meaningful for weighted networks., what ultimately makes it hard to differentiate scale-free networks using this measure alone.
= Random Walker Kolmogorov–Sinai Entropy
=The limitations of the random walker Shannon entropy can be overcome by adapting it to use a Kolmogorov–Sinai entropy. In this context, network entropy is the entropy of a stochastic matrix associated with the graph adjacency matrix
(
A
i
j
)
{\displaystyle (A_{ij})}
and the random walker Shannon entropy is called the dynamic entropy of the network. From that, let
λ
{\displaystyle \lambda }
be the dominant eigenvalue of
(
A
i
j
)
{\displaystyle (A_{ij})}
. It is proven that
ln
λ
{\displaystyle \ln \lambda }
satisfies a variational principal that is equivalent to the dynamic entropy for unweighted networks, i.e., the adjacency matrix consists exclusively of boolean values. Therefore, the topological entropy is defined as
H
=
ln
λ
{\displaystyle {\mathcal {H}}=\ln \lambda }
This formulation is important to the study of network robustness, i.e., the capacity of the network to withstand random structural
changes. Robustness is actually difficult to be measured numerically whereas the entropy can be easily calculated for any network, which is especially important in the context of non-stationary networks. The entropic fluctuation theorem shows that this entropy is positively correlated to robustness and hence a greater insensitivity of an observable to dynamic or structural perturbations of the network. Moreover, the eigenvalues are inherently related to the multiplicity of internal pathways, leading to a negative correlation between the topological entropy and the shortest average path length.
Other than that, the Kolmogorov entropy is related to the Ricci curvature of the network, a metric that has been used to differentiate stages of cancer from gene co-expression networks, as well as to give hallmarks of financial crashes from stock correlation networks
= Von Neumann entropy
=Von Neumann entropy is the extension of the classical Gibbs entropy in a quantum context. This entropy is constructed from a density matrix
ρ
{\displaystyle \rho }
: historically, the first proposed candidate for such a density matrix has been an expression of the Laplacian matrix L associated with the network. The average von Neumann entropy of an ensemble is calculated as:
S
V
N
=
−
⟨
T
r
ρ
log
(
ρ
)
⟩
{\displaystyle {S}_{VN}=-\langle \mathrm {Tr} \rho \log(\rho )\rangle }
For random network ensemble
G
(
N
,
p
)
{\displaystyle G(N,p)}
, the relation between
S
V
N
{\displaystyle S_{VN}}
and
S
{\displaystyle S}
is nonmonotonic when the average connectivity
p
(
N
−
1
)
{\displaystyle p(N-1)}
is varied.
For canonical power-law network ensembles, the two entropies are linearly related.
S
V
N
=
η
S
/
N
+
β
{\displaystyle {S}_{VN}=\eta {S/N}+\beta }
Networks with given expected degree sequences suggest that, heterogeneity in the expected degree distribution implies an equivalence between a quantum and a classical description of networks, which respectively corresponds to the von Neumann and the Shannon entropy.
This definition of the Von Neumann entropy can also be extended to multilayer networks with tensorial approach and has been used successfully to reduce their dimensionality from a structural point of perspective.
However, it has been shown that this definition of entropy does not satisfy the property of sub-additivity (see Von Neumann entropy's subadditivity), expected to hold theoretically. A more grounded definition, satisfying this fundamental property, has been introduced by Manlio De Domenico and Biamonte as a quantum-like Gibbs state
ρ
(
β
)
=
e
−
β
L
Z
(
β
)
{\displaystyle \rho (\beta )={\frac {e^{-\beta L}}{Z(\beta )}}}
where
Z
(
β
)
=
T
r
[
e
−
β
L
]
{\displaystyle Z(\beta )=Tr[e^{-\beta L}]}
is a normalizing factor which plays the role of the partition function, and
β
{\displaystyle \beta }
is a tunable parameter which allows multi-resolution analysis. If
β
{\displaystyle \beta }
is interpreted as a temporal parameter, this density matrix is formally proportional to the propagator of a diffusive process on the top of the network.
This feature has been used to build a statistical field theory of complex information dynamics, where the density matrix can be interpreted in terms of the super-position of streams operators whose action is to activate information flows among nodes. The framework has been successfully applied to analyze the protein-protein interaction networks of virus-human interactomes, including the SARS-CoV-2, to unravel the systemic features of infection of the latter at microscopic, mesoscopic and macroscopic scales, as well as to assess the importance of nodes for integrating information flows within the network and the role they play in network robustness.
This approach has been generalized to deal with other types of dynamics, such as random walks, on the top of multilayer networks, providing an effective way to reduce the dimensionality of such systems without altering their structure. Using both classical and maximum-entropy random walks, the corresponding density matrices have been used to encode the network states of the human brain and to assess, at multiple scales, connectome’s information capacity at different stages of dementia.
Maximum Entropy Principle
The maximum entropy principle is a variational principal stating that the probability distribution best representing the current state of a system is the one which maximizes the Shannon entropy.
This concept can be used to generate an ensemble of random graphs with given structural properties derived from the maximum entropy approach which, in its turn, describes the most probable network configuration: the maximum entropy principle allows for maximally unbiased information when lacking complete knowledge (microscopic configuration is not accessible, e.g.: we don't know the adjacency matrix). On the other hand, this ensemble serves as a null model when the actual microscopic configuration of the network is known, allowing to assess the significance of empirical patterns found in the network
Network Ensembles
It is possible to extend the network entropy formulations to instead measure the ensemble entropy. A set of networks that satisfies given structural characteristics can be treated as a network ensemble. Brought up by Ginestra Bianconi in 2007, the entropy of a network ensemble measures the level of the order or uncertainty of a network ensemble.
The entropy is the logarithm of the number of graphs. Entropy can also be defined in one network. Basin entropy is the logarithm of the attractors in one Boolean network.
Employing approaches from statistical mechanics, the complexity, uncertainty, and randomness of networks can be described by network ensembles with different types of constraints.
= Gibbs and Shannon entropy
=By analogy to statistical mechanics, microcanonical ensembles and canonical ensembles of networks are introduced for the implementation. A partition function Z of an ensemble can be defined as:
Z
=
∑
a
δ
[
F
→
(
a
)
−
C
→
]
exp
(
∑
i
j
h
i
j
Θ
(
a
i
j
)
+
r
i
j
a
i
j
)
{\displaystyle Z=\sum _{\mathbf {a} }\delta \left[{\vec {F}}(\mathbf {a} )-{\vec {C}}\right]\exp \left(\sum _{ij}h_{ij}\Theta (a_{ij})+r_{ij}a_{ij}\right)}
where
F
→
(
a
)
=
C
→
{\displaystyle {\vec {F}}(\mathbf {a} )={\vec {C}}}
is the constraint, and
a
i
j
{\displaystyle a_{ij}}
(
a
i
j
≥
0
{\displaystyle a_{ij}\geq {0}}
) are the elements in the adjacency matrix,
a
i
j
>
0
{\displaystyle a_{ij}>0}
if and only if there is a link between node i and node j.
Θ
(
a
i
j
)
{\displaystyle \Theta (a_{ij})}
is a step function with
Θ
(
a
i
j
)
=
1
{\displaystyle \Theta (a_{ij})=1}
if
x
>
0
{\displaystyle x>0}
, and
Θ
(
a
i
j
)
=
0
{\displaystyle \Theta (a_{ij})=0}
if
x
=
0
{\displaystyle x=0}
. The auxiliary fields
h
i
j
{\displaystyle h_{ij}}
and
r
i
j
{\displaystyle r_{ij}}
have been introduced as analogy to the bath in classical mechanics.
For simple undirected networks, the partition function can be simplified as
Z
=
∑
{
a
i
j
}
∏
k
δ
(
constraint
k
(
{
a
i
j
}
)
)
exp
(
∑
i
<
j
∑
α
h
i
j
(
α
)
δ
a
i
j
,
α
)
{\displaystyle Z=\sum _{\{a_{ij}\}}\prod _{k}\delta ({\textrm {constraint}}_{k}(\{a_{ij}\}))\exp \left(\sum _{i
where
a
i
j
∈
α
{\displaystyle a_{ij}\in \alpha }
,
α
{\displaystyle \alpha }
is the index of the weight, and for a simple network
α
=
{
0
,
1
}
{\displaystyle \alpha =\{0,1\}}
.
Microcanonical ensembles and canonical ensembles are demonstrated with simple undirected networks.
For a microcanonical ensemble, the Gibbs entropy
Σ
{\displaystyle \Sigma }
is defined by:
Σ
=
1
N
log
N
=
1
N
log
Z
|
h
i
j
(
α
)
=
0
∀
(
i
,
j
,
α
)
{\displaystyle {\begin{aligned}\Sigma &={\frac {1}{N}}\log {\mathcal {N}}\\&={\frac {1}{N}}\log Z|_{h_{ij}(\alpha )=0\forall (i,j,\alpha )}\end{aligned}}}
where
N
{\displaystyle {\mathcal {N}}}
indicates the cardinality of the ensemble, i.e., the total number of networks in the ensemble.
The probability of having a link between nodes i and j, with weight
α
{\displaystyle \alpha }
is given by:
π
i
j
(
α
)
=
∂
log
Z
∂
h
i
j
(
α
)
{\displaystyle \pi _{ij}(\alpha )={\frac {\partial \log Z}{\partial {h_{ij}}(\alpha )}}}
For a canonical ensemble, the entropy is presented in the form of a Shannon entropy:
S
=
−
∑
i
<
j
∑
α
π
i
j
(
α
)
log
π
i
j
(
α
)
{\displaystyle {S}=-\sum _{i
= Relation between Gibbs and Shannon entropy
=Network ensemble
G
(
N
,
L
)
{\displaystyle G(N,L)}
with given number of nodes
N
{\displaystyle N}
and links
L
{\displaystyle L}
, and its conjugate-canonical ensemble
G
(
N
,
p
)
{\displaystyle G(N,p)}
are characterized as microcanonical and canonical ensembles and they have Gibbs entropy
Σ
{\displaystyle \Sigma }
and the Shannon entropy S, respectively. The Gibbs entropy in the
G
(
N
,
p
)
{\displaystyle G(N,p)}
ensemble is given by:
N
Σ
=
log
(
N
(
N
−
1
)
2
L
)
{\displaystyle {N}\Sigma =\log \left({\begin{matrix}{\cfrac {N(N-1)}{2}}\\L\end{matrix}}\right)}
For
G
(
N
,
p
)
{\displaystyle G(N,p)}
ensemble,
p
i
j
=
p
=
2
L
N
(
N
−
1
)
{\displaystyle {p}_{ij}=p={\cfrac {2L}{N(N-1)}}}
Inserting
p
i
j
{\displaystyle p_{ij}}
into the Shannon entropy:
Σ
=
S
/
N
+
1
2
N
[
log
(
N
(
N
−
1
)
2
L
)
−
log
(
N
(
N
−
1
)
2
−
L
)
]
{\displaystyle \Sigma =S/N+{\cfrac {1}{2N}}\left[\log \left({\cfrac {N(N-1)}{2L}}\right)-\log \left({\cfrac {N(N-1)}{2}}-L\right)\right]}
The relation indicates that the Gibbs entropy
Σ
{\displaystyle \Sigma }
and the Shannon entropy per node S/N of random graphs are equal in the thermodynamic limit
N
→
∞
{\displaystyle N\to \infty }
.
See also
Canonical ensemble
Microcanonical ensemble
Maximum-entropy random graph model
Graph entropy
References
Kata Kunci Pencarian:
- Pengacakan dan penghamburan
- Metabolisme
- Desalinasi
- Aubrey Plaza
- Reseptor terhubung protein G
- Model mental
- Jordan Peterson
- Particle swarm optimization
- Perancangan cerdas
- Daftar distribusi Linux
- Network entropy
- Entropy network
- Entropy (information theory)
- Entropy
- Negentropy
- Cross-entropy
- Conditional entropy
- Principle of maximum entropy
- Pipe network analysis
- /dev/random
The Collective (2023)
#Manhole (2023)
No More Posts Available.
No more pages to load.