English

Neighborhood-Preserving Voronoi Treemaps

Graphics 2025-08-07 v2

Abstract

Voronoi treemaps are used to depict nodes and their hierarchical relationships simultaneously. However, in addition to the hierarchical structure, data attributes, such as co-occurring features or similarities, frequently exist. Examples include geographical attributes like shared borders between countries or contextualized semantic information such as embedding vectors derived from large language models. In this work, we introduce a Voronoi treemap algorithm that leverages data similarity to generate neighborhood-preserving treemaps. First, we extend the treemap layout pipeline to consider similarity during data preprocessing. We then use a Kuhn-Munkres matching of similarities to centroidal Voronoi tessellation (CVT) cells to create initial Voronoi diagrams with equal cell sizes for each level. Greedy swapping is used to improve the neighborhoods of cells to match the data's similarity further. During optimization, cell areas are iteratively adjusted to their respective sizes while preserving the existing neighborhoods. We demonstrate the practicality of our approach through multiple real-world examples drawn from infographics and linguistics. To quantitatively assess the resulting treemaps, we employ treemap metrics and measure neighborhood preservation.

Keywords

Cite

@article{arxiv.2508.03445,
  title  = {Neighborhood-Preserving Voronoi Treemaps},
  author = {Patrick Paetzold and Rebecca Kehlbeck and Yumeng Xue and Bin Chen and Yunhai Wang and Oliver Deussen},
  journal= {arXiv preprint arXiv:2508.03445},
  year   = {2025}
}
R2 v1 2026-07-01T04:35:10.766Z