CoRe-GD: A Hierarchical Framework for Scalable Graph Visualization with GNNs
Florian Gr\"otschla, Jo\"el Mathys, Robert Veres, Roger Wattenhofer

TL;DR
This paper presents CoRe-GD, a scalable GNN-based framework for graph visualization that optimizes stress efficiently through a hierarchical coarsening and un-coarsening process, outperforming existing methods.
Contribution
The paper introduces a novel hierarchical GNN framework with a coarsening strategy and positional rewiring for scalable stress optimization in graph drawing.
Findings
Achieves state-of-the-art performance in graph visualization tasks.
Operates with sub-quadratic runtime, enabling scalability.
Effectively propagates positional information through a new rewiring technique.
Abstract
Graph Visualization, also known as Graph Drawing, aims to find geometric embeddings of graphs that optimize certain criteria. Stress is a widely used metric; stress is minimized when every pair of nodes is positioned at their shortest path distance. However, stress optimization presents computational challenges due to its inherent complexity and is usually solved using heuristics in practice. We introduce a scalable Graph Neural Network (GNN) based Graph Drawing framework with sub-quadratic runtime that can learn to optimize stress. Inspired by classical stress optimization techniques and force-directed layout algorithms, we create a coarsening hierarchy for the input graph. Beginning at the coarsest level, we iteratively refine and un-coarsen the layout, until we generate an embedding for the original graph. To enhance information propagation within the network, we propose a novel…
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 Visualization and Analytics · Graph Theory and Algorithms · Semantic Web and Ontologies
MethodsGraph Neural Network
