AdaMotif: Graph Simplification via Adaptive Motif Design
Hong Zhou, Peifeng Lai, Zhida Sun, Xiangyuan Chen, Yang Chen, Huisi Wu, Yong Wang
TL;DR
AdaMotif addresses the challenge of visualizing large graphs by replacing subgraph groups with adaptive motifs derived from clustered subgraphs, thereby reducing visual clutter while preserving essential community information. The method integrates community detection, subgraph clustering, and similarity/difference-aware layouts to automatically generate motifs that summarize both global topology and local structure. Key contributions include a novel adaptive motif design framework, a similarity-aware representative subgraph layout, and a difference-aware individual subgraph layout, validated through real-world case studies and a user study that show improved readability and task performance. The approach is particularly effective for revealing community structures in large graphs, with potential extensions to directed and dynamic graphs and opportunities for interactive exploration to mitigate edge-information loss.
Abstract
With the increase of graph size, it becomes difficult or even impossible to visualize graph structures clearly within the limited screen space. Consequently, it is crucial to design effective visual representations for large graphs. In this paper, we propose AdaMotif, a novel approach that can capture the essential structure patterns of large graphs and effectively reveal the overall structures via adaptive motif designs. Specifically, our approach involves partitioning a given large graph into multiple subgraphs, then clustering similar subgraphs and extracting similar structural information within each cluster. Subsequently, adaptive motifs representing each cluster are generated and utilized to replace the corresponding subgraphs, leading to a simplified visualization. Our approach aims to preserve as much information as possible from the subgraphs while simplifying the graph efficiently. Notably, our approach successfully visualizes crucial community information within a large graph. We conduct case studies and a user study using real-world graphs to validate the effectiveness of our proposed approach. The results demonstrate the capability of our approach in simplifying graphs while retaining important structural and community information.
