Source-linked AI summary

Probing the Need for Visual Context in Multimodal Machine Translation

Ozan Caglayan, Pranava Madhyastha, Lucia Specia, Loïc Barrault

arXiv:1903.08678v2cs.CL

TL;DR

The paper investigates whether visual information contributes to multimodal translation when source text is incomplete. By systematically degrading source sentences, it finds that MMT models exploit images when text and visual content are complementary, improving robustness to textual noise.

  • Problem

    Existing MMT results suggest that images are unnecessary or only marginally beneficial, potentially because Multi30K source text is sufficient for translation.

  • Method

    The authors evaluate state-of-the-art MMT models under several source-language degradation regimes applied to both training and test data.

  • Results

    MMT models integrate visual information when available modalities are complementary rather than redundant, producing better translations under degraded textual context.

  • Takeaways & Limitations

    Visual grounding can increase translation robustness by mitigating source-text noise, while redundant text can dominate the visual modality.

  • Takeaways & Limitations

    Entity-masking scores use Flickr30K splits rather than the paper’s other splits and therefore are not comparable with those experiments.

Abstract

from arXiv · show

Current work on multimodal machine translation (MMT) has suggested that the visual modality is either unnecessary or only marginally beneficial. We posit that this is a consequence of the very simple, short and repetitive sentences used in the only available dataset for the task (Multi30K), rendering the source text sufficient as context. In the general case, however, we believe that it is possible to combine visual and textual information in order to ground translations. In this paper we probe the contribution of the visual modality to state-of-the-art MMT models by conducting a systematic analysis where we partially deprive the models from source-side textual context. Our results show that under limited textual context, models are capable of leveraging the visual input to generate better translations. This contradicts the current belief that MMT models disregard the visual modality because of either the quality of the image features or the way they are integrated into the model.

1 Introduction

MMT research has not established how much visual information contributes beyond source text. The paper argues that Multi30K's simple sentences may make text sufficient and tests this explanation by degrading textual context.

  • MMT extends translation systems with auxiliary image inputs and has primarily been studied on the Multi30K dataset.
  • Existing MMT approaches use convolutional, global, or object-detection-based visual features, but reported visual gains remain unclear.
  • Prior findings suggest models may ignore images because Multi30K source text is sufficient for translation, preventing visual information from influencing learning.
  • The paper tests this hypothesis by degrading source text and evaluating state-of-the-art MMT models, including with unrelated image features.

2 Input Degradation

The study creates degraded source-language conditions that remove or obscure information while retaining images. It also tests visual sensitivity by deliberately breaking image–sentence alignment.

  • The proposed degradations simulate sentences missing crucial information, and both training and test sets receive the same degradation.
  • Color Deprivation: Color deprivation replaces color words with [v], affecting 3.3% of training words and 3.1% of test words.
  • Entity Masking: Entity masking replaces head nouns referring to visually depictable entities with masks, affecting 26.2% of words in both splits.
  • Progressive Masking: Progressive masking preserves only the first k source tokens, producing 16 variants from k=0 through k=30.
  • Progressive Masking: At k=0, the remaining source information is sentence length, making NMT resemble a target language model and MMT an image captioner with expected-length information.
  • Visual Sensitivity: Incongruent decoding reverses visual-feature order to break image–sentence alignment, so visually integrating models should deteriorate.

3 Experimental Setup

Experiments evaluate English→French translation with attentive NMT and several MMT architectures using CNN-derived visual features. Models are trained and evaluated under the paper's Multi30K split and optimization settings.

  • Dataset: Experiments use English→French Multi30K, training on 30K concatenated train and validation sentences and evaluating on test2017.
  • Visual Features: Image representations come from a ResNet-50 ImageNet encoder, yielding 2048×8×8 spatial features and a 2048-dimensional pooled representation.
  • Models: The NMT baseline uses a two-layer bidirectional GRU encoder and two-layer conditional GRU decoder with attention.
  • Models: MMT systems use direct or hierarchical multimodal attention, plus encoder–decoder initialization from pooled image features.
  • Hyperparameters: Training uses 400-unit GRUs, 200-dimensional embeddings, dropout, ADAM, gradient clipping, and early stopping.

4 Results

Under degraded textual context, MMT systems consistently exploit visual information, with stronger gains when words or entities are masked. Incongruent images reduce performance, confirming sensitivity to visual input, while fully blinded models revert to NMT-level performance.

  • Full-data baseline: All MMT models are not significantly better than baseline NMT on the full dataset D.The reported baseline comparison is inconclusive despite slightly higher average MMT scores.
  • Color deprivation: Under color deprivation, all MMT models significantly outperform NMT, with HIER gaining 1.6 METEOR on the affected 247-sentence subset.Attentive models improve color accuracy from 32.5 to 44.5, while INIT improves it from 32.5 to 36.5.
  • Entity masking: Attentive MMT models achieve up to 4.2 METEOR improvement over NMT under entity masking.Incongruent decoding causes a large performance drop, and masked MMT can resolve a misspelled entity using the image.
  • Entity masking: Entity masking results generalize across French, German, and Czech, although gains are lower for German and Czech than for French.Across languages, incongruent decoding drops are 6.1 for HIER and 6.8 for DIRECT, compared with 4.7 for INIT.
  • Progressive masking: With progressive masking, all MMT systems leverage visual input, improving over the language-model counterpart by approximately 7 METEOR at k=0.At k=0, the task becomes image captioning, and the systems produce visually plausible sentences.
  • Visual sensitivity: As linguistic information increases, MMT becomes less sensitive to incongruent images; models trained and decoded with incongruent features learn to ignore vision and match NMT performance.The sensitivity trend is reported for DIRECT models across four degraded variants.

5 Discussion and Conclusions

The study finds that MMT models integrate images when visual and textual modalities are complementary, while text dominates when it is sufficient. It also suggests visual grounding can improve robustness to noisy source text and motivates learning when to combine modalities.

  • MMT models integrate visual information when the available modalities are complementary rather than redundant.
  • When source text is sufficient, it remains the primary modality for completing the translation task.
  • Visual grounding can increase translation robustness by mitigating noise in the source text.
  • Future models should learn when and how to integrate modalities while accounting for their complementary and redundant aspects.

A Qualitative Examples

The paper supplements its quantitative analysis with qualitative examples from color deprivation, entity masking, and progressive masking. These examples illustrate lexical choices and visual-attention behavior in masked MMT systems.

  • Qualitative examples cover color deprivation, entity masking, and progressive masking translation cases.
  • The tables mark bad and good lexical choices using underlining and bold formatting, with English translations supplied for entity-masking and progressive-masking examples.
  • In an entity-masking example, masked MMT uses visual information to translate a dropped or misspelled source word correctly.
  • When entity words are removed, masked MMT shifts attention from the salient dog toward the grass and fence while translating the sentence.
Loading 1903.08678v2…