CGAIOct 10, 2025

Randomized HyperSteiner: A Stochastic Delaunay Triangulation Heuristic for the Hyperbolic Steiner Minimal Tree

arXiv:2510.09328v1h-index: 11
Originality Incremental advance
AI Analysis

This work addresses a computational geometry problem for applications such as single-cell transcriptomics, but it is incremental as it builds on prior hyperbolic heuristics.

The paper tackles the NP-hard problem of constructing Steiner Minimal Trees in hyperbolic space by introducing Randomized HyperSteiner, a stochastic heuristic that reduces total length by up to 32% compared to existing methods like HyperSteiner in near-boundary configurations.

We study the problem of constructing Steiner Minimal Trees (SMTs) in hyperbolic space. Exact SMT computation is NP-hard, and existing hyperbolic heuristics such as HyperSteiner are deterministic and often get trapped in locally suboptimal configurations. We introduce Randomized HyperSteiner (RHS), a stochastic Delaunay triangulation heuristic that incorporates randomness into the expansion process and refines candidate trees via Riemannian gradient descent optimization. Experiments on synthetic data sets and a real-world single-cell transcriptomic data show that RHS outperforms Minimum Spanning Tree (MST), Neighbour Joining, and vanilla HyperSteiner (HS). In near-boundary configurations, RHS can achieve a 32% reduction in total length over HS, demonstrating its effectiveness and robustness in diverse data regimes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes