CVCLSep 8, 2019

MULE: Multimodal Universal Language Embedding

arXiv:1909.03493v245 citations
AI Analysis

This addresses the problem of scaling vision-language models to multiple languages for researchers and practitioners, though it is incremental as it builds on existing methods with a modular enhancement.

The paper tackles the limitation of existing vision-language methods that support only two languages by introducing MULE, a modular approach that learns a single shared multimodal universal language embedding aligned across all languages, enabling support for up to four languages in a single model and improving mean recall by up to 21.9% compared to prior work.

Existing vision-language methods typically support two languages at a time at most. In this paper, we present a modular approach which can easily be incorporated into existing vision-language methods in order to support many languages. We accomplish this by learning a single shared Multimodal Universal Language Embedding (MULE) which has been visually-semantically aligned across all languages. Then we learn to relate MULE to visual data as if it were a single language. Our method is not architecture specific, unlike prior work which typically learned separate branches for each language, enabling our approach to easily be adapted to many vision-language methods and tasks. Since MULE learns a single language branch in the multimodal model, we can also scale to support many languages, and languages with fewer annotations can take advantage of the good representation learned from other (more abundant) language data. We demonstrate the effectiveness of MULE on the bidirectional image-sentence retrieval task, supporting up to four languages in a single model. In addition, we show that Machine Translation can be used for data augmentation in multilingual learning, which, combined with MULE, improves mean recall by up to 21.9% on a single-language compared to prior work, with the most significant gains seen on languages with relatively few annotations. Our code is publicly available.

Foundations

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

Your Notes