CVSep 4, 2023

NLLB-CLIP -- train performant multilingual image retrieval model on a budget

arXiv:2309.01859v327 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses the problem of making scientific contributions in AI without massive computing resources, though it is incremental as it builds on existing CLIP and NLLB models.

The authors tackled multilingual image retrieval with a limited budget of $1,000, resulting in NLLB-CLIP, a model that is comparable to state-of-the-art models and significantly outperforms them on low-resource languages.

Today, the exponential rise of large models developed by academic and industrial institutions with the help of massive computing resources raises the question of whether someone without access to such resources can make a valuable scientific contribution. To explore this, we tried to solve the challenging task of multilingual image retrieval having a limited budget of $1,000. As a result, we present NLLB-CLIP - CLIP model with a text encoder from the NLLB model. To train the model, we used an automatically created dataset of 106,246 good-quality images with captions in 201 languages derived from the LAION COCO dataset. We trained multiple models using image and text encoders of various sizes and kept different parts of the model frozen during the training. We thoroughly analyzed the trained models using existing evaluation datasets and newly created XTD200 and Flickr30k-200 datasets. We show that NLLB-CLIP is comparable in quality to state-of-the-art models and significantly outperforms them on low-resource languages.

Code Implementations4 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