Alternatives of Unsupervised Representations of Variables on the Latent Space
Alex Glushkovsky

TL;DR
This paper explores various methods for representing and analyzing variables on a 2D latent space using beta-VAE, enabling better visualization, disentanglement, and interpretation of complex data including categorical variables and real-world financial data.
Contribution
It introduces five novel approaches for variable representation on the latent space and demonstrates their effectiveness through three diverse examples, including real-world financial data.
Findings
Successfully disentangled interest rates by type and term in the latent space
Compared 28 approaches for variable representation with beta-VAE
Enhanced interpretability and visualization of variables in low-dimensional space
Abstract
The article addresses the application of unsupervised machine learning to represent variables on the 2D latent space by applying a variational autoencoder (beta-VAE). Representation of variables on low dimensional spaces allows for data visualization, disentanglement of variables based on underlying characteristics, finding of meaningful patterns and outliers, and supports interpretability. Five distinct methods have been introduced to represent variables on the latent space: (1) straightforward transposed, (2) univariate metadata of variables, such as variable statistics, empirical probability density and cumulative distribution functions, (3) adjacency matrices of different metrics, such as correlations, R2 values, Jaccard index, cosine similarity, and mutual information, (4) gradient mappings followed by spot cross product calculation, and (5) combined. Twenty-eight approaches of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsBeta-VAE
