The Census-Stub Graph Invariant Descriptor
Matt I. B. Oddo, Stephen Kobourov, Tamara Munzner
TL;DR
The paper addresses the hairball and layout-dependence issues of traditional graph visualization by introducing invariant graph descriptors computed via a BFS-based Census framework. It defines Census-Node, Census-Edge, and Census-Stub to capture node, edge, and stub information, with Census-Stub delivering dramatically higher discriminating power than prior descriptors while maintaining modest storage costs. A comprehensive Graph Atlas Collider evaluation demonstrates Census-Stub’s superior ability to distinguish non-isomorphic graphs, and the authors present new visual encodings, Hop-Census and Census-Census, along with an 81-graph benchmark to validate qualitative performance. The work enables robust, layout-invariant topology analysis and provides open-source tools and data for replication and broader adoption in graph-analysis workflows.
Abstract
An invariant descriptor captures meaningful structural features of networks, useful where traditional visualizations, like node-link views, face challenges like the hairball phenomenon (inscrutable overlap of points and lines). Designing invariant descriptors involves balancing abstraction and information retention, as richer data summaries demand more storage and computational resources. Building on prior work, chiefly the BMatrix -- a matrix descriptor visualized as the invariant network portrait heatmap -- we introduce BFS-Census, a new algorithm computing our Census data structures: Census-Node, Census-Edge, and Census-Stub. Our experiments show Census-Stub, which focuses on stubs (half-edges), has orders of magnitude greater discerning power (ability to tell non-isomorphic graphs apart) than any other descriptor in this study, without a difficult trade-off: the substantial increase in resolution does not come at a commensurate cost in storage space or computation power. We also present new visualizations -- our Hop-Census polylines and Census-Census trajectories -- and evaluate them using real-world graphs, including a sensitivity analysis that shows graph topology change maps to visual Census change.
