paper-with-me

홈 › Papers

CAPIVARA: Cost-Efficient Approach for Improving Multilingual CLIP Performance on Low-Resource Languages

2023-10-20 · Gabriel Oliveira dos Santos, Diego A. B. Moreira, Alef Iury Ferreira, Jhessica Silva, Luiz Pereira, Pedro Bueno, Thiago Sousa, Helena Maia, Nádia Da Silva, Esther Colombini, Helio Pedrini, Sandra Avila

This work introduces CAPIVARA, a cost-efficient framework designed to enhance the performance of multilingual CLIP models in low-resource languages. While CLIP has excelled in zero-shot vision-language tasks, the resource-intensive nature of model training remains challenging. Many datasets lack linguistic diversity, featuring solely English descriptions for images. CAPIVARA addresses this by augmenting text data using image captioning and machine translation to generate multiple synthetic captions in low-resource languages. We optimize the training pipeline with LiT, LoRA, and gradient checkpointing to alleviate the computational cost. Through extensive experiments, CAPIVARA emerges as state of the art in zero-shot tasks involving images and Portuguese texts. We show the potential for significant improvements in other low-resource languages, achieved by fine-tuning the pre-trained multilingual CLIP using CAPIVARA on a single GPU for 2 hours. Our model and code is available at https://github.com/hiaac-nlp/CAPIVARA.

📄 PDF Abstract BibTeX arXiv:2310.13683

Code (1)

hiaac-nlp/capivara 공식 구현 pytorch

Tasks

DiversityGPUImage CaptioningMachine Translation

Methods 이 논문이 사용한 방법론

Gradient Checkpointing Gradient Checkpointing is a method used for reducing the memory footprint when training deep neural networks, at the cost of having a small increase in computation time.
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Breaking Language Barriers or Reinforcing Bias? A Study of Gender and Racial Disparities in Multilingual Contrastive Vision Language Models

2025-05-20 · Zahraa Al Sahili, Ioannis Patras, Matthew Purver

Multilingual vision-language models promise universal image-text retrieval, yet their social biases remain under-explored. We present the first systematic audit of three public multilingual CLIP checkpoints -- M-CLIP, NL…

Image-text RetrievalText Retrieval

FairPIVARA: Reducing and Assessing Biases in CLIP-Based Multimodal Models

2024-09-28 · Diego A. B. Moreira, Alef Iury Ferreira, Jhessica Silva, Gabriel Oliveira dos Santos 외

Despite significant advancements and pervasive use of vision-language models, a paucity of studies has addressed their ethical implications. These models typically require extensive training data, often from hastily revi…

Babel-ImageNet: Massively Multilingual Evaluation of Vision-and-Language Representations

2023-06-14 · Gregor Geigle, Radu Timofte, Goran Glavaš

Vision-and-language (VL) models with separate encoders for each modality (e.g., CLIP) have become the go-to models for zero-shot image classification and image-text retrieval. They are, however, mostly evaluated in Engli…

image-classificationImage ClassificationImage-text RetrievalMachine Translation+3

Cross-lingual and Multilingual CLIP

2022-06-01 · LREC 2022 6 · Fredrik Carlsson, Philipp Eisen, Faton Rekathati, Magnus Sahlgren

The long-standing endeavor of relating the textual and the visual domain recently underwent a pivotal breakthrough, as OpenAI released CLIP. This model distinguishes how well an English text corresponds with a given imag…

Contrastive LearningImage-text RetrievalMachine TranslationRetrieval+2

A Progressive Framework of Vision-language Knowledge Distillation and Alignment for Multilingual Scene

2024-04-17 · Wenbo Zhang, Yifan Zhang, Jianfeng Lin, Binqiang Huang 외

Pre-trained vision-language (V-L) models such as CLIP have shown excellent performance in many downstream cross-modal tasks. However, most of them are only applicable to the English context. Subsequent research has focus…

image-classificationImage ClassificationKnowledge DistillationLanguage Modelling+1