Bridging the inference gap in Mutimodal Variational Autoencoders
Agathe Senellart, Stéphanie Allassonnière
TL;DR
This work tackles the inference gap and generation quality in multimodal variational autoencoders by proposing two non-aggregation-based approaches that separately learn a joint generative model and refined unimodal posteriors. The core ideas include using Normalizing Flows to flexibly approximate subset posteriors, sampling subset posteriors with a Product-of-Experts formulation and Hamiltonian Monte Carlo, and optionally leveraging shared information across modalities through pretrained projectors g_j (JNF-Shared). The methods achieve state-of-the-art coherence and competitive diversity on benchmarks such as MNIST-SVHN, PolyMNIST, Translated PolyMNIST, and MHD, while remaining scalable to many modalities. The work also discusses extensions with contrastive or DCCA-based shared representations and highlights practical implications for robust multimodal generation in real-world applications.
Abstract
From medical diagnosis to autonomous vehicles, critical applications rely on the integration of multiple heterogeneous data modalities. Multimodal Variational Autoencoders offer versatile and scalable methods for generating unobserved modalities from observed ones. Recent models using mixturesof-experts aggregation suffer from theoretically grounded limitations that restrict their generation quality on complex datasets. In this article, we propose a novel interpretable model able to learn both joint and conditional distributions without introducing mixture aggregation. Our model follows a multistage training process: first modeling the joint distribution with variational inference and then modeling the conditional distributions with Normalizing Flows to better approximate true posteriors. Importantly, we also propose to extract and leverage the information shared between modalities to improve the conditional coherence of generated samples. Our method achieves state-of-the-art results on several benchmark datasets.
