paper-with-me

홈 › Papers

CoRe-GD: A Hierarchical Framework for Scalable Graph Visualization with GNNs

2024-02-09 · Florian Grötschla, Joël Mathys, Robert Veres, Roger Wattenhofer

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.

📄 PDF Abstract BibTeX arXiv:2402.06706

Code (1)

floriangroetschla/core-gd 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Scalable Hierarchical Embeddings of Complex Networks

2021-09-29 · Nikolaos Nakis, Abdulkadir Celikkanat, Sune Lehmann, Morten Mørup

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+3

A Hierarchical Block Distance Model for Ultra Low-Dimensional Graph Representations

2022-04-12 · Nikolaos Nakis, Abdulkadir Çelikkanat, Sune Lehmann Jørgensen, Morten Mørup

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+1

Charting the Future: Using Chart Question-Answering for Scalable Evaluation of LLM-Driven Data Visualizations

2024-09-27 · James Ford, Xingmeng Zhao, Dan Schumacher, Anthony Rios

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

2019-04-15 · Yao Yang Leow, Thomas Laurent, Xavier Bresson

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 Reduction

RESIN-EDITOR: A Schema-guided Hierarchical Event Graph Visualizer and Editor

2023-12-05 · Khanh Duy Nguyen, Zixuan Zhang, Reece Suchocki, Sha Li 외

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…