Next Article in Journal
Effect of Cold Rolling on the Phase Transformation Kinetics of an Al0.5CoCrFeNi High-Entropy Alloy
Previous Article in Journal
Wear and Corrosion Resistance of Al0.5CoCrCuFeNi High-Entropy Alloy Coating Deposited on AZ91D Magnesium Alloy by Laser Cladding
Previous Article in Special Issue
Between Waves and Diffusion: Paradoxical Entropy Production in an Exceptional Regime
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Graph Energies of Egocentric Networks and Their Correlation with Vertex Centrality Measures

by
Mikołaj Morzy
1,2,* and
Tomasz Kajdanowicz
3
1
Institute of Computer Science, Poznań University of Technology, 60-965 Poznań, Poland
2
Center for Artificial Intelligence and Machine Learning CAMIL, Poznan University of Technology, 60-965 Poznań, Poland
3
Department of Computational Intelligence, Wrocław University of Science and Technology, 50-370 Wrocław, Poland
*
Author to whom correspondence should be addressed.
Submission received: 5 September 2018 / Revised: 8 November 2018 / Accepted: 27 November 2018 / Published: 30 November 2018
(This article belongs to the Special Issue Entropy: From Physics to Information Sciences and Geometry)

Abstract

:
Graph energy is the energy of the matrix representation of the graph, where the energy of a matrix is the sum of singular values of the matrix. Depending on the definition of a matrix, one can contemplate graph energy, Randić energy, Laplacian energy, distance energy, and many others. Although theoretical properties of various graph energies have been investigated in the past in the areas of mathematics, chemistry, physics, or graph theory, these explorations have been limited to relatively small graphs representing chemical compounds or theoretical graph classes with strictly defined properties. In this paper we investigate the usefulness of the concept of graph energy in the context of large, complex networks. We show that when graph energies are applied to local egocentric networks, the values of these energies correlate strongly with vertex centrality measures. In particular, for some generative network models graph energies tend to correlate strongly with the betweenness and the eigencentrality of vertices. As the exact computation of these centrality measures is expensive and requires global processing of a network, our research opens the possibility of devising efficient algorithms for the estimation of these centrality measures based only on local information.

1. Introduction

Matrix energy is a concept well established in mathematics [1], with several practical applications in other areas of science, such as physics and chemistry [2,3]. Since matrices are ubiquitous in the field of complex networks, it is natural to consider the usefulness of matrix energies in the context of networks. Complex networks, and social networks in particular, exhibit several interesting topological characteristics (dynamics, heterogeneity, high transitivity, relatively short average distances between vertices, degree associativity) and these characteristics vary significantly between individual vertices of a network.
The term egocentric network denotes a subnetwork consisting of a focal vertex, called ego, and its direct neighbors, together with edges connecting these vertices. The main motivation behind our research is an attempt to use energy of egocentric network matrix as a meaningful feature for describing topological properties of the network. Our rationale is the following: connections within the egocentric network of the focal vertex v define the the way in which any abstract resource (information, influence, importance) circulates in the vicinity of v. High singular values of the egocentric network matrix (and, in consequence, large energy of the egocentric network) characterize vertices which have high capacity, i.e., vertices which can maintain a large amount of the resource in circulation, without having the resource leak out of the egocentric network. Recall that an eigenvector of a linear transformation is a vector, whose direction does not change upon that linear transformation (in other words, the eigenvector of a linear transformation changes only by a scalar factor). If a linear transformation is represented by a square matrix M, then the column vector v is the eigenvector of M if the following holds: M v = λ v , and λ is a scalar value called the eigenvalue of M. Thus, if one interprets the egocentric network adjacency matrix as a linear transformation describing the possible flow of a resource in the vicinity of the vertex v, large eigenvalues of that egocentric network adjacency matrix mean that the egocentric network of v can circulate large amounts of a resource in a stable way (without changing the assignment of the resource to vertices, i.e., without changing the direction of the eigenvector). We have decided to explore the usefulness of the concept of egocentric network energy in characterizing individual vertices and see how this measure varies among vertices in networks representing different topologies and/or generative models.
To measure this variability, which can be interpreted in terms of the energy dispersion across the network, we employ the entropy. We also compute traditional centrality metrics for each vertex (degree, betweenness, closeness, eigencentrality) and compare these metrics with energies of the corresponding egocentric network. We find surprising correlations between some of centrality metrics, which leads us to believe that matrix energies of egocentric networks can be very useful in describing topological positions of vertices.
To make our claims substantial, we perform experiments on four different generative network models.
  • Erdös–Rényi random network model: a simple random network generator producing networks with binomial degree distribution,
  • Watts–Strogatz small network model: a network generator producing networks with uniform degree distribution and very high local clustering coefficients,
  • Holme–Kim preferential attachment model: a network generator producing networks with power law degree distributions and high local clustering coefficients,
  • Waxman geometric random network model: an example of a geometric model producing random networks with grid-like structure.
We select generative network models in a way which covers a vast spectrum of possible network topologies, rather than choosing models that have strong practical applications. Although empirical networks that conform to the Erdös–Rényi random network model are rare, the model itself is an important abstraction and has nice analytical properties. Holme–Kim model is essentially identical to the far more popular Albert–Barabási model [4], but it also produces more realistic distributions of the local clustering coefficient. Finally, Waxman geometric model is a simple abstraction of a wide spectrum of networks with the underlying grid-like structures. Examples of such networks include transportation networks (e.g., railroad network), or infrastructure networks (e.g., power grid network, water supply network, Internet router network). Of course, each generative network model has several parameters which influence the characteristics of generated network instances, more detailed description of each generative network model is presented in Section 3. For each generative model we produce hundreds of instances of networks to better cover the space of possible network configurations.
Our main findings can be summarized as follows:
  • Graph energy and Laplacian energy correlate very strongly with several vertex features, in particular, these energies seem to agree with vertex degree, betweenness, and eigencentrality.
  • Vertex closeness is notoriously difficult to estimate based on matrix energies.
  • In all of the examined generative network models and for all considered matrix energies, there seems to be no consistent correlation of any graph energy with the local clustering coefficient.
  • The entropy of all matrix energies is similar for a given network model, with Randić energy being the most unstable across the spectrum of possible values of the model’s parameter.
  • High correlation of Graph energy and Laplacian energy with eigencentrality and betweenness suggests, that it is possible to devise methods for estimating the values of eigencentrality and betweenness based on local vertex energy instead of a costly global computation over the entire network.

Related Work

Graph energies [5] have been researched for many years in the domains of chemistry [2], physics, mathematics [6], and complex networks [7]. The branch of mathematics in which graph energies are developed is known as the algebraic graph theory [8,9]. Graph energies are matrix energies of various graph representations [10,11] and can be defined for any symmetric graph matrix [12]. In the domain of mathematical chemistry they are known as spectral indices. A spectral index is either a single eigenvalue, or a function of a set of eigenvalues of a matrix (this set of eignevalues is known as matrix spectrum). For instance, one can use the sum of absolute eigenvalues, the sum of positive eigenvalues, the maximum eigenvalue, the minimum eigenvalue, the maximum absolute eigenvalue, the diameter of a spectrum (the difference between the maximum and the minimum eigenvalue), etc. Depending on the type of symmetric graph matrix, one can distinguish between graph energy [13] defined over the adjacency matrix, Randić energy [14] defined over the Randić matrix, Laplacian energy [15,16] defined over the Laplacian matrix. Other types of graph matrices result in further spectral graph descriptors, such as Burden eigenvalues defined for the modified connectivity matrix, incidence graph energy [17], distance graph energy [18,19], or path energy [14]. Each of these energies can be further quantified using a particular functional formula over the set of eigenvalues. Matrix energy is usually defined as the sum of absolute values of matrix eigenvalues, but other indices have been proposed, such as the Lovasz-Pelikan index [20] (leading eigenvalue), VAA1 index [21] (sum of positive eigenvalues), quasi-Winer index [22] (sum of eigenvalue reciprocals for the Laplacian matrix), or the Estrada index [23,24] (weighted number of the number of closed walks in the graph). Here we only reviewed a limited list of references but it must be mentioned that there are several excellent books on the subject of spectral graph theory, including [5,25].
Matrix spectra and matrix energies find surprising applications in many areas of computer science [26]. For instance, singular values of a matrix can be used to re-construct a matrix from a small set of incomplete entries [27,28], a problem common in recommender systems. Another application is graph drawing, where eigenvalues alone provide enough information to produce nice graph visualizations [29]. Graph eigenvalues have been successfully used to generate graph partitioning [30,31]. For many years graph eigenvalues were used to approximate the distribution of random walks over graphs [32], with the PageRank algorithm being the most prominent example. Graph eigenvalues have found surprising applications in graph theory with respect to the graph coloring problem [33] and independent set problem [34]. Yet another area of application of matrix energies, far beyond the scope of this overview, is systems structural complexity. A comprehensive work on this subject can be found in [35].
Graph and Randić energies attract the most attention of the scientific community due to their direct applicability in molecular chemistry [36,37]. Several discoveries of properties of Randić indexes and Randić matrices have been made over the last years [38,39,40]. The same can be said about the investigation of various properties of Laplacian energy in the context of random walks [15,41,42,43,44]. We feel that the concept of graph energy deserves much more attention from the social network analysis community and we intend to showcase the advantages of graph energies as vertex centrality measures. To the best of our knowledge there have been no previous works on the properties of graph energies computed over egocentric networks of vertices and their relationship to other vertex centrality measures.
The paper is organized as follows. Section 2 introduces basic definitions, matrix energies, and centrality measures. We present generative network models used in our experiments in Section 3. We describe our experiments and discuss the results in Section 4. The paper concludes in Section 5 with a brief summary.

2. Basic Definitions

A complex network is a graph G = V , E , where V = { v 1 , , v n } is the set of vertices, and E = { { v i , v j } : v i , v j V } is the set of edges, where each edge is an unordered pair of vertices from the set V (in our experiments we consider undirected networks). The egocentric network of the vertex v i , denoted G i = V i , E i , consists of the vertex v i , all vertices adjacent to it, and all edges between those vertices, V i = { v i } { v j V : { v i , v j } E } , E i = { { v j , v k } E : v j , v k V i } . Figure 1 presents an example of an egocentric network (red vertices and edges) of an ego (yellow vertex) within a larger network structure.

2.1. Centrality Measures

Centrality measures are functionals defined over the topology of a network which assign a numerical scalar to each vertex of a network. To capture different network and vertex characteristics, many such measures have been introduced [45,46]. In this paper we use four of the most popular centrality measures (degree, betweenness, closeness, eigencentrality), but we note that many other such functionals exist, e.g., Katz centrality [47], Bonacich power [48], eccentricity [49], etc.

2.1.1. Degree

The degree of the vertex v i is the number of edges adjacent to v i :
C D ( v i ) = { v j V : { v i , v j } E }

2.1.2. Betweenness

Let p ( v i , v j ) = v i , v i + 1 , , v j 1 , v j be a sequence of vertices in which any two consecutive vertices form an edge in G. Such a sequence is referred to as a path between vertices v i and v j . The shortest path is defined as
s p ( v i , v j ) = arg min p p ( v i , v j )
and the length of the shortest path between v i and v j is known as the distance between v i and v j , denoted d i j . The betweenness of a vertex v i is the number of shortest paths between any vertices that traverse vertex v i :
C B ( v i ) = v j , v k v i s p i ( v j , v k ) s p ( v j , v k )
where s p i ( v j , v k ) denotes a shortest path between vertices v j and v k traversing vertex v i .

2.1.3. Closeness

The closeness of the vertex v i is the average distance between the vertex v i and all other vertices in the network
C C ( v i ) = 1 | V | v j V d i j

2.1.4. Local Clustering Coefficient

Local clustering coefficient of the vertex v i (also known as the transitivity of v i ) measures the connectivity of the egocentric network of the vertex v i . It is formally defined as the ratio of the number of edges existing in the egocentric network of the vertex v i to the maximum number of edges that could exist in this egocentric network.
C L ( v i ) = | E i | | G i | ( | G i 1 | )

2.1.5. Eigencentrality

The eigencentrality of the vertex v i is recursively defined as
C E ( v i ) = 1 λ v j V i C E ( v j )
where λ is a constant.

2.2. Matrix Energies

Depending on the properties of a particular matrix describing the network, several different energies with varying properties can be defined. In this research we are considering the following types of energies.

2.2.1. Graph Energy

Graph energy is defined on the basis of the adjacency matrix M A of the network. Let
M A [ i , j ] = 1 if { v i , v j } E 0 otherwise
be the adjacency matrix of G. Then the graph energy of G is defined as
E G ( G ) = i = 1 n | μ i |
where μ 1 , , μ n are the eigenvalues of the adjacency matrix M A .

2.2.2. Randić Energy

Randić matrix of the network is defined as:
M R [ i , j ] = 0 if i = j 1 C D ( v i ) C D ( v j ) if { v i , v j } E 0 if { v i , v j } E
Randić energy is defined as
E R ( G ) = i = 1 n | ρ i |
where ρ 1 , , ρ n are the eigenvalues of the Randić matrix M R .

2.2.3. Laplacian Energy

The Laplacian matrix of a network is defined as:
M L [ i , j ] = d i if i = j 1 if i j { v i , v j } E 0 otherwise
Laplacian energy is defined as
E L ( G ) = i = 1 n | λ i 2 m n |
where λ 1 , , λ n are the eigenvalues of the Laplacian matrix M L , m = | E | is the number of edges, and n = | V | is the number of vertices. Laplacian energy of a network is equal to its Graph energy if and only if the network is regular. (i.e., when all vertices have equal degree). In addition, Laplacian energy obeys the following inequalities [15]:
E L ( G ) 2 M n
E L ( G ) 2 m n + ( n 1 ) 2 M ( 2 m n ) 2
2 M E L ( G ) 2 M
where M = m + 1 2 i = 1 n ( d i 2 m n ) 2 and 2 m n is the average vertex degree.

3. Network Models

Over the years several generative network models have been proposed. Most of these models aim at generating artificial networks which display certain properties that are frequent in empirical networks. For instance, the prevalence of real-world social networks displays the power-law distribution of vertex degrees [50], and the Holme–Kim model aims at re-creating this property. Another frequent property of empirical networks is a very high local clustering coefficient [51], this property is prominent in the Watts–Strogatz model. In our experiments we have decided to use four different generative network models which cover a vast spectrum of possible network topologies, examples of networks produced by these models are presented in Figure 2.

3.1. Erdős–Rényi Random Network Model

The random network model has been first introduced by Paul Erdős and Alfréd Rényi in [52]. There are two versions of the model. The G ( n , m ) model consists in randomly selecting a single network g from the universe of all possible networks having n vertices and m edges. The second model, dubbed G ( n , p ) , creates the network g by first creating n isolated vertices, and then creating, for each pair of vertices ( v i , v j ) , an edge with the probability p. Due to much easier implementation and analytical accessibility, the G ( n , p ) model is far more popular and this is the model which we have used in our experiments.

3.2. Watts–Strogatz Small World Network Model

The small world model has been introduced by Duncan Watts and Steven Strogatz in [53]. According to this model, a set of n vertices is organized into a regular circular lattice, with each vertex connecting directly to k of its nearest neighbors. After creating the initial lattice, each edge is rewired with the probability p, i.e., an edge ( v i , v j ) is replaced with the edge ( v i , v k ) where v k is selected uniformly from V.

3.3. Holme–Kim Preferential Attachment Network Model

There is a whole family of graph models collectively referred to as preferential attachment or cumulative advantage models. Basically, any model in which the probability of forming an edge to a vertex is proportional to that vertex degree can be classified as a preferential attachment model. The first attempt to use the mechanism of preferential attachment to generate artificial graphs can be attributed to Derek de Solla Price who tried to explain the process of formation of scientific citations by the advantageous accumulation of citations by prominent papers [54]. Another well-known model which uses the same mechanism has been proposed by Albert-László Barabási and Réka Albert [4]. According to this model, the initial graph is a full graph K n 0 with n 0 vertices. All subsequent vertices are added to the graph one by one, and each new vertex creates m edges. The probability of choosing the vertex v as the endpoint of a newly created edge is proportional to current degree of v and can be expressed as p ( v i ) = C D ( v i ) / j C D ( v j ) . The resulting network displays the power law distribution of vertex degrees because of the quick accumulation of new edges by prominent vertices. In this work we are using the variation of the preferential attachment model proposed by Holme and Kim [55], in which after adding a random edge in the network, with a probability p Δ an extra triangle closing edge is added to the network. This model is basically the same as the Barabási-Albert model with an added triangle closure step which increases the local clustering coefficient.

3.4. Waxman Geometric Random Network Model

The Waxman geometric random network model [56] places n vertices uniformly at random in a rectangular domain, two vertices ( v i , v j ) are connected with an edge with probability p i j = α exp ( d i j β d max ) , where d i j is the Euclidean distance between vertices v i and v j , and d max is the maximum distance between all vertices in the network (also known as the diameter of the network). Parameters α and β control the influence of the distance between any given pair of vertices in relation to the diameter of the network.

4. Experiments

In the following section, we present the results of the experimental evaluation of egocentric graph energies in different artificial networks. The experimental protocol is as follows. For each generative network model, we generate several instances of the model, modifying a single model parameter. Then, we compute all the energies of all egocentric networks (of radius r = 1 ) and we compute the entropy of the distribution of each energy. Thus, for each vertex, we add three features representing the Graph energy, the Randić energy, and the Laplacian energy of that vertex egocentric network.
As we have noted before, generative network models try to mimic certain phenomena and mechanisms of network formation. It should be noted, however, that the topologies of networks produced by the same generative network model can vary dramatically depending on the choice of model’s parameters. For instance, if we generate two networks of n = 100 vertices each using the Erdös–Rényi random network model, but in the first network we set the random edge probability to p = 0.01 , and in the second network we set this parameter to p = 0.1 , the resulting networks will be very different in terms of their topology, distribution of degree, betweenness, eigencentrality, etc. To make sure that we control for the influence of the model’s parameter, in our experiments we generate hundreds of instances of networks for each generative network model, each time slightly varying the value of the model’s parameter.
The gradual changes of each model are realized by modifying the following parameters:
  • Erdős–Rényi random network model: the probability of creating an edge between a random pair of vertices changes uniformly from p = 0.01 to p = 1.0 , the network changes gradually from a set of isolated vertices to a fully connected network.
  • Watts–Strogatz small world network model: the probability of randomly rewiring an edge changes uniformly from p = 0.01 to p = 1.0 , the network changes gradually from a strictly ordered structure, where each vertex links to its k = 4 nearest neighbors with no long-distance bridges, to a fully random network.
  • Waxman geometric random network model: we change α uniformly in the range [ 0.01 , 1.0 ] while β stays constant at β = 0.1 .
  • Holme–Kim powerlaw network model: the probability of closing a triangle after adding a random edge changes uniformly from p = 0.01 to p = 1.0 , the resulting network is a scale-free network with power law degree distribution, subsequent instances of the network exhibit gradually increasing values of the average local clustering coefficient.
After generating each instance of a network, we compute, for each vertex, the following features and all correlations between these features:
  • degree
  • betweenness
  • closeness
  • eigencentrality
  • Graph energy of the ego-network of the vertex
  • Randić energy of the ego-network of the vertex
  • Laplacian energy of the ego-network of the vertex
and we we show how these correlations change as the topology of each network model undergoes a gradual change. We use Pearson product-moment correlation coefficient to measure the similarity between features.
We begin by investigating the relationship between graph energies and vertex features in random networks.

4.1. Erdös–Rényi Random Network Model

Figure 3 presents correlations of graph energies with other vertex features. Horizontal x-axis represents the value of the model’s parameter, namely, the random edge creation probability p. Please note that for low values of this probability, Erdös–Rényi random network model produces very sparse networks with many isolated components.
Our observations are as follows:
  • Graph energy correlates strongly with closeness and eigencentrality, even for relatively low probability of random edge creation ( p = 0.2 ), in these networks there is enough connectivity between vertices to produce large connected components, but the networks are far from being fully connected.
  • Randić energy correlates well with betweenness, one can investigate the possibility of estimating the betweenness of a node based on its Randić energy for a wide spectrum of random networks.
  • Laplacian energy correlates almost perfectly with degree, eigencentrality and closeness. Since both eigencentrality and closeness are expensive to compute, one can estimate these values based on the Laplacian energy of a vertex.

4.2. Watts–Strogatz Small World Network Model

Recall that in the Watts–Strogatz small world network model, the main parameter, the probability p of the random edge rewiring, determines the topology of the resulting network by gradually moving from a fully regular lattice of vertices to a fully random network. In Figure 4 low values of the p parameter on the x-axis represent very regular networks, and high values of the p parameter correspond to irregular, random-like networks.
Looking at the results we note the following:
  • Graph energy correlates only with Laplacian energy, there is some weak correlation with degree and eigencentrality, but most probably this correlation is too weak to provide accurate estimates.
  • Randić energy cannot be reasonably used to provide any estimates regarding the features of vertices in small world networks.
  • Laplacian energy correlates to some extent with degree and eigencentrality, providing means for estimation, but this can be achieved only when the probability p of random edge rewiring is sufficiently high.

4.3. Waxman Geometric Random Network Model

In general, the Waxman geometric random network model is characterized by two parameters, α and β , which both determine the propensity of vertices to form short distance and long distance connections. To maintain consistency with the experimental protocol we have decided to set the constant value of β = 0.1 and change the preference of vertices to create short distance connections. Low values of the p parameter correspond to networks in which there is no explicit preference for short distance connections, and high values of the p parameter produce networks in which the majority of connections are formed at short distances, making the resulting network more similar to the small world network model.
Our interpretation of the results presented in Figure 5 is the following:
  • Graph energy correlates with degree and eigencentrality for small values of the p parameter.
  • Randić energy again does not seem to be very useful for estimating the values of other vertex features.
  • Laplacian energy correlates very strongly with degree, and somehow strongly with eigencentrality. Most of these energies are quite stable across the spectrum of possible values of the p parameter.

4.4. Holme–Kim Preferential Attachment Model

Figure 6 presents the correlation of graph energies with various vertex features in networks produced by the Holme–Kim preferential attachment network model. Recall that in this model the value of the parameter p determines the propensity of vertices to close open triads. In other words, as the value of the parameter p increases along the x-axis, the resulting networks become more and more clustered (making them more similar to small world networks), at the same time retaining the power law distribution of vertex degrees.
From the results, we note that:
  • Graph energy correlates with betweenness, degree and eigencentrality to the extent which allows us to suspect, that it is possible to estimate these descriptors based on the graph energy of the vertex.
  • Randić energy correlates well with other types of vertex energies, but the correlations with degree, eigencentrality and betweenness are significant and can be useful.
  • Laplacian energy exhibits very strong correlation with degree, betweenness and eigencentrality.
This is a very encouraging result. The Holme–Kim network model is a good approximation of many empirical networks, in particular, of large social networks. Very strong correlations of vertex features and graph energies are a clear indicator of the usefulness of the later in social network analysis.

4.5. Stability of Graph Energies across Possible Network Spectrum

Another question worth answering is how stable are graph energies when different topologies of networks are considered. In our experiments, we perform gradual change of each network, producing instances of slightly different topologies. To measure the degree to which energy disperses across the network, we use Shannon’s information entropy. Low entropy of energy dispersion characterizes networks with uniform distribution of energy across vertices, and high entropy describes networks, in which certain areas of the network exhibit high variations of energy.
This leads directly to the concept of energy gradients in networks, a research direction which we plan to undertake in the near future.
The results are presented in Figure 7. Not only does the entropy change for each generative network model, but there are visible differences between the models as well.
  • Erdős–Rényi random network model: entropies of all energies quickly increase and stay at the maximum level during the densification of the graph, and only when the edge probability creation reaches 1 (leading to a single clique), the entropies drop to zero (as expected, because all vertices are now exactly the same and indistinguishable). Even in very dense random networks (for large values of the p parameter) graph entropies are scattered across vertices with high variability.
  • Watts–Strogatz small world network model: Interestingly, the addition of random rewired edges affects the entropies only at the beginning, but after reaching a certain threshold, the entropy begins to diminish. Initially, the entropies of graph energies are very low because the network is regular and all vertices are indistinguishable. Increase of energy entropies indicates the diversification of energy distribution among vertices. Interestingly, as the network becomes more "random" (i.e., more edges have been randomly rewired), the entropy of Randić energy begins to steadily diminish (all vertices diverge to a common Randić energy). This is probably caused by the fact, that initially all vertices form identical egocentric networks (with only minuscule variations), and as more and more edges becomes randomly rewired, these egocentric networks again become more unified. This is our conjecture which will require further examination.
  • Waxman geometric random network model: graph energy and Laplace energy entropies behave similarly to the small world network model of Watts and Strogatz, but the entropy of Randić energy steadily grows as the value of the p parameter increases. This is really intriguing because, in theory, large values of the p parameter should produce networks more similar to the small-world model, with the majority of edges formed between neighboring vertices. Increasing entropy suggests that Randić energy becomes more dispersed among vertices. Without further investigation we cannot provide an informed explanation of this phenomenon.
  • Holme–Kim powerlaw network model: entropies of all energies are constant across possible topologies of the model, with some random fluctuations. This is very much what we expect: changing the probability of triad closure (the increase of the p parameter) does not change the shape of the distribution of vertex degrees in a significant way, this distribution is still best described using the powerlaw formula, irrespective of the triad closure probability.

5. Conclusions

In this paper, we have presented the first investigation of the properties of various graph energies in the field of complex networks. Graph energy is the energy of a symmetric matrix representing a network. Since there are several different types of matrices which can be used to describe a network (e.g., an adjacency matrix, a distance matrix, a Laplacian), each of these matrices produces different energy. When applied to the matrix representation of an entire network, graph energy has limited information value and equivocal interpretation. One could argue that networks with high energies have large overall capacity, i.e., they allow for stable allocation of large amounts of resources due to the existence of a stationary distribution of that allocation. This hypothesis requires further scientific investigation. It should be clear that the usefulness of graph energy in describing the topology of chemical compounds or other relatively small graphs does not transfer to the realm of large complex networks easily. However, we discover that graph energies applied to egocentric networks of individual vertices produce very meaningful and interesting results. Graph energy of an egocentric network for a vertex is an explainable and interpretable measure of the capacity of that vertex. Graph energy, in our opinion, provides a characterization of a vertex which is complementary to topological characteristics (degree, eigencentrality) and distance-based characteristics (betweenness, closeness, eccentricity). In particular, we observe strong correlation of graph energy and other descriptors such as betweenness and eigencentrality for some generative network models. This is very exciting, because these vertex features are notoriously difficult to compute as it is impossible to compute them locally. For instance, computing vertex betweenness involves finding all shortest paths between all pairs of vertices, an operation which can be computationally prohibitively expensive for large complex networks. Our findings allow us to pursue promising direction involving estimation of betweenness and eigencentrality from local vertex graph energies.

Author Contributions

Both authors conceived and designed the experiments, performed the experiments, analyzed the data, and wrote the manuscript equally.

Funding

This work is supported by the National Science Centre, Poland, decision no. DEC-2016/23/B/ST6/ 03962 as well as by the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 691152 (RENOIR) and the Polish Ministry of Science and Higher Education fund for supporting internationally co-financed projects in 2016-2019 (agreement no. 3628/H2020/2016/2).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Biggs, N.; Biggs, N.L.; Biggs, E.N. Algebraic Graph Theory; Cambridge University Press: Cambridge, UK, 1993; Volume 67. [Google Scholar]
  2. Cvetković, D.M.; Doob, M.; Sachs, H. Spectra of Graphs: Theory and Application; Academic Press: Cambridge, MA, USA, 1980; Volume 87. [Google Scholar]
  3. Kier, L. Molecular Connectivity in Chemistry and Drug Research; Elsevier: Amsterdam, The Netherlands, 2012; Volume 14. [Google Scholar]
  4. Barabási, A.L.; Albert, R. Emergence of scaling in random networks. Science 1999, 286, 509–512. [Google Scholar] [PubMed]
  5. Li, X.; Shi, Y.; Gutman, I. Graph Energy; Springer: New York, NY, USA, 2012. [Google Scholar]
  6. Bernstein, D.S. Matrix Mathematics: Theory, Facts, and Formulas with Application to Linear Systems Theory; Princeton University Press: Princeton, NJ, USA, 2005; Volume 41. [Google Scholar]
  7. Van Mieghem, P. Graph Spectra for Complex Networks; Cambridge University Press: Cambridge, UK, 2010. [Google Scholar]
  8. Cvetkovic, D.; Simic, S.; Rowlinson, P. An Introduction to the Theory of Graph Spectra; Cambridge University Press: Cambridge, UK, 2009. [Google Scholar]
  9. Godsil, C.; Royle, G. Algebraic Graph Theory; Springer: New York, NY, USA, 2001. [Google Scholar]
  10. Gutman, I. The energy of a graph: Old and new results. In Algebraic Combinatorics and Applications; Springer: Berlin, Germany, 2001; pp. 196–211. [Google Scholar]
  11. Nikiforov, V. The energy of graphs and matrices. J. Math. Anal. Appl. 2007, 326, 1472–1475. [Google Scholar] [CrossRef]
  12. Consonni, V.; Todeschini, R. New Spectral Indices for Molecule Description. MATCH Commun. Math. Comput. Chem. 2008, 60, 3–14. [Google Scholar]
  13. Nikiforov, V. Beyond graph energy: Norms of graphs and matrices. Linear Algebra Its Appl. 2016, 506, 82–138. [Google Scholar] [CrossRef] [Green Version]
  14. Randić, M. On Characterization of Molecular Branching. J. Am. Chem. Soc. 1975, 97, 6609–6615. [Google Scholar] [CrossRef]
  15. Gutman, I.; Zhou, B. Laplacian energy of a graph. Linear Algebra Its Appl. 2006, 414, 29–37. [Google Scholar] [CrossRef]
  16. Merris, R. A Survey of Graph Laplacians. Linear Multilinear Algebra 1995, 39, 19–31. [Google Scholar] [CrossRef]
  17. Gutman, I.; Kiani, D.; Mirzakhah, M.; Zhou, B. On incidence energy of a graph. Linear Algebra Its Appl. 2009, 431, 1223–1233. [Google Scholar] [CrossRef]
  18. Cash, G.G. Heats of Formation of Polyhex Polycyclic Aromatic Hydrocarbons from Their Adjacency Matrixes. J. Chem. Inf. Comput. Sci. 1995, 35, 815–818. [Google Scholar] [CrossRef]
  19. Indulal, G.; Gutman, I.; Vijayakumar, A. On Distance Energy of Graphs. MATCH Commun. Math. Comput. Chem. 2008, 60, 461–472. [Google Scholar]
  20. Lovász, L.; Pelikán, J. On the eigenvalues of trees. Periodica Math. Hung. 1973, 3, 175–182. [Google Scholar] [CrossRef]
  21. Balaban, A.T.; Ciubotariu, D.; Medeleanu, M. Topological indices and real number vertex invariants based on graph eigenvalues or eigenvectors. J. Chem. Inf. Comput. Sci. 1991, 31, 517–523. [Google Scholar] [CrossRef]
  22. Mohar, B.; Babic, D.; Trinajstic, N. A novel definition of the Wiener index for trees. J. Chem. Inf. Comput. Sci. 1993, 33, 153–154. [Google Scholar] [CrossRef]
  23. Estrada, E.; Rodriguez-Velazquez, J.A. Subgraph centrality in complex networks. Phys. Rev. E 2005, 71, 056103. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Estrada, E.; Hatano, N. Statistical-mechanical approach to subgraph centrality in complex networks. Chem. Phys. Lett. 2007, 439, 247–251. [Google Scholar] [CrossRef]
  25. Chung, F.R.; Graham, F.C. Spectral Graph Theory; American Mathematical Society: Providence, RI, USA, 1997; Volume 92. [Google Scholar]
  26. Spielman, D.A. Spectral graph theory and its applications. In Proceedings of the 48th Annual IEEE Symposium on Foundations of Computer Science (FOCS’07), Providence, RI, USA, 21–23 October 2007; pp. 29–38. [Google Scholar]
  27. Candès, E.J.; Tao, T. The power of convex relaxation: Near-optimal matrix completion. IEEE Trans. Inf. Theory 2010, 56, 2053–2080. [Google Scholar] [CrossRef]
  28. Candès, E.J.; Recht, B. Exact matrix completion via convex optimization. Found. Comput. Math. 2009, 9, 717. [Google Scholar] [CrossRef]
  29. Hall, K.M. An r-dimensional quadratic placement algorithm. Manag. Sci. 1970, 17, 219–229. [Google Scholar] [CrossRef]
  30. Fiedler, M. Algebraic connectivity of graphs. Czechoslov. Math. J. 1973, 23, 298–305. [Google Scholar]
  31. Donath, W.; Hoffman, A. Algorithms for Partitioning of Graphs and Computer Logic Based on Eigenvectors of Connections Matrices; IBM Technical Disclosure Bulletin: New York, NY, USA, 1972; Volume 15. [Google Scholar]
  32. Lovász, L. Random walks on graphs: A survey. Comb. Paul Erdos Is Eighty 1993, 2, 1–46. [Google Scholar]
  33. Wilf, H.S. The eigenvalues of a graph and its chromatic number. J. Lond. Math. Soc. 1967, 1, 330–332. [Google Scholar] [CrossRef]
  34. Trevisan, L. Max cut and the smallest eigenvalue. SIAM J. Comput. 2012, 41, 1769–1786. [Google Scholar] [CrossRef]
  35. Sinha, K. Structural Complexity and Its Implications for Design of Cyber-Physical Systems. Ph.D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, USA, 2014. [Google Scholar]
  36. Li, X.; Shi, Y. A survey on the Randic index. MATCH Commun. Math. Comput. Chem. 2008, 59, 127–156. [Google Scholar]
  37. Liu, H.; Lu, M.; Tian, F. On the Randić index. J. Math. Chem. 2008, 44, 301–310. [Google Scholar] [CrossRef]
  38. Gutman, I.; Furtula, B.; Bozkurt, B. On Randić energy. Linear Algebra Its Appl. 2014, 442, 50–57. [Google Scholar] [CrossRef]
  39. Bozkurt, Ş.B.; Bozkurt, D. Randić energy and Randić Estrada index of a graph. Eur. J. Pure Appl. Math. 2012, 5, 88–99. [Google Scholar]
  40. Clark, L.H.; Moon, J.W. On the general Randic index for certain families of trees. Ars Comb. 2000, 54, 223–235. [Google Scholar]
  41. Zhou, B. On sum of powers of the Laplacian eigenvalues of graphs. Linear Algebra Its Appl. 2008, 429, 2239–2246. [Google Scholar] [CrossRef]
  42. Stevanovic, D.; Stankovic, I.; Milosevic, M. More on the relation between energy and Laplacian energy of graphs. MATCH Commun. Math. Comput. Chem. 2009, 61, 395. [Google Scholar]
  43. Aleksic, T. Upper bounds for Laplacian energy of graphs. MATCH Commun. Math. Comput. Chem. 2008, 60, 435–439. [Google Scholar]
  44. Li, R. Some lower bounds for Laplacian energy of graphs. Int. J. Contemp. Math. Sci. 2009, 4, 219–233. [Google Scholar]
  45. Newman, M. Networks; Oxford University Press: Oxford, UK, 2018. [Google Scholar]
  46. Wasserman, S.; Faust, K. Social Network Analysis: Methods and Applications; Cambridge University Press: Cambridge, UK, 1994; Volume 8. [Google Scholar]
  47. Katz, L. A new status index derived from sociometric analysis. Psychometrika 1953, 18, 39–43. [Google Scholar] [CrossRef]
  48. Bonacich, P. Power and centrality: A family of measures. Am. J. Sociol. 1987, 92, 1170–1182. [Google Scholar] [CrossRef]
  49. Hage, P.; Harary, F. Eccentricity and centrality in networks. Soc. Netw. 1995, 17, 57–63. [Google Scholar] [CrossRef]
  50. Clauset, A.; Shalizi, C.R.; Newman, M.E. Power-law distributions in empirical data. SIAM Rev. 2009, 51, 661–703. [Google Scholar] [CrossRef]
  51. Fagiolo, G. Clustering in complex directed networks. Phys. Rev. E 2007, 76, 026107. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  52. Erdős, P.; Rényi, A. On the evolution of random graphs. Publ. Math. Inst. Hung. Acad. Sci. 1960, 5, 17–61. [Google Scholar]
  53. Watts, D.J.; Strogatz, S.H. Collective dynamics of ‘small-world’ networks. Nature 1998, 393, 440–442. [Google Scholar] [CrossRef] [PubMed]
  54. Price, D.D.S. A general theory of bibliometric and other cumulative advantage processes. J. Assoc. Inf. Sci. Technol. 1976, 27, 292–306. [Google Scholar] [CrossRef] [Green Version]
  55. Holme, P.; Kim, B.J. Growing scale-free networks with tunable clustering. Phys. Rev. E 2002, 65, 026107. [Google Scholar] [CrossRef] [Green Version]
  56. Waxman, B.M. Routing of multipoint connections. IEEE J. Sel. Areas Commun. 1988, 6, 1617–1622. [Google Scholar] [CrossRef]
Figure 1. Egocentric network.
Figure 1. Egocentric network.
Entropy 20 00916 g001
Figure 2. Examples of networks produced by generative network models: (a) Erdős–Rényi random network model (b) Watts–Strogatz small world network (c) Waxman geometric random network model (d) Holme–Kim preferential attachment network model.
Figure 2. Examples of networks produced by generative network models: (a) Erdős–Rényi random network model (b) Watts–Strogatz small world network (c) Waxman geometric random network model (d) Holme–Kim preferential attachment network model.
Entropy 20 00916 g002
Figure 3. Graph energies and the Erdös–Rényi random network model.
Figure 3. Graph energies and the Erdös–Rényi random network model.
Entropy 20 00916 g003aEntropy 20 00916 g003b
Figure 4. Graph energies and the Watts–Strogatz small world network model.
Figure 4. Graph energies and the Watts–Strogatz small world network model.
Entropy 20 00916 g004
Figure 5. Graph energies and the Waxman geometric random network model.
Figure 5. Graph energies and the Waxman geometric random network model.
Entropy 20 00916 g005aEntropy 20 00916 g005b
Figure 6. Graph energies and the Holme–Kim preferential attachment network model.
Figure 6. Graph energies and the Holme–Kim preferential attachment network model.
Entropy 20 00916 g006aEntropy 20 00916 g006b
Figure 7. Entropies of graph energies for different generative network models.
Figure 7. Entropies of graph energies for different generative network models.
Entropy 20 00916 g007

Share and Cite

MDPI and ACS Style

Morzy, M.; Kajdanowicz, T. Graph Energies of Egocentric Networks and Their Correlation with Vertex Centrality Measures. Entropy 2018, 20, 916. https://0-doi-org.brum.beds.ac.uk/10.3390/e20120916

AMA Style

Morzy M, Kajdanowicz T. Graph Energies of Egocentric Networks and Their Correlation with Vertex Centrality Measures. Entropy. 2018; 20(12):916. https://0-doi-org.brum.beds.ac.uk/10.3390/e20120916

Chicago/Turabian Style

Morzy, Mikołaj, and Tomasz Kajdanowicz. 2018. "Graph Energies of Egocentric Networks and Their Correlation with Vertex Centrality Measures" Entropy 20, no. 12: 916. https://0-doi-org.brum.beds.ac.uk/10.3390/e20120916

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