paper-with-me

홈 › Papers

Enhancing Unimodal Latent Representations in Multimodal VAEs through Iterative Amortized Inference

2024-10-15 · Yuta Oshima, Masahiro Suzuki, Yutaka Matsuo

Multimodal variational autoencoders (VAEs) aim to capture shared latent representations by integrating information from different data modalities. A significant challenge is accurately inferring representations from any subset of modalities without training an impractical number (2^M) of inference networks for all possible modality combinations. Mixture-based models simplify this by requiring only as many inference models as there are modalities, aggregating unimodal inferences. However, they suffer from information loss when modalities are missing. Alignment-based VAEs address this by aligning unimodal inference models with a multimodal model through minimizing the Kullback-Leibler (KL) divergence but face issues due to amortization gaps, which compromise inference accuracy. To tackle these problems, we introduce multimodal iterative amortized inference, an iterative refinement mechanism within the multimodal VAE framework. This method overcomes information loss from missing modalities and minimizes the amortization gap by iteratively refining the multimodal inference using all available modalities. By aligning unimodal inference to this refined multimodal posterior, we achieve unimodal inferences that effectively incorporate multimodal information while requiring only unimodal inputs during inference. Experiments on benchmark datasets show that our approach improves inference performance, evidenced by higher linear classification accuracy and competitive cosine similarity, and enhances cross-modal generation, indicated by lower FID scores. This demonstrates that our method enhances inferred representations from unimodal inputs.

📄 PDF Abstract BibTeX arXiv:2410.11403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Score-Based Multimodal Autoencoder

2023-05-25 · Daniel Wesego, Pedram Rooshenas

Multimodal Variational Autoencoders (VAEs) represent a promising group of generative models that facilitate the construction of a tractable posterior within the latent space given multiple modalities. Previous studies ha…

ShaLa: Multimodal Shared Latent Space Modelling

2025-08-24 · Jiali Cui, Yan-Ying Chen, Yanxia Zhang, Matthew Klenk arxiv

This paper presents a novel generative framework for learning shared latent representations across multimodal data. Many advanced multimodal methods focus on capturing all combinations of modality-specific details across…

Hellinger Multimodal Variational Autoencoders

2026-01-10 · Huyen Vo, Isabel Valera arxiv

Multimodal variational autoencoders (VAEs) are widely used for weakly supervised generative learning with multiple modalities. Predominant methods aggregate unimodal inference distributions using either a product of expe…

DialogWAE: Multimodal Response Generation with Conditional Wasserstein Auto-Encoder

2018-05-31 · ICLR 2019 5 · Xiaodong Gu, Kyunghyun Cho, Jung-Woo Ha, Sunghun Kim

Variational autoencoders~(VAEs) have shown a promise in data-driven conversation modeling. However, most VAE conversation models match the approximate posterior distribution over the latent variables to a simple prior su…

Response Generation

On the Limitations of Multimodal VAEs

2021-10-08 · NeurIPS Workshop ICBINB 2021 12 · Imant Daunhawer, Thomas M. Sutter, Kieran Chin-Cheong, Emanuele Palumbo 외

Multimodal variational autoencoders (VAEs) have shown promise as efficient generative models for weakly-supervised data. Yet, despite their advantage of weak supervision, they exhibit a gap in generative quality compared…