CLLGMay 23, 2022

Utilizing Language-Image Pretraining for Efficient and Robust Bilingual Word Alignment

arXiv:2205.11616v2290 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the problem of bilingual word alignment without parallel data for NLP researchers, offering an incremental improvement by integrating visual observations into existing methods.

The paper tackles unsupervised word translation by leveraging pretrained language-image models like CLIP to improve accuracy and robustness, achieving state-of-the-art performance for several language pairs with enhanced efficiency.

Word translation without parallel corpora has become feasible, rivaling the performance of supervised methods. Recent findings have shown that the accuracy and robustness of unsupervised word translation (UWT) can be improved by making use of visual observations, which are universal representations across languages. In this work, we investigate the potential of using not only visual observations but also pretrained language-image models for enabling a more efficient and robust UWT. Specifically, we develop a novel UWT method dubbed Word Alignment using Language-Image Pretraining (WALIP), which leverages visual observations via the shared embedding space of images and texts provided by CLIP models (Radford et al., 2021). WALIP has a two-step procedure. First, we retrieve word pairs with high confidences of similarity, computed using our proposed image-based fingerprints, which define the initial pivot for the word alignment. Second, we apply our robust Procrustes algorithm to estimate the linear mapping between two embedding spaces, which iteratively corrects and refines the estimated alignment. Our extensive experiments show that WALIP improves upon the state-of-the-art performance of bilingual word alignment for a few language pairs across different word embeddings and displays great robustness to the dissimilarity of language pairs or training corpora for two word embeddings.

Code Implementations1 repo
Foundations

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

Your Notes