In
network science, a sparse network has ''much fewer'' links than the possible maximum number of links within that network (the opposite is a dense network). The study of sparse networks is a relatively new area primarily stimulated by the study of real networks, such as social and computer networks.
The notion of ''much fewer'' links is, of course, colloquial and informal. While a threshold for a particular network may be invented, there is no universal threshold that defines what ''much fewer'' actually means. As a result, there is no formal sense of sparsity for any finite network, despite widespread agreement that most empirical networks are indeed sparse. There is, however, a formal sense of sparsity in the case of infinite network models, determined by the behavior of the number of edges (M) and/or the average degree () as the number of nodes (N) goes to infinity.
Definitions
A simple unweighted network of size
is called sparse if the number of links
in it is much smaller than the maximum possible number of links
:
.
In any given (real) network, the number of nodes ''N'' and links ''M'' are just two numbers, therefore the meaning of the ''much smaller'' sign (
above) is purely colloquial and informal, and so are statements like "many real networks are sparse."
However, if we deal with a synthetic graph sequence
, or a network model that is well defined for networks
of any size ''N'' = 1,2,...,
, then the
attains its usual formal meaning:
.
In other words, a network sequence or model
is called ''dense'' or ''sparse'' depending on whether the (expected) average degree
in
scales ''linearly'' or ''sublinearly'' with ''N'':
is ''dense'' if
;
is ''sparse'' if
.
An important subclass of sparse networks are networks whose average degree is either constant or converges to a constant. Some authors call only such networks sparse, while others reserve special names for them:
is ''truly sparse'' or ''extremely sparse'' or ''ultrasparse'' if
.
There also exist alternative, stricter definitions of network sparsity requiring the convergence of the degree distribution in
to a well defined limit at
.
According to this definition, the
N-star graph , for example, is not sparse.
Node degree distribution
The node degree distribution changes with the increasing connectivity. Different link densities in the complex networks have different node-degree distribution, as Flickr Network Analysis suggests.
The sparsely connected networks have a scale free,
power law
In statistics, a power law is a Function (mathematics), functional relationship between two quantities, where a Relative change and difference, relative change in one quantity results in a proportional relative change in the other quantity, inde ...
distribution. With increasing connectivity, the networks show increasing divergence from power law. One of the main factors, influencing on the network connectivity is the
node similarity. For instance, in
social networks, people are likely to be linked to each other if they share common social background, interests, tastes, beliefs, etc. In context of biological networks, proteins or other molecules are linked if they have exact or complementary fit of their complex surfaces.
Common terminology
If the nodes in the networks are not weighted, the structural components of the network can be shown through
adjacency matrix. If the most elements in the matrix are zero, such matrix is referred as
sparse matrix. In contrast, if most of the elements are nonzero, then the matrix is
dense. The sparsity or density of the matrix is identified by the fraction of the zero element to the total number of the elements in the matrix. Similarly, in the context of
graph theory, if the number of links is close to its maximum, then the graph would be known as
dense graph. If the number of links is lower than the maximum number of links, this type of graphs are referred as
sparse graph.
Applications
Sparse Network can be found in
social,
computer
A computer is a machine that can be programmed to Execution (computing), carry out sequences of arithmetic or logical operations (computation) automatically. Modern digital electronic computers can perform generic sets of operations known as C ...
and
biological networks, as well as, its applications can be found in
transportation, power-line, citation networks, etc. Since most real networks are large and sparse, there were several models developed to understand and analyze them.
These networks have inspired sparse
network-on-chip
A network on a chip or network-on-chip (NoC or )This article uses the convention that "NoC" is pronounced . Therefore, it uses the convention "a" for the indefinite article corresponding to NoC ("a NoC"). Other sources may pronounce it as a ...
design in multiprocessor embedded
computer engineering
Computer engineering (CoE or CpE) is a branch of electrical engineering and computer science that integrates several fields of computer science and electronic engineering required to develop computer hardware and software. Computer engineers ...
.
Sparse networks also induce cheaper computations by making it efficient to store the network as an
Adjacency list, rather than an
Adjacency matrix. For example, when using an adjacency list, iterating over a node's neighbors can be achieved in O(M/N), whereas it is achieved in O(N) with an adjacency matrix.
References
{{reflist, 2
Networks
Network theory
Network topology