Variational Rank Reduction Autoencoders
Jad Mounayer, Alicia Tierz, Jerome Tomezyk, Chady Ghnatios, Francisco Chinesta
TL;DR
VRRAEs address the tension between deterministic, rank-regularized latent spaces and probabilistic generative modeling by introducing a variational treatment of the rank-reduced bottleneck from RRAEs. They sample SVD-based coefficients from a learned Gaussian while retaining a fixed SVD basis, enabling both sharper generation and reduced posterior collapse. Empirical results on synthetic data and real-world datasets (MNIST, CelebA, CIFAR-10) show VRRAEs outperform VAEs and RRAEs in interpolation and random generation as measured by FID, and exhibit lower reconstruction error with improved robustness to posterior collapse. The work provides an open-source JAX implementation and demonstrates the practical value of integrating rank-based regularization into variational generative modeling for robust and high-quality samples.
Abstract
Deterministic Rank Reduction Autoencoders (RRAEs) enforce by construction a regularization on the latent space by applying a truncated SVD. While this regularization makes Autoencoders more powerful, using them for generative purposes is counter-intuitive due to their deterministic nature. On the other hand, Variational Autoencoders (VAEs) are well known for their generative abilities by learning a probabilistic latent space. In this paper, we present Variational Rank Reduction Autoencoders (VRRAEs), a model that leverages the advantages of both RRAEs and VAEs. Our claims and results show that when carefully sampling the latent space of RRAEs and further regularizing with the Kullback-Leibler (KL) divergence (similarly to VAEs), VRRAEs outperform RRAEs and VAEs. Additionally, we show that the regularization induced by the SVD not only makes VRRAEs better generators than VAEs, but also reduces the possibility of posterior collapse. Our results include a synthetic dataset of a small size that showcases the robustness of VRRAEs against collapse, and three real-world datasets; the MNIST, CelebA, and CIFAR-10, over which VRRAEs are shown to outperform both VAEs and RRAEs on many random generation and interpolation tasks based on the FID score. We developed an open-source implementation of VRRAEs in JAX (Equinox), available at https://github.com/JadM133/RRAEs.git.
