gNE
Python package for geometric Neighbour Embeddings
This is work in progress, the description below will likely be subject to substantial changes.
This project introduces and explores geometric Neighbour Embeddings (gNE – /ˈdʒ:ɪni/, like Genie from Aladdin), a method for dimensionality reduction that aims to preserve geometric structures more faithfully than standard methods.
Similar to traditional Neighbour Embeddings like t-SNE and UMAP, gNE seeks to maintain the neighbour relationships present in high-dimensional data. However, gNE modifies these approaches in two ways: It extends beyond pairwise affinities and instead aims to preserve geometric properties like distances, areas, and volumes of higher-order neighbour relations. The resulting embeddings are intended to be more geometrically interpretable, such that they can facilitate downstream tasks on the low-dimensional representation, like dynamical inference.
An early implementation of these ideas is available as python package gNE
on GitHub.
##
Let
We then want to find an embedding
that tries to preserve the geometric properties of (
The higher-order neighbour relations in
In complete analogy to standard Neighbour Embeddings, gNE then factors through a comparison of
Here
Further Ideas
-
For future purposes want to implement Hamiltonian dynamics on a given geometry. For this need tensors and differential forms.
-
parametric gNE, i.e. use
to learn a map such that one can calculate for any that was not originally in . As far as I understand it, this is usually done with neural nets and relies on a completely different Ansatz. Currently I do not plan to follow up on this idea.
References
2022
2021
- Symmetric Spaces for Graph Embeddings: A Finsler-Riemannian ApproachIn International Conference on Machine Learning, 2021
2018
2017
- Poincaré Embeddings for Learning Hierarchical RepresentationsIn Advances in Neural Information Processing Systems 30, 2017
2008
- Visualizing Data Using T-SNE.2008
2002
- Stochastic Neighbor EmbeddingIn Advances in Neural Information Processing Systems, 2002