Distributional Principal Autoencoders
Xinwei Shen, Nicolai Meinshausen
TL;DR
The paper addresses the loss of distributional information in traditional dimensionality reduction by introducing Distributional Principal Autoencoder (DPA), which enforces distributional reconstruction through a stochastic decoder conditioned on a low-dimensional latent variable. By optimizing an energy-score based joint objective for the encoder and decoder, DPA yields distributionally identical reconstructions $d(e(X),\varepsilon)\overset{d}=X$ for any latent dimension $k$ and supports adaptive dimensionality via an ordered latent representation. Empirical results across climate fields, single-cell RNA data, and image benchmarks show that DPA preserves the original data distribution, achieves meaningful latent embeddings, and outperforms PCA/AE on distributional metrics while maintaining competitive mean reconstruction. The approach enables distributional transport in latent space and has practical implications for bias correction, shift detection, and high-dimensional predictive tasks, with proofs and detailed methodology provided in the appendices.
Abstract
Dimension reduction techniques usually lose information in the sense that reconstructed data are not identical to the original data. However, we argue that it is possible to have reconstructed data identically distributed as the original data, irrespective of the retained dimension or the specific mapping. This can be achieved by learning a distributional model that matches the conditional distribution of data given its low-dimensional latent variables. Motivated by this, we propose Distributional Principal Autoencoder (DPA) that consists of an encoder that maps high-dimensional data to low-dimensional latent variables and a decoder that maps the latent variables back to the data space. For reducing the dimension, the DPA encoder aims to minimise the unexplained variability of the data with an adaptive choice of the latent dimension. For reconstructing data, the DPA decoder aims to match the conditional distribution of all data that are mapped to a certain latent value, thus ensuring that the reconstructed data retains the original data distribution. Our numerical results on climate data, single-cell data, and image benchmarks demonstrate the practical feasibility and success of the approach in reconstructing the original distribution of the data. DPA embeddings are shown to preserve meaningful structures of data such as the seasonal cycle for precipitations and cell types for gene expression.
