Multimodal Variational Autoencoder: a Barycentric View
Peijie Qiu, Wenhui Zhu, Sayantan Kumar, Xiwen Chen, Xiaotong Sun, Jin Yang, Abolfazl Razi, Yalin Wang, Aristeidis Sotiras
TL;DR
The paper reframes multimodal VAE aggregation as a barycenter problem, enabling principled comparisons among PoE, MoE, and new approaches. It introduces WB-VAE, leveraging the 2-Wasserstein barycenter to preserve geometry across unimodal posteriors, and MWB-VAE, a mixture of Wasserstein barycenters that balances zero-forcing and mass-covering. Theoretical analysis shows PoE and MoE correspond to reverse and forward KL barycenters, while the Wasserstein formulation yields a valid, geometry-aware joint posterior, especially tractable under Gaussian assumptions. Experiments on PolyMNIST, MNIST-SVHN-TEXT, and CelebA demonstrate that WB-VAE and MWB-VAE achieve strong latent representations and generation coherence, with MWB often outperforming state-of-the-art alternatives in challenging multimodal settings, highlighting the practical impact of a barycentric view for multimodal representation learning.
Abstract
Multiple signal modalities, such as vision and sounds, are naturally present in real-world phenomena. Recently, there has been growing interest in learning generative models, in particular variational autoencoder (VAE), to for multimodal representation learning especially in the case of missing modalities. The primary goal of these models is to learn a modality-invariant and modality-specific representation that characterizes information across multiple modalities. Previous attempts at multimodal VAEs approach this mainly through the lens of experts, aggregating unimodal inference distributions with a product of experts (PoE), a mixture of experts (MoE), or a combination of both. In this paper, we provide an alternative generic and theoretical formulation of multimodal VAE through the lens of barycenter. We first show that PoE and MoE are specific instances of barycenters, derived by minimizing the asymmetric weighted KL divergence to unimodal inference distributions. Our novel formulation extends these two barycenters to a more flexible choice by considering different types of divergences. In particular, we explore the Wasserstein barycenter defined by the 2-Wasserstein distance, which better preserves the geometry of unimodal distributions by capturing both modality-specific and modality-invariant representations compared to KL divergence. Empirical studies on three multimodal benchmarks demonstrated the effectiveness of the proposed method.
