Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Understanding How Dimension Reduction Tools Work: An Empirical Approach to Deciphering t-SNE, UMAP, TriMAP, and PaCMAP for Data Visualization

About

Dimension reduction (DR) techniques such as t-SNE, UMAP, and TriMAP have demonstrated impressive visualization performance on many real world datasets. One tension that has always faced these methods is the trade-off between preservation of global structure and preservation of local structure: these methods can either handle one or the other, but not both. In this work, our main goal is to understand what aspects of DR methods are important for preserving both local and global structure: it is difficult to design a better method without a true understanding of the choices we make in our algorithms and their empirical impact on the lower-dimensional embeddings they produce. Towards the goal of local structure preservation, we provide several useful design principles for DR loss functions based on our new understanding of the mechanisms behind successful DR methods. Towards the goal of global structure preservation, our analysis illuminates that the choice of which components to preserve is important. We leverage these insights to design a new algorithm for DR, called Pairwise Controlled Manifold Approximation Projection (PaCMAP), which preserves both local and global structure. Our work provides several unexpected insights into what design choices both to make and avoid when constructing DR algorithms.

Yingfan Wang, Haiyang Huang, Cynthia Rudin, Yaron Shaposhnik• 2020

Related benchmarks

TaskDatasetResultRank
ClassificationCOIL-20--
76
Dimensionality ReductionCIFAR10
Trustworthiness Score0.818
45
ClassificationwarpPIE 10P
Accuracy76.9
26
Digit ClassificationUSPS--
18
Dimensionality ReductionMNIST
Triplet Centroid Accuracy77.2
10
Dimensionality ReductionF-MNIST
Triplet Centroid Accuracy86.6
10
ClassificationGA1457
Accuracy0.853
8
ClassificationSAM561
Accuracy83.7
8
ClassificationPROT579
Accuracy87.2
8
ClassificationMC1374
Accuracy61.3
8
Showing 10 of 58 rows

Other info

Code

Follow for update