Learning Ordered Representations in Latent Space for Intrinsic Dimension Estimation via Principal Component Autoencoder
Qipeng Zhan, Zhuoping Zhou, Zexuan Wang, Li Shen
TL;DR
The paper tackles the challenge of preserving PCA-like interpretability in nonlinear dimensionality reduction by introducing PCAE, a nonlinear autoencoder that jointly optimizes reconstruction with a variance-ordering penalty and a soft isometry constraint. The key idea is to weight latent variances with strictly increasing coefficients and enforce distance-preserving behavior in latent space, enabling post-hoc intrinsic-dimension estimation by cumulative variance. Theoretical results show the weighted-variance objective recovers PCA components in the linear case, while the isometry constraint extends this ordering to nonlinear manifolds; empirical results on synthetic and real data demonstrate exact dimension recovery when known, alignment with MLE estimates when unknown, smoother interpolations, improved FID scores, and fast training relative to sequential or hierarchical baselines. Overall, PCAE yields interpretable, variance-ordered latent representations suitable for nonlinear DR, intrinsic-dimension estimation, and downstream tasks at scale.
Abstract
Autoencoders have long been considered a nonlinear extension of Principal Component Analysis (PCA). Prior studies have demonstrated that linear autoencoders (LAEs) can recover the ordered, axis-aligned principal components of PCA by incorporating non-uniform $\ell_2$ regularization or by adjusting the loss function. However, these approaches become insufficient in the nonlinear setting, as the remaining variance cannot be properly captured independently of the nonlinear mapping. In this work, we propose a novel autoencoder framework that integrates non-uniform variance regularization with an isometric constraint. This design serves as a natural generalization of PCA, enabling the model to preserve key advantages, such as ordered representations and variance retention, while remaining effective for nonlinear dimensionality reduction tasks.
