Scalable Hypergraph Visualization
Peter Oliver, Eugene Zhang, Yue Zhang

TL;DR
This paper introduces a scalable hypergraph visualization framework that simplifies hypergraphs iteratively, optimizes layouts, and then reconstructs the original hypergraph with improved visual clarity, addressing issues of self-intersection in large datasets.
Contribution
It proposes a novel iterative simplification and reverse layout process for hypergraph visualization, including atomic operations and planarity conditions, enhancing scalability and clarity.
Findings
Effective handling of large hypergraphs with reduced self-intersections
Improved layout quality demonstrated on real-world datasets
Framework supports simultaneous hypergraph and dual hypergraph optimization
Abstract
Hypergraph visualization has many applications in network data analysis. Recently, a polygon-based representation for hypergraphs has been proposed with demonstrated benefits. However, the polygon-based layout often suffers from excessive self-intersections when the input dataset is relatively large. In this paper, we propose a framework in which the hypergraph is iteratively simplified through a set of atomic operations. Then, the layout of the simplest hypergraph is optimized and used as the foundation for a reverse process that brings the simplest hypergraph back to the original one, but with an improved layout. At the core of our approach is the set of atomic simplification operations and an operation priority measure to guide the simplification process. In addition, we introduce necessary definitions and conditions for hypergraph planarity within the polygon representation. We…
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 · Complex Network Analysis Techniques
