pith. machine review for the scientific record. sign in

arxiv: 1902.07958 · v1 · submitted 2019-02-21 · 💻 cs.LG · stat.ML

Recognition: unknown

Deep Learning Multidimensional Projections

Authors on Pith no claims yet
classification 💻 cs.LG stat.ML
keywords dataprojectionslearningmethodsapproachcomputationallydatasetsdeep
0
0 comments X
read the original abstract

Dimensionality reduction methods, also known as projections, are frequently used for exploring multidimensional data in machine learning, data science, and information visualization. Among these, t-SNE and its variants have become very popular for their ability to visually separate distinct data clusters. However, such methods are computationally expensive for large datasets, suffer from stability problems, and cannot directly handle out-of-sample data. We propose a learning approach to construct such projections. We train a deep neural network based on a collection of samples from a given data universe, and their corresponding projections, and next use the network to infer projections of data from the same, or similar, universes. Our approach generates projections with similar characteristics as the learned ones, is computationally two to three orders of magnitude faster than SNE-class methods, has no complex-to-set user parameters, handles out-of-sample data in a stable manner, and can be used to learn any projection technique. We demonstrate our proposal on several real-world high dimensional datasets from machine learning.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction

    stat.ML 2018-02 unverdicted novelty 7.0

    UMAP is a novel, scalable manifold learning algorithm for dimension reduction that competes with t-SNE while preserving more global structure and having no embedding dimension restrictions.