MLLGSep 1, 2023

Learning multi-modal generative models with permutation-invariant encoders and tighter variational objectives

arXiv:2309.00380v33 citations
Originality Incremental advance
AI Analysis

This work addresses multi-modal data modeling for machine learning researchers, offering incremental improvements over existing methods like Product-of-Experts and Mixture-of-Experts.

The authors tackled the problem of learning multi-modal generative models by proposing a tighter variational objective and more flexible, permutation-invariant aggregation schemes to improve approximation of the true joint distribution, showing benefits in identifiable models.

Devising deep latent variable models for multi-modal data has been a long-standing theme in machine learning research. Multi-modal Variational Autoencoders (VAEs) have been a popular generative model class that learns latent representations that jointly explain multiple modalities. Various objective functions for such models have been suggested, often motivated as lower bounds on the multi-modal data log-likelihood or from information-theoretic considerations. To encode latent variables from different modality subsets, Product-of-Experts (PoE) or Mixture-of-Experts (MoE) aggregation schemes have been routinely used and shown to yield different trade-offs, for instance, regarding their generative quality or consistency across multiple modalities. In this work, we consider a variational objective that can tightly approximate the data log-likelihood. We develop more flexible aggregation schemes that avoid the inductive biases in PoE or MoE approaches by combining encoded features from different modalities based on permutation-invariant neural networks. Our numerical experiments illustrate trade-offs for multi-modal variational objectives and various aggregation schemes. We show that our variational objective and more flexible aggregation models can become beneficial when one wants to approximate the true joint distribution over observed modalities and latent variables in identifiable models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes