English

Interactive Exploration of the Temporal $\alpha$-Shape

Computational Geometry 2026-05-14 v3

Abstract

Shape is a powerful tool to understand point sets. A formal notion of shape is given by α\alpha-shapes, which generalize the convex hull and provide adjustable level of detail. Many real-world point sets have an inherent temporal property as natural processes often happen over time, like lightning strikes during thunderstorms or moving animal swarms. To explore such point sets, where each point is associated with one timestamp, interactive applications may utilize α\alpha-shapes and allow the user to specify different time windows and α\alpha-values. We show how to compute the temporal α\alpha-shape αT\alpha_T, a minimal description of all α\alpha-shapes over all time windows, in output-sensitive linear time. We also give complexity bounds on αT|\alpha_T|. We use αT\alpha_T to interactively visualize α\alpha-shapes of user-specified time windows without having to constantly compute requested α\alpha-shapes. Experimental results suggest that our approach outperforms an existing approach by a factor of at least \sim52 and that the description we compute has reasonable size in practice. The basis for our algorithm is an existing algorithm which computes all Delaunay triangles over all time windows using O(1)\mathcal{O}(1) time per triangle. Our approach generalizes to higher dimensions with the same runtime for fixed dd.

Keywords

Cite

@article{arxiv.2303.00878,
  title  = {Interactive Exploration of the Temporal $\alpha$-Shape},
  author = {Felix Weitbrecht},
  journal= {arXiv preprint arXiv:2303.00878},
  year   = {2026}
}

Comments

added corrigendum

R2 v1 2026-06-28T08:55:33.995Z