Key research themes
1. How can force-directed algorithms be enhanced to improve layout quality and convergence performance in graph visualization?
Force-directed layout (FDL) algorithms are widely used for graph visualization due to their ability to produce aesthetically pleasing layouts by modeling nodes and edges as physical systems of repelling particles and springs. However, traditional FDL algorithms suffer from high computational complexity (O(N^2) or worse), slow convergence times, and sometimes produce cluttered layouts, especially for large, dense, or highly connected graphs such as small world networks. This theme investigates algorithmic improvements, pre-positioning techniques, and hybrid strategies that enhance convergence speed and layout quality without compromising interpretability.
2. What algorithmic and interaction techniques support scalable and interpretable multiscale visualization of complex hierarchical and compound graphs?
Many real-world graphs possess hierarchical structures or compound elements that require multilevel abstraction to effectively manage visual complexity. This research theme encompasses frameworks and methods that present graphs at multiple scales or levels of abstraction, utilize edge bundling to reduce clutter, and support interactive exploration. The focus is on designing layout and visualization techniques allowing analysts to comprehend global and local structures, seamlessly transition between abstraction levels, and emphasize meaningful subgraphs, critical for domains such as biological networks and software engineering.
3. How can graph layouts effectively encode and enhance the interpretability of node centrality and graph structural properties in 2D and 3D visualizations?
Understanding the placement and importance of nodes within a graph is critical in analyzing complex systems. This research theme focuses on layout algorithms and visualization methods that explicitly represent node centrality measures and structural graph properties to facilitate human interpretation. It also examines the perceptual impact of 2D versus 3D layouts for such tasks, strategies for visual clarity through spatial arrangements, and user-centered evaluations of layout effectiveness and interaction.