paper-with-me

홈 › Papers

A novel method to determine the number of latent dimensions with SVD

2018-01-01 · ICLR 2018 1 · Asana Neishabouri, Michel Desmarais

Determining the number of latent dimensions is a ubiquitous problem in machine learning. In this study, we introduce a novel method that relies on SVD to discover the number of latent dimensions. The general principle behind the method is to compare the curve of singular values of the SVD decomposition of a data set with the randomized data set curve. The inferred number of latent dimensions corresponds to the crossing point of the two curves. To evaluate our methodology, we compare it with competing methods such as Kaisers eigenvalue-greater-than-one rule (K1), Parallel Analysis (PA), Velicers MAP test (Minimum Average Partial). We also compare our method with the Silhouette Width (SW) technique which is used in different clustering methods to determine the optimal number of clusters. The result on synthetic data shows that the Parallel Analysis and our method have similar results and more accurate than the other methods, and that our methods is slightly better result than the Parallel Analysis method for the sparse data sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

Half-AVAE: Adversarial-Enhanced Factorized and Structured Encoder-Free VAE for Underdetermined Independent Component Analysis

2025-06-08 · Yuan-Hao Wei, Yan-Jie Sun

This study advances the Variational Autoencoder (VAE) framework by addressing challenges in Independent Component Analysis (ICA) under both determined and underdetermined conditions, focusing on enhancing the independenc…

Causal InferenceDecoderDisentanglementVariational Inference

FONDUE: an algorithm to find the optimal dimensionality of the latent representations of variational autoencoders

2022-09-26 · Lisa Bonheme, Marek Grzes

When training a variational autoencoder (VAE) on a given dataset, determining the optimal number of latent variables is mostly done by grid search: a costly process in terms of computational time and carbon footprint. In…

Sparse Infinite Random Feature Latent Variable Modeling

2022-05-20 · Michael Minyi Zhang

We propose a non-linear, Bayesian non-parametric latent variable model where the latent space is assumed to be sparse and infinite dimensional a priori using an Indian buffet process prior. A posteriori, the number of in…

Dynamic Narrowing of VAE Bottlenecks Using GECO and L0 Regularization

2020-03-24 · Cedric De Boom, Samuel Wauthier, Tim Verbelen, Bart Dhoedt

When designing variational autoencoders (VAEs) or other types of latent space models, the dimensionality of the latent space is typically defined upfront. In this process, it is possible that the number of dimensions is …

ProSiT! Latent Variable Discovery with PROgressive SImilarity Thresholds

2022-10-26 · Tommaso Fornaciari, Dirk Hovy, Federico Bianchi

The most common ways to explore latent document dimensions are topic models and clustering methods. However, topic models have several drawbacks: e.g., they require us to choose the number of latent dimensions a priori, …

ClusteringTopic Models