Multidimensional network

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. Multidimensional networks are networks with multiple kinds of relations.[1] Increasingly sophisticated attempts to model real-world systems as multidimensional networks have yielded valuable insight in the fields of social network analysis,[2][3][4][5][6] economics, urban and international transport,[7][8][9] ecology, psychology,[10] medicine, biology,[11] commerce, climatology, physics,[12][13] operations management, and finance.

Terminology

The rapid exploration of complex networks in recent years has been dogged by a lack of standardized naming conventions, as various groups use overlapping and contradictory[14][15] terminology to describe specific network configurations (e.g., multiplex, multilayer, multilevel, multidimensional, multirelational, interconnected). Formally, multidimensional networks are edge-labeled multigraphs.[16] The term "fully multidimensional" has also been used to refer to a multipartite edge-labeled multigraph.[17] Multidimensional networks have also recently been reframed as specific instances of multilayer networks.[18][19][20] In this case, there are as many layers as there are dimensions, and the links between nodes within each layer are simply all the links for a given dimension.

Model

Core elements

In elementary network theory, a network is represented by a graph G = (V,E) in which V is the set of nodes and E the links between nodes, typically represented as a tuple of nodes u,v\in V. While this basic formalization is useful for analyzing many systems, real world networks often have added complexity in the form of multiple types of relations between system elements. The earliest formalizations of this idea came through its application in the field of social network analysis,[21] in which multiple forms of social connection between people were represented by multiple types of links.[22]

To accommodate the presence of more than one type of link, a multidimensional network is represented by a triple G = (V,E,D), where D is a set of dimensions, each member of which is a different type of link, and E consists of triples (u,v,d) with u,v\in V and d\in D.[20]

Extensions

In the case of a weighted network, this triplet is expanded to a quadruplet e = (u,v,d,w), where w is the weight on the link between u and v in the dimension d.

File:MuxViz EU Airports.png
The multiplex network of European airports. Each airline denotes a different layer. Visualization made with the muxViz software

Further, as is often useful in social network analysis, link weights may take on positive or negative values. Such signed networks can better reflect relations like amity and enmity in social networks.[17] Alternatively, link signs may be figured as dimensions themselves,[23] e.g. G = (V,E,D) where D=\{-1,0,1\} and E = \{(u,v,d); u,v \in V, d \in D\} This approach has particular value when considering unweighted networks.

This conception of dimensionality can be expanded should attributes in multiple dimensions need specification. In this instance, links are n-tuples e = (u,v,d_1 \dots d_{n-2}). Such an expanded formulation, in which links may exist within multiple dimensions, is uncommon but has been used in the study of multidimensional time-varying networks.[24]

Comments

File:Muxviz GlobalRisk.png
The World Economic Forum map of global risks and global trends, modeled as an interdependent network (also known as network of networks). Visualization made with the muxViz software

Note that as in all directed graphs, the links (u,v,d) and (v,u,d) are distinct.

By convention, the number of links between two nodes in a given dimension is either 0 or 1 in a multidimensional network. However, the total number of links between two nodes across all dimensions is less than or equal to |D|.

Multidimensional network-specific parameters

Attributes

Multi-layer adjacency tensor

Whereas unidimensional networks have two-dimensional adjacency matrices of size V\times V, in a multidimensional network with D dimensions, the adjacency matrix becomes a multilayer adjacency tensor, a four-dimensional matrix of size V\times D\times V\times D.[3] As in unidimensional matrices, directed links, signed links, and weights are all easily accommodated by this framework.

File:Muxviz Star Wars Social Network.png
The multiplex social network of Star Wars saga. Each layer denotes a different episode and two nodes are connected each other if the corresponding characters acted together in one or more scenes. Visualization made with muxViz software

Multi-layer neighbors

In a multidimensional network, the neighbors of some node v are all nodes connected to v across dimensions.

Multi-layer path length

A path between two nodes in a multidimensional network can be represented by a vector r =(r_1, \dots r_{|D|}) in which the ith entry in r is the number of links traversed in the ith dimension of G.[25] As with overlapping degree, the sum of these elements can be taken as a rough measure of a path length between two nodes.

Measures

Degree

In a multidimensional network, the degree of a node is represented by a vector of length |D|: \bold{k} = (k^{1}_i,\dots k^{|D|}_i). However, for some computations it may be more useful to simply sum the number of links adjacent to a node across all dimensions.[3][26] This is the overlapping degree: \sum_{\alpha = 1}^{|D|} k^{\alpha}_i. As with unidimensional networks, distinction may similarly be drawn between incoming links and outgoing links.

Degree correlations

The question of degree correlations in unidimensional networks is fairly straightforward: do networks of similar degree tend to connect to each other? In multidimensional networks, what this question means becomes less clear. When we refer to a node's degree, are we referring to its degree in one dimension, or collapsed over all? When we seek to probe connectivity between nodes, are we comparing the same nodes across dimensions, or different nodes within dimensions, or a combination?[20] What are the consequences of variations in each of these statistics on other network properties? In one study, assortativity was found to decrease robustness in a duplex network.[27]

Clustering coefficients

Like many other network statistics, the meaning of a clustering coefficient becomes ambiguous in multidimensional networks, due to the fact that triples may be closed in different dimensions than they originated.[18] Several attempts have been made to define local clustering coefficients, but these attempts have highlighted the fact that the concept must be fundamentally different in higher dimensions: some groups have based their work off of non-standard definitions,[28] while others have experimented with different definitions of random walks and 3-cycles in multidimensional networks.[29]

Community discovery

While cross-dimensional structures have been studied previously,[30][31] they fail to detect more subtle associations found in some networks. Taking a slightly different take on the definition of "community" in the case of multidimensional networks allows for reliable identification of communities without the requirement that nodes be in direct contact with each other.[2][3][5][32] For instance, two people who never communicate directly yet still browse many of the same websites would be viable candidates for this sort of algorithm.

Path dominance

Given two multidimensional paths, r and s, we say that r dominates s if and only if: \forall d\in \langle 1,|D|\rangle , r_l \leq s_l and \exists i such that r_l < s_l.[25]

Shortest path discovery

Among other network statistics, many centrality measures rely on the ability to assess shortest paths from node to node. Extending these analyses to a multidimensional network requires incorporating additional connections between nodes into the algorithms currently used (e.g., Dijkstra's). Current approaches include collapsing multi-link connections between nodes in a preprocessing step before performing variations on a breadth-first search of the network.[14]

Multidimensional distance

One way to assess the distance between two nodes in a multidimensional network is by comparing all the multidimensional paths between them and choosing the subset that we define as shortest via path dominance: let MP(u,v) be the set of all paths between u and v. Then the distance between u and v is a set of paths P\subseteq MP such that \forall p\in P, \nexists p'\in MP such that p' dominates p. The length of the elements in the set of shortest paths between two nodes is therefore defined as the multidimensional distance.[25]

Dimension relevance

In a multidimensional network G = (V,E,D), the relevance of a given dimension (or set of dimensions) D' for one node can be assessed by the ratio: \frac{\text{Neighbors}(v,D')}{\text{Neighbors}(v,D)}.[26]

Dimension connectivity

In a multidimensional network in which different dimensions of connection have different real-world values, statistics characterizing the distribution of links to the various classes are of interest. Thus it is useful to consider two metrics that assess this: dimension connectivity and edge-exclusive dimension connectivity. The former is simply the ratio of the total number of links in a given dimension to the total number of links in every dimension: \frac{|\{(u,v,d)\in E | u,v\in V\}|}{|E|}. The latter assesses, for a given dimension, the number of pairs of nodes connected only by a link in that dimension: \frac{|\{(u,v,d)\in E | u,v\in V \wedge \forall j\in D,j\neq d: (u,v,j)\notin E\}|}{|\{(u,v,d)\in E | u,v\in V\}|}.[26]

Burst detection

Burstiness is a well-known phenomenon in many real-world networks, e.g. email or other human communication networks. Additional dimensions of communication provide a more faithful representation of reality and may highlight these patterns or diminish them. Therefore it is of critical importance that our methods for detecting bursty behavior in networks accommodate multidimensional networks.[33]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 3.2 3.3 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. 14.0 14.1 Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. 17.0 17.1 Contractor, Noshir, Peter Monge, & Paul M. Leonardi. "Network Theory | Multidimensional Networks and the Dynamics of Sociomateriality: Bringing Technology Inside the Network". International Journal of Communication, 5 (2011): 39. Retrieved 26 November 2014
  18. 18.0 18.1 Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. 20.0 20.1 20.2 Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. 25.0 25.1 25.2 M. Magnani, A. Monreale, G. Rossetti, F. Giannotti: "On multidimensional network measures", SEBD 2013, Rocella Jonica, Italy
  26. 26.0 26.1 26.2 Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.

External links