Online force-directed algorithms for visualization of dynamic graphs
Se-Hang Cheong, Yain-Whar Si

TL;DR
This paper introduces five online force-directed algorithms designed for real-time visualization of dynamic graphs, effectively handling topology changes while maintaining force models, and outperforming static algorithms in key visual metrics.
Contribution
The paper presents novel online FD algorithms that adapt static force-directed methods for dynamic graphs, enabling efficient updates without full recomputation.
Findings
Online FD algorithms outperform static ones in edge crossings.
They maintain stable edge lengths during graph updates.
The algorithms effectively visualize evolving network structures.
Abstract
Force-directed (FD) algorithms can be used to explore relationships in social networks, visualize money markets, and analyze transaction networks. However, FD algorithms are mainly designed for visualizing static graphs in which the topology of the networks remains constant throughout the calculation. In contrast to static graphs, nodes and edges in dynamic graphs can be added or removed as time progresses. In these situations, existing FD algorithms do not scale well, since any changes in the topology will trigger these algorithms to completely restart the entire computation. To alleviate this problem, we propose a design and implementation of five online FD algorithms to visualize dynamic graphs while maintaining their native force models. The online FD algorithms developed in this paper are able to reuse the force models of existing FD algorithms without significant modifications. To…
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
TopicsComplex Network Analysis Techniques · Data Visualization and Analytics · Advanced Text Analysis Techniques
