Effective and Efficient PageRank-based Positioning for Graph Visualization
Shiqi Zhang, Renchi Yang, Xiaokui Xiao, Xiao Yan, Bo Tang

TL;DR
This paper introduces PDist, a new node distance measure based on personalized PageRank, and Tau-Push, an efficient algorithm for graph visualization, significantly improving quality and speed over existing methods, even for billion-edge graphs.
Contribution
The paper presents PDist and Tau-Push, novel methods that enhance graph visualization quality and efficiency, enabling interactive visualization of large-scale graphs.
Findings
Outperforms 13 state-of-the-art solutions in efficiency and effectiveness
Produces visualizations within one second for billion-edge graphs
Offers theoretical guarantees for estimation accuracy and complexity
Abstract
Graph visualization is a vital component in many real-world applications (e.g., social network analysis, web mining, and bioinformatics) that enables users to unearth crucial insights from complex data. Lying in the core of graph visualization is the node distance measure, which determines how the nodes are placed on the screen. A favorable node distance measure should be informative in reflecting the full structural information between nodes and effective in optimizing visual aesthetics. However, existing node distance measures yield sub-par visualization quality as they fall short of these requirements. Moreover, most existing measures are computationally inefficient, incurring a long response time when visualizing large graphs. To overcome such deficiencies, we propose a new node distance measure, PDist, geared towards graph visualization by exploiting a well-known node proximity…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics · Data Management and Algorithms · Graph Theory and Algorithms
