WonderNet


What is the shape of networks? How do we experience network sculptures? Our goal with this project is to bring networks to life as physical objects, a testimony to their physical reality in spite of being an abstract mathematical construct. Networks are commonly visualized as node-link diagrams where nodes are generally represented as point-like objects and links as one-dimensional lines. We add physicality to the nodes and links to create a manifestation of a network in form of a three-dimensional object.

We are presenting the results of our research through 8 networks that you can explore with an interactive tool, 3D prints, virtual reality experience and video.

Eight data sculptures that tell eight different data-stories:

Art Network

WonderNet - Art Network

Art network shows Museums and Galleries grouped by geographical location. Connections between two institutions are formed when an artist exhibits at both.

Flavor Network

WonderNet- Flavor Network

The Flavor Network is a correlation-based network of food ingredients based on the number of flavor compounds they share, formed by Ahn et al.

Diseasome Network

WonderNet - Diseasome Network

The Diseasome Network is a network of diseases based on the similarity in genetic mutations causing them, derived by Vidal et al.

Scale-free Network

WonderNet - Scale-free Network

A scale-free network generated using the Barabási–Albert model.

Random Network

WonderNet - Icono Lap

A random network generated using the Erdős–Rényi model.

Mouse Brain Network

WonderNet - Mouse Brain

The Mouse Brain Network consists of bundles of axons connecting various brain regions. Data processed by Emma Towlson and Jose Brum from The Allen Institute Brain Atlas database.

Network of Scientific Disciplines

WonderNet - Network of Scientific Disciplines

The Network of Scientific Disciplines where link weights are based number of citations from one field to another. Note the ring-like structure, revealing an interesting fact about dependence of various fields on one another.

Fake News Network

WonderNet - Fake News Network

The Spread of fake news is a diffusion network of a popular fake news about #pizzagate shared by infowars (Details of the article can be found here). Accounts participating this online conversation collected by Hoaxy system and each account evaluated by Botometer to identify accounts with automation.


Elastic Link Model


How can physicality be achieved to form these highly intricate, structural, sculptural network forms? If links and nodes have physical reality and occupy space, in traditional network models this results in multiple crossings between nodes and links, imposing a non-trivial algorithmic challenge. We developed a novel layout algorithm which uses physical forces to push conflicting nodes and links apart from each other. Additionally, we wanted the algorithm to find the most economical layout possible, in the sense that the links are as short as possible while avoiding overlaps. We modeled links as elastic tubes, which repel each other to avoid overlaps, but also bend and curve to find the shortest paths connecting their end nodes, similar to self-avoiding polymers.

We also wanted to have sufficient empty space around the nodes. We, therefore, introduced short-range repulsion forces to make sure that nodes do not come closer than a minimum distance, which we adjust based on the number of links connected to the node. We encode all of these forces in a potential energy, which plays the role of a cost function. To achieve a desirable layout, we dynamically simulate the physical forces by performing gradient descent on the potential energy, and to avoid bad local minima, we run simulated annealing, which adds thermal fluctuations that allow the links to travel through each other so that the system can escape undesirable states.

Flavor Network is laid out by Elastic Link Model


Force Directed Layout (FDL)

WonderNet - Force Directed Layout

A small network with N = 6 nodes laid out with FDL, resulting in multiple link crossings, shown as red links.

Elastic Link Model (ELI and FUEL)

WonderNet - Elastic Link Model

The animation shows how the network is laid out by ELI that resolves the crossings.

We model each link as a stretched, flexible rubber band, corresponding to many short springs connected to each other, pulled apart by elastic forces. The animation shows how a small network with six nodes is laid out by FDL (Force Directed Layout) and ELI (Elastic Link Mode).

Diseasome Network is laid out by Elastic Link Model