paper-with-me

Papers

Enhancing Supervised Visualization through Autoencoder and Random Forest Proximities for Out-of-Sample Extension

2024-06-06 · Shuang Ni, Adrien Aumon, Guy Wolf, Kevin R. Moon, Jake S. Rhodes

The value of supervised dimensionality reduction lies in its ability to uncover meaningful connections between data features and labels. Common dimensionality reduction methods embed a set of fixed, latent points, but are not capable of generalizing to an unseen test set. In this paper, we provide an out-of-sample extension method for the random forest-based supervised dimensionality reduction method, RF-PHATE, combining information learned from the random forest model with the function-learning capabilities of autoencoders. Through quantitative assessment of various autoencoder architectures, we identify that networks that reconstruct random forest proximities are more robust for the embedding extension problem. Furthermore, by leveraging proximity-based prototypes, we achieve a 40% reduction in training time without compromising extension quality. Our method does not require label information for out-of-sample points, thus serving as a semi-supervised method, and can achieve consistent quality using only 10% of the training data.

📄 PDF Abstract BibTeX arXiv:2406.04421

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionSupervised dimensionality reduction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Random Forest Autoencoders for Guided Representation Learning

2025-02-18 · Adrien Aumon, Shuang Ni, Myriam Lizotte, Guy Wolf 외

Extensive research has produced robust methods for unsupervised data visualization. Yet supervised visualization$\unicode{x2013}$where expert labels guide representations$\unicode{x2013}$remains underexplored, as most su…

Data VisualizationDimensionality ReductionRepresentation Learning

Mixing autoencoder with classifier: conceptual data visualization

2019-12-03 · Pitoyo Hartono

In this short paper, a neural network that is able to form a low dimensional topological hidden representation is explained. The neural network can be trained as an autoencoder, a classifier or mix of both, and produces …

Data Visualization

scMEDAL for the interpretable analysis of single-cell transcriptomics data with batch effect visualization using a deep mixed effects autoencoder

2024-11-11 · Aixa X. Andrade, Son Nguyen, Albert Montillo

scRNA-seq data has the potential to provide new insights into cellular heterogeneity and data acquisition; however, a major challenge is unraveling confounding from technical and biological batch effects. Existing batch …

Adversarial Autoencoders

2015-11-18 · Alireza Makhzani, Jonathon Shlens, Navdeep Jaitly, Ian Goodfellow 외

In this paper, we propose the "adversarial autoencoder" (AAE), which is a probabilistic autoencoder that uses the recently proposed generative adversarial networks (GAN) to perform variational inference by matching the a…

ClusteringData VisualizationDecoderDimensionality Reduction+4

Deep Unsupervised Clustering with Gaussian Mixture Variational Autoencoders

2016-11-08 · Nat Dilokthanakul, Pedro A. M. Mediano, Marta Garnelo, Matthew C. H. Lee 외

We study a variant of the variational autoencoder model (VAE) with a Gaussian mixture as a prior distribution, with the goal of performing unsupervised clustering through deep generative models. We observe that the known…

ClusteringHuman Pose Forecasting