CBMAP: Clustering-based manifold approximation and projection for dimensionality reduction
Berat Dogan

TL;DR
CBMAP is a novel clustering-based dimensionality reduction technique that preserves both local and global data structures, offering improved scalability, minimal hyperparameter tuning, and the ability to project test data effectively.
Contribution
This paper introduces CBMAP, a new clustering-based method for dimensionality reduction that overcomes limitations of existing nonlinear techniques by maintaining global and local structures with minimal hyperparameters.
Findings
CBMAP outperforms existing methods in preserving data structures.
CBMAP is faster and more scalable on benchmark datasets.
CBMAP enables effective projection of test data into low-dimensional spaces.
Abstract
Dimensionality reduction methods are employed to decrease data dimensionality, either to enhance machine learning performance or to facilitate data visualization in two or three-dimensional spaces. These methods typically fall into two categories: feature selection and feature transformation. Feature selection retains significant features, while feature transformation projects data into a lower-dimensional space, with linear and nonlinear methods. While nonlinear methods excel in preserving local structures and capturing nonlinear relationships, they may struggle with interpreting global structures and can be computationally intensive. Recent algorithms, such as the t-SNE, UMAP, TriMap, and PaCMAP prioritize preserving local structures, often at the expense of accurately representing global structures, leading to clusters being spread out more in lower-dimensional spaces. Moreover,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis
MethodsFeature Selection
