CoRe-GD: A Hierarchical Framework for Scalable Graph Visualization with GNNs
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 positional rewiring technique based on intermediate node positions. Our empirical evaluation demonstrates that the framework achieves state-of-the-art performance while remaining scalable.
Code (1)
Tasks
Graph Neural NetworkMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Scalable Hierarchical Embeddings of Complex Networks
Graph representation learning has become important in order to understand and predict intrinsic structures in complex networks. A variety of embedding methods has in recent years been developed including the Latent Dista…
ClusteringGraph EmbeddingGraph Representation LearningLink Prediction+3A Hierarchical Block Distance Model for Ultra Low-Dimensional Graph Representations
Graph Representation Learning (GRL) has become central for characterizing structures of complex networks and performing tasks such as link prediction, node classification, network reconstruction, and community detection.…
Community DetectionGraph Representation LearningLink PredictionNode Classification+1Charting the Future: Using Chart Question-Answering for Scalable Evaluation of LLM-Driven Data Visualizations
We propose a novel framework that leverages Visual Question Answering (VQA) models to automate the evaluation of LLM-generated data visualizations. Traditional evaluation methods often rely on human judgment, which is co…
Chart Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)GraphTSNE: A Visualization Technique for Graph-Structured Data
We present GraphTSNE, a novel visualization technique for graph-structured data based on t-SNE. The growing interest in graph-structured data increases the importance of gaining human insight into such datasets by means …
Dimensionality ReductionRESIN-EDITOR: A Schema-guided Hierarchical Event Graph Visualizer and Editor
In this paper, we present RESIN-EDITOR, an interactive event graph visualizer and editor designed for analyzing complex events. Our RESIN-EDITOR system allows users to render and freely edit hierarchical event graphs ext…