Cross-Lingual Representation Alignment Through Contrastive Image-Caption Tuning
Nathaniel Krasner, Nicholas Lanuzo, Antonios Anastasopoulos
TL;DR
The paper addresses cross-lingual NLU for low-resource languages by grounding multilingual text representations in a shared visual modality, avoiding parallel corpora. It introduces a joint text-vision contrastive framework using XLM-Roberta-Large and ViT-Base with 512-dim projections and a learnable temperature, trained on image-caption pairs where captions are translated into multiple languages. Results show that multilingual image-caption alignment can implicitly align text across languages, including Quechua, and supports cross-lingual NLI and bitext retrieval, with Quechua benefits evident when added to the training mix. Although not state-of-the-art, the approach provides a scalable bootstrapping path to improve cross-lingual capabilities for underserved languages and can help bootstrap higher-quality bilingual resources without parallel data.
Abstract
Multilingual alignment of sentence representations has mostly required bitexts to bridge the gap between languages. We investigate whether visual information can bridge this gap instead. Image caption datasets are very easy to create without requiring multilingual expertise, so this offers a more efficient alternative for low-resource languages. We find that multilingual image-caption alignment can implicitly align the text representations between languages, languages unseen by the encoder in pretraining can be incorporated into this alignment post-hoc, and these aligned representations are usable for cross-lingual Natural Language Understanding (NLU) and bitext retrieval.
