EMNLP 2021finding25 citations

Data Efficient Masked Language Modeling for Vision and Language

Yonatan Bitton, Michael Elhadad, Gabriel Stanovsky, Roy Schwartz

Abstract

Masked language modeling (MLM) is one of the key sub-tasks in vision-language pretraining. In the cross-modal setting, tokens in the sentence are masked at random, and the model predicts the masked tokens given the image and the text. In this paper, we observe several key disadvantages of MLM in this setting. First, as captions tend to be short, in a third of the sentences no token is sampled. Second, the majority of masked tokens are stop-words and punctuation, leading to under-utilization of the image. We investigate a range of alternative masking strategies specific to the cross-modal setting that address these shortcomings, aiming for better fusion of text and image in the learned representation. When pre-training the LXMERT model, our alternative masking strategies consistently improve over the original masking strategy on three downstream tasks, especially in low resource settings. Further, our pre-training approach substantially outperforms the baseline model on a prompt-based probing task designed to elicit image objects. These results and our analysis indicate that our method allows for better utilization of the training data.

BibTeX
@inproceedings{bitton-etal-2021-data-efficient,
    title = "Data Efficient Masked Language Modeling for Vision and Language",
    author = "Bitton, Yonatan  and
      Elhadad, Michael  and
      Stanovsky, Gabriel  and
      Schwartz, Roy",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
    month = nov,
    year = "2021",
    address = "Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.findings-emnlp.259/",
    doi = "10.18653/v1/2021.findings-emnlp.259",
    pages = "3013--3028"
}
Data Efficient Masked Language Modeling for Vision and Language · EMNLP 2021