IRLGFeb 22, 2023

nSimplex Zen: A Novel Dimensionality Reduction for Euclidean and Hilbert Spaces

arXiv:2302.11508v24 citationsh-index: 6
AI Analysis

This addresses the problem of efficient dimensionality reduction for various distance metrics in data analysis, though it appears incremental as an extension of topological methods like MDS.

The paper introduces nSimplex Zen, a topological dimensionality reduction method that works with pairwise distances to handle Euclidean and Hilbert spaces, showing it often outperforms other techniques, particularly for reductions to very low dimensions.

Dimensionality reduction techniques map values from a high dimensional space to one with a lower dimension. The result is a space which requires less physical memory and has a faster distance calculation. These techniques are widely used where required properties of the reduced-dimension space give an acceptable accuracy with respect to the original space. Many such transforms have been described. They have been classified in two main groups: linear and topological. Linear methods such as Principal Component Analysis (PCA) and Random Projection (RP) define matrix-based transforms into a lower dimension of Euclidean space. Topological methods such as Multidimensional Scaling (MDS) attempt to preserve higher-level aspects such as the nearest-neighbour relation, and some may be applied to non-Euclidean spaces. Here, we introduce nSimplex Zen, a novel topological method of reducing dimensionality. Like MDS, it relies only upon pairwise distances measured in the original space. The use of distances, rather than coordinates, allows the technique to be applied to both Euclidean and other Hilbert spaces, including those governed by Cosine, Jensen-Shannon and Quadratic Form distances. We show that in almost all cases, due to geometric properties of high-dimensional spaces, our new technique gives better properties than others, especially with reduction to very low dimensions.

Code Implementations1 repo
Foundations

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

Your Notes