Backbone Layout

From visone manual
Revision as of 11:05, 5 November 2014 by Nocaj (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Backbone Layout

Method

Small-world graphs have characteristically low average distance and thus cause force-directed methods to generate drawings that look like hairballs.

The backbone layout tries to untangle hairball graphs. The method is based on a spanning subgraph that is sparse but connected and consists of strong ties holding together communities. Strong ties are identified using a structural measures of embeddedness.

More detailed background information is provided in


Facebook friendships at California Institute of Technology (Caltech36). Vertex color corresponds to dormitory (gray for missing values), but has not been utilized in the layout algorithm. The layout in (a) is based on the entire hairball graph, whereas (b) uses edge embeddedness which spreads the graph while keeping cohesive groups together. Embeddedness mapped to edge color; backbone edges dark gray.
Caltech36-hairball.png
(a) drawing based on complete network
Caltech36-Quadrilateral-Backbone.png
(b) drawing based on quadrilateral Simmelian backbone

Complexity

The computation of the embeddedness together with the backbone extraction scales well for large networks with, e.g., millions of edges and nodes.

The asymptotic runtime is for a graph where is the maximum degree of a vertex .


The final layout based on the extracted backbone needs time and memory, which does not scale for very large graphs.

Example Data

A set of 50 synthetic hairball networks with a hidden group structure: