CLJul 18, 2024

Towards Zero-Shot Multimodal Machine Translation

arXiv:2407.13579v214 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the data scarcity issue in MMT for researchers and practitioners, enabling extension to new language pairs without fully supervised data, though it is incremental as it builds on existing text-only models.

The authors tackled the problem of costly fully supervised data for multimodal machine translation (MMT) by proposing ZeroMMT, a method that adapts a text-only translation model using multimodal English data only, achieving disambiguation performance close to state-of-the-art MMT models on benchmarks like CoMMuTE.

Current multimodal machine translation (MMT) systems rely on fully supervised data (i.e models are trained on sentences with their translations and accompanying images). However, this type of data is costly to collect, limiting the extension of MMT to other language pairs for which such data does not exist. In this work, we propose a method to bypass the need for fully supervised data to train MMT systems, using multimodal English data only. Our method, called ZeroMMT, consists in adapting a strong text-only machine translation (MT) model by training it on a mixture of two objectives: visually conditioned masked language modelling and the Kullback-Leibler divergence between the original and new MMT outputs. We evaluate on standard MMT benchmarks and the recently released CoMMuTE, a contrastive benchmark aiming to evaluate how well models use images to disambiguate English sentences. We obtain disambiguation performance close to state-of-the-art MMT models trained additionally on fully supervised examples. To prove that our method generalizes to languages with no fully supervised training data available, we extend the CoMMuTE evaluation dataset to three new languages: Arabic, Russian and Chinese. We further show that we can control the trade-off between disambiguation capabilities and translation fidelity at inference time using classifier-free guidance and without any additional data. Our code, data and trained models are publicly accessible.

Code Implementations2 repos
Foundations

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

Your Notes