paper-with-me

Papers

Learning Multimodal VAEs through Mutual Supervision

2021-06-23 · ICLR 2022 4 · Tom Joy, Yuge Shi, Philip H. S. Torr, Tom Rainforth, Sebastian M. Schmon, N. Siddharth

Multimodal VAEs seek to model the joint distribution over heterogeneous data (e.g.\ vision, language), whilst also capturing a shared representation across such modalities. Prior work has typically combined information from the modalities by reconciling idiosyncratic representations directly in the recognition model through explicit products, mixtures, or other such factorisations. Here we introduce a novel alternative, the MEME, that avoids such explicit combinations by repurposing semi-supervised VAEs to combine information between modalities implicitly through mutual supervision. This formulation naturally allows learning from partially-observed data where some modalities can be entirely missing -- something that most existing approaches either cannot handle, or do so to a limited extent. We demonstrate that MEME outperforms baselines on standard metrics across both partial and complete observation schemes on the MNIST-SVHN (image-image) and CUB (image-text) datasets. We also contrast the quality of the representations learnt by mutual supervision against standard approaches and observe interesting trends in its ability to capture relatedness between data.

📄 PDF Abstract BibTeX arXiv:2106.12570

Code (1)

thwjoy/meme 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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…

Learning Representations by Maximizing Mutual Information in Variational Autoencoders

2019-12-21 · Ali Lotfi Rezaabad, Sriram Vishwanath

Variational autoencoders (VAEs) have ushered in a new era of unsupervised learning methods for complex distributions. Although these techniques are elegant in their approach, they are typically not useful for representat…

Representation Learning

Mutual Information Regularization for Weakly-supervised RGB-D Salient Object Detection

2023-06-06 · Aixuan Li, Yuxin Mao, Jing Zhang, Yuchao Dai

In this paper, we present a weakly-supervised RGB-D salient object detection model via scribble supervision. Specifically, as a multimodal learning task, we focus on effective multimodal representation learning via inter…

Objectobject-detectionObject DetectionPrediction+3

Modality Conversion of Handwritten Patterns by Cross Variational Autoencoders

2019-06-14 · Taichi Sumi, Brian Kenji Iwana, Hideaki Hayashi, Seiichi Uchida

This research attempts to construct a network that can convert online and offline handwritten characters to each other. The proposed network consists of two Variational Auto-Encoders (VAEs) with a shared latent space. Th…

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…