GraphMaps: Browsing Large Graphs as Interactive Maps
Lev Nachmanson, Roman Prutkin, Bongshin Lee, Nathalie Henry Riche,, Alexander E. Holroyd, Xiaoji Chen

TL;DR
GraphMaps introduces an interactive map-like browsing method for large graphs, enabling efficient exploration through layered rendering that adapts to zoom levels, improving usability and overview capabilities.
Contribution
The paper presents GraphMaps, a novel layered graph visualization technique that mimics geographic maps, allowing scalable and stable exploration of large graphs.
Findings
Enables exploration of large graphs with controlled rendering.
Provides stable geometry and responsive interaction during browsing.
Facilitates both overview and detailed exploration of graphs.
Abstract
Algorithms for laying out large graphs have seen significant progress in the past decade. However, browsing large graphs remains a challenge. Rendering thousands of graphical elements at once often results in a cluttered image, and navigating these elements naively can cause disorientation. To address this challenge we propose a method called GraphMaps, mimicking the browsing experience of online geographic maps. GraphMaps creates a sequence of layers, where each layer refines the previous one. During graph browsing, GraphMaps chooses the layer corresponding to the zoom level, and renders only those entities of the layer that intersect the current viewport. The result is that, regardless of the graph size, the number of entities rendered at each view does not exceed a predefined threshold, yet all graph elements can be explored by the standard zoom and pan operations. GraphMaps…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Geographic Information Systems Studies · Advanced Image and Video Retrieval Techniques
