paper-with-me

홈 › Papers

Empirical comparison between autoencoders and traditional dimensionality reduction methods

2021-03-08 · Quentin Fournier, Daniel Aloise

In order to process efficiently ever-higher dimensional data such as images, sentences, or audio recordings, one needs to find a proper way to reduce the dimensionality of such data. In this regard, SVD-based methods including PCA and Isomap have been extensively used. Recently, a neural network alternative called autoencoder has been proposed and is often preferred for its higher flexibility. This work aims to show that PCA is still a relevant technique for dimensionality reduction in the context of classification. To this purpose, we evaluated the performance of PCA compared to Isomap, a deep autoencoder, and a variational autoencoder. Experiments were conducted on three commonly used image datasets: MNIST, Fashion-MNIST, and CIFAR-10. The four different dimensionality reduction techniques were separately employed on each dataset to project data into a low-dimensional space. Then a k-NN classifier was trained on each projection with a cross-validated random search over the number of neighbours. Interestingly, our experiments revealed that k-NN achieved comparable accuracy on PCA and both autoencoders' projections provided a big enough dimension. However, PCA computation time was two orders of magnitude faster than its neural network counterparts.

📄 PDF Abstract BibTeX arXiv:2103.04874

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…
k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Dimension Reduction for time series with Variational AutoEncoders

2022-04-23 · William Todo, Beatrice Laurent, Jean-Michel Loubes, Merwann Selmani

In this work, we explore dimensionality reduction techniques for univariate and multivariate time series data. We especially conduct a comparison between wavelet decomposition and convolutional variational autoencoders f…

Dimensionality ReductionTime SeriesTime Series Analysis

KATE: K-Competitive Autoencoder for Text

2017-05-04 · Yu Chen, Mohammed J. Zaki

Autoencoders have been successful in learning meaningful representations from image datasets. However, their performance on text datasets has not been widely studied. Traditional autoencoders tend to learn possibly trivi…

Document ClassificationRetrievalTopic Models

Supervised Dimensionality Reduction and Image Classification Utilizing Convolutional Autoencoders

2022-08-25 · Ioannis A. Nellas, Sotiris K. Tasoulis, Vassilis P. Plagianakos, Spiros V. Georgakopoulos

The joint optimization of the reconstruction and classification error is a hard non convex problem, especially when a non linear mapping is utilized. In order to overcome this obstacle, a novel optimization strategy is p…

Deep LearningDimensionality ReductionGeneral Classificationimage-classification+2

Deep Symmetric Autoencoders from the Eckart-Young-Schmidt Perspective

2025-06-13 · Simone Brivio, Nicola Rares Franco

Deep autoencoders have become a fundamental tool in various machine learning applications, ranging from dimensionality reduction and reduced order modeling of partial differential equations to anomaly detection and neura…

Anomaly DetectionDimensionality ReductionMachine Translation

Challenging Euclidean Topological Autoencoders

2020-10-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Michael Moor, Max Horn, Karsten Borgwardt, Bastian Rieck

Topological autoencoders (TopoAE) have demonstrated their capabilities for performing dimensionality reduction while at the same time preserving topological information of the input space. In its original formulation, t…

Dimensionality Reduction