paper-with-me

홈 › Papers

Using Dimensionality Reduction to Optimize t-SNE

2019-12-02 · Rikhav Shah, Sandeep Silwal

t-SNE is a popular tool for embedding multi-dimensional datasets into two or three dimensions. However, it has a large computational cost, especially when the input data has many dimensions. Many use t-SNE to embed the output of a neural network, which is generally of much lower dimension than the original data. This limits the use of t-SNE in unsupervised scenarios. We propose using \textit{random} projections to embed high dimensional datasets into relatively few dimensions, and then using t-SNE to obtain a two dimensional embedding. We show that random projections preserve the desirable clustering achieved by t-SNE, while dramatically reducing the runtime of finding the embedding.

📄 PDF Abstract BibTeX arXiv:1912.01098

Code (1)

ssilwa/optml 공식 구현

Tasks

ClusteringDimensionality Reduction

Similar Papers 제목 키워드 기반

Dimensionality Reduction in Sentence Transformer Vector Databases with Fast Fourier Transform

2024-04-09 · Vitaly Bulgakov, Alec Segal

Dimensionality reduction in vector databases is pivotal for streamlining AI data management, enabling efficient storage, faster computation, and improved model performance. This paper explores the benefits of reducing ve…

Computational EfficiencyDimensionality ReductionManagementRAG+4

Supervised Dimensionality Reduction via Distance Correlation Maximization

2016-01-03 · Praneeth Vepakomma, Chetan Tonde, Ahmed Elgammal

In our work, we propose a novel formulation for supervised dimensionality reduction based on a nonlinear dependency criterion called Statistical Distance Correlation, Szekely et. al. (2007). We propose an objective which…

Dimensionality ReductionregressionSupervised dimensionality reduction

Deep Temporal Clustering: Fully unsupervised learning of time-domain features

2018-01-01 · ICLR 2018 1 · Naveen Sai Madiraju, Seid M. Sadat, Dimitry Fisher, Homa Karimabadi

Unsupervised learning of timeseries data is a challenging problem in machine learning. Here, we propose a novel algorithm, Deep Temporal Clustering (DTC), a fully unsupervised method, to naturally integrate dimensionali…

ClusteringDimensionality Reduction

Multi-Criteria Dimensionality Reduction with Applications to Fairness

2019-02-28 · NeurIPS 2019 12 · Uthaipon Tantipongpipat, Samira Samadi, Mohit Singh, Jamie Morgenstern 외

Dimensionality reduction is a classical technique widely used for data analysis. One foundational instantiation is Principal Component Analysis (PCA), which minimizes the average reconstruction error. In this paper, we i…

Dimensionality ReductionFairness

A Normative Theory of Adaptive Dimensionality Reduction in Neural Networks

2015-11-30 · NeurIPS 2015 12 · Cengiz Pehlevan, Dmitri B. Chklovskii

To make sense of the world our brains must analyze high-dimensional datasets streamed by our sensory organs. Because such analysis begins with dimensionality reduction, modelling early sensory processing requires biologi…

Dimensionality Reduction