Sync-and-Burst: Force-Directed Graph Drawing with Uniform Force Magnitudes
Farshad Ghassemi Toosi, Nikola S. Nikolov

TL;DR
Sync-and-Burst is a force-directed graph drawing algorithm that uses uniform, distance-independent forces which increase over iterations, producing circular and evenly distributed layouts efficiently.
Contribution
It introduces a novel force model with uniform, monotonically increasing magnitudes, simplifying computations and ensuring aesthetically pleasing circular layouts.
Findings
Layouts are always circular with even vertex distribution.
Achieves aesthetically pleasing layouts in O(n) iterations.
Forces are independent of vertex distances, simplifying calculations.
Abstract
We introduce a force-directed algorithm, called Sync-and-Burst, which falls into the category of classical force-directed graph drawing algorithms. A distinct feature in Sync-and-Burst is the use of simplified forces of attraction and repulsion whose magnitude does not depend on the distance between vertices. Instead, magnitudes are uniform throughout the graph at each iteration and monotonically increase as the number of iterations grows. The Sync-and-Burst layouts are always circular in shape with relatively even distribution of vertices throughout the drawing area. We demonstrate that aesthetically pleasing layouts are achieved in O(n) iterations.
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 · Video Analysis and Summarization · Software Engineering Research
