TL;DR
This paper introduces FORBID, a fast overlap removal algorithm for graph visualization that uses stochastic gradient descent to efficiently eliminate node overlaps while preserving the original layout structure.
Contribution
The paper presents a novel overlap removal method based on joint stress and scaling optimization using stochastic gradient descent, improving speed and layout preservation.
Findings
FORBID outperforms existing algorithms in speed.
It effectively preserves the original layout structure.
It quickly removes overlaps in large graphs.
Abstract
While many graph drawing algorithms consider nodes as points, graph visualization tools often represent them as shapes. These shapes support the display of information such as labels or encode various data with size or color. However, they can create overlaps between nodes which hinder the exploration process by hiding parts of the information. It is therefore of utmost importance to remove these overlaps to improve graph visualization readability. If not handled by the layout process, Overlap Removal (OR) algorithms have been proposed as layout post-processing. As graph layouts usually convey information about their topology, it is important that OR algorithms preserve them as much as possible. We propose a novel algorithm that models OR as a joint stress and scaling optimization problem, and leverages efficient stochastic gradient descent. This approach is compared with…
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.
