Enhancing Supervised Visualization through Autoencoder and Random Forest Proximities for Out-of-Sample Extension
Shuang Ni, Adrien Aumon, Guy Wolf, Kevin R. Moon, Jake S. Rhodes
TL;DR
The paper tackles the lack of out-of-sample extension in RF-PHATE by coupling geometry-regularized autoencoders with Random Forest proximities. It introduces RF-PRN architectures that either reconstruct proximities or leverage proximity information to regularize the latent space, guided by the RF-PHATE embedding $G$ through a loss $L = L_{recon} + λ L_{geom}$. Proximity-reconstruction approaches, especially RF-PRN and RF-PRN-PRO, yield embeddings that closely preserve the original RF-PHATE structure, as validated by Mantel correlations, and RF-PRN-PRO achieves substantial training-time savings via proximity prototypes while maintaining quality. Notably, the method supports semi-supervised extension, requiring no labels for out-of-sample points and performing well even with only 10% of the training data, making it scalable for large datasets. The results provide a practical pathway to extend supervised manifold embeddings efficiently and robustly in real-world visualization tasks.
Abstract
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.
