paper-with-me

홈 › Papers

cViL: Cross-Lingual Training of Vision-Language Models using Knowledge Distillation

2022-06-07 · Kshitij Gupta, Devansh Gautam, Radhika Mamidi

Vision-and-language tasks are gaining popularity in the research community, but the focus is still mainly on English. We propose a pipeline that utilizes English-only vision-language models to train a monolingual model for a target language. We propose to extend OSCAR+, a model which leverages object tags as anchor points for learning image-text alignments, to train on visual question answering datasets in different languages. We propose a novel approach to knowledge distillation to train the model in other languages using parallel sentences. Compared to other models that use the target language in the pretraining corpora, we can leverage an existing English model to transfer the knowledge to the target language using significantly lesser resources. We also release a large-scale visual question answering dataset in Japanese and Hindi language. Though we restrict our work to visual question answering, our model can be extended to any sequence-level classification task, and it can be extended to other languages as well. This paper focuses on two languages for the visual question answering task - Japanese and Hindi. Our pipeline outperforms the current state-of-the-art models by a relative increase of 4.4% and 13.4% respectively in accuracy.

📄 PDF Abstract BibTeX arXiv:2206.03354

Code (1)

kshitij98/cvil 공식 구현 pytorch

Tasks

Knowledge DistillationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Learning Multilingual Representation for Natural Language Understanding with Enhanced Cross-Lingual Supervision

2021-06-09 · Yinpeng Guo, Liangyou Li, Xin Jiang, Qun Liu

Recently, pre-training multilingual language models has shown great potential in learning multilingual representation, a crucial topic of natural language processing. Prior works generally use a single mixed attention (M…

Natural Language Understanding

UC2: Universal Cross-lingual Cross-modal Vision-and-Language Pre-training

2021-04-01 · CVPR 2021 1 · Mingyang Zhou, Luowei Zhou, Shuohang Wang, Yu Cheng 외

Vision-and-language pre-training has achieved impressive success in learning multimodal representations between vision and language. To generalize this success to non-English languages, we introduce UC2, the first machin…

Image-text matchingImage-text RetrievalLanguage ModelingLanguage Modelling+10

uCLIP: Parameter-Efficient Multilingual Extension of Vision-Language Models with Unpaired Data

2025-11-17 · Dahyun Chung, Donghyun Shin, Yujin Sung, Seunggi Moon 외 arxiv

Contrastive Language-Image Pre-training (CLIP) has demonstrated strong generalization across a wide range of visual tasks by leveraging large-scale English-image pairs. However, its extension to low-resource languages re…

Adversarial Training for Unsupervised Bilingual Lexicon Induction

2017-07-01 · ACL 2017 7 · Meng Zhang, Yang Liu, Huanbo Luan, Maosong Sun

Word embeddings are well known to capture linguistic regularities of the language on which they are trained. Researchers also observe that these regularities can transfer across languages. However, previous endeavors to …

Bilingual Lexicon InductionFormWord Embeddings

Investigating the Effect of Parallel Data in the Cross-Lingual Transfer for Vision-Language Encoders

2025-04-30 · Andrei-Alexandru Manea, Jindřich Libovický

Most pre-trained Vision-Language (VL) models and training data for the downstream tasks are only available in English. Therefore, multilingual VL tasks are solved using cross-lingual transfer: fine-tune a multilingual pr…

Cross-Lingual Transfer