LGSep 7, 2016

Doubly Stochastic Neighbor Embedding on Spheres

arXiv:1609.01977v226 citations
AI Analysis

This addresses a specific visualization issue in data analysis for researchers and practitioners using SNE methods, representing an incremental improvement.

The paper tackled the crowding problem in Stochastic Neighbor Embedding (SNE) methods caused by imbalanced similarities, by introducing a fast normalization to make the similarity matrix doubly stochastic and using spherical embeddings, which improved visualization quality on three real-world datasets.

Stochastic Neighbor Embedding (SNE) methods minimize the divergence between the similarity matrix of a high-dimensional data set and its counterpart from a low-dimensional embedding, leading to widely applied tools for data visualization. Despite their popularity, the current SNE methods experience a crowding problem when the data include highly imbalanced similarities. This implies that the data points with higher total similarity tend to get crowded around the display center. To solve this problem, we introduce a fast normalization method and normalize the similarity matrix to be doubly stochastic such that all the data points have equal total similarities. Furthermore, we show empirically and theoretically that the doubly stochasticity constraint often leads to embeddings which are approximately spherical. This suggests replacing a flat space with spheres as the embedding space. The spherical embedding eliminates the discrepancy between the center and the periphery in visualization, which efficiently resolves the crowding problem. We compared the proposed method (DOSNES) with the state-of-the-art SNE method on three real-world datasets and the results clearly indicate that our method is more favorable in terms of visualization quality.

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