EuroVisPosters2024
Permanent URI for this collection
Browse
Browsing EuroVisPosters2024 by Subject "Computing methodologies → Dimensionality reduction and manifold learning"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Manifold Modelling with Minimum Spanning Trees(The Eurographics Association, 2024) Bot, Daniël M.; Huo, Peiyang; Arleo, Alessio; Paulovich, Fernando; Aerts, Jan; Kucher, Kostiantyn; Diehl, Alexandra; Gillmann, ChristinaRecent dimensionality reduction algorithms operate on a manifold assumption and expect data to be uniformly sampled from that underlying manifold. While some algorithms attempt to be robust for non-uniform sampling, their reliance on k-nearest neighbours to approximate manifolds limits how well they can span sampling gaps without introducing shortcuts. We present a minimum-spanning-tree-based manifold approximation approach that overcomes this problem and demonstrate it crosses sampling-gaps without introducing shortcuts while creating networks with few edges. A python package implementing our algorithm is available at https://github.com/vda-lab/multi_mst.