Nonlinear Multiple Response Regression and Learning of Latent Spaces
Ye Tian, Sanyou Wu, Long Feng
TL;DR
The paper presents a unified nonlinear latent space learning framework that handles both unlabeled and labeled data by casting latent space discovery as nonlinear multiple-response regression in an index model. It leverages generalized Stein's lemma to estimate the latent coefficient space B without requiring explicit forms of the nonlinear link functions, effectively generalizing PCA beyond linearity. Two estimators are developed: a first-order score-based method and a second-order score-based method, with theoretical guarantees showing consistency and convergence rates under mild assumptions. Semi-supervised extensions enable latent space learning from unlabeled data alongside labeled data, improving downstream tasks such as reconstruction and classification. Real data experiments on MNIST and M1 Patch-seq corroborate the method's advantages in interpretability, computational efficiency, and robustness over classical PCA, autoencoders, and some neural network approaches.
Abstract
Identifying low-dimensional latent structures within high-dimensional data has long been a central topic in the machine learning community, driven by the need for data compression, storage, transmission, and deeper data understanding. Traditional methods, such as principal component analysis (PCA) and autoencoders (AE), operate in an unsupervised manner, ignoring label information even when it is available. In this work, we introduce a unified method capable of learning latent spaces in both unsupervised and supervised settings. We formulate the problem as a nonlinear multiple-response regression within an index model context. By applying the generalized Stein's lemma, the latent space can be estimated without knowing the nonlinear link functions. Our method can be viewed as a nonlinear generalization of PCA. Moreover, unlike AE and other neural network methods that operate as "black boxes", our approach not only offers better interpretability but also reduces computational complexity while providing strong theoretical guarantees. Comprehensive numerical experiments and real data analyses demonstrate the superior performance of our method.
