GRHCMar 22, 2017

Graffinity: Visualizing Connectivity In Large Graphs

arXiv:1703.07729v131 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of cluttering in query-based graph visualization for fields like neuroscience and transportation, offering a scalable solution for analyzing connectivity in large networks.

The paper tackles the problem of visualizing connectivity in large graphs, where existing methods like node-link diagrams and adjacency matrices do not scale well, by introducing two novel visualization techniques and an open-source tool called Graffinity that provides an overview of connectivity with details on demand, validated with flight and connectomics data.

Multivariate graphs are prolific across many fields, including transportation and neuroscience. A key task in graph analysis is the exploration of connectivity, to, for example, analyze how signals flow through neurons, or to explore how well different cities are connected by flights. While standard node-link diagrams are helpful in judging connectivity, they do not scale to large networks. Adjacency matrices also do not scale to large networks and are only suitable to judge connectivity of adjacent nodes. A key approach to realize scalable graph visualization are queries: instead of displaying the whole network, only a relevant subset is shown. Query-based techniques for analyzing connectivity in graphs, however, can also easily suffer from cluttering if the query result is big enough. To remedy this, we introduce techniques that provide an overview of the connectivity and reveal details on demand. We have two main contributions: (1) two novel visualization techniques that work in concert for summarizing graph connectivity; and (2) Graffinity, an open-source implementation of these visualizations supplemented by detail views to enable a complete analysis workflow. Graffinity was designed in a close collaboration with neuroscientists and is optimized for connectomics data analysis, yet the technique is applicable across domains. We validate the connectivity overview and our open-source tool with illustrative examples using flight and connectomics data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes