paper-with-me

홈 › Papers

Parameter-Efficient Cross-lingual Transfer of Vision and Language Models via Translation-based Alignment

2023-05-02 · Zhen Zhang, Jialu Wang, Xin Eric Wang

Pre-trained vision and language models such as CLIP have witnessed remarkable success in connecting images and texts with a primary focus on English texts. Despite recent efforts to extend CLIP to support other languages, disparities in performance among different languages have been observed due to uneven resource availability. Additionally, current cross-lingual transfer methods of those pre-trained models would consume excessive resources for a large number of languages. Therefore, we propose a new parameter-efficient cross-lingual transfer learning framework that utilizes a translation-based alignment method to mitigate multilingual disparities and explores parameter-efficient fine-tuning methods for parameter-efficient cross-lingual transfer. Extensive experiments on XTD and Multi30K datasets, covering 11 languages under zero-shot, few-shot, and full-dataset learning scenarios, show that our framework significantly reduces the multilingual disparities among languages and improves cross-lingual transfer results, especially in low-resource scenarios, while only keeping and fine-tuning an extremely small number of parameters compared to the full model (e.g., Our framework only requires 0.16\% additional parameters of a full-model for each language in the few-shot learning scenario). The codes are available at \url{https://github.com/eric-ai-lab/PECTVLM}. The codes are available at \url{https://github.com/eric-ai-lab/PECTVLM}.

📄 PDF Abstract BibTeX arXiv:2305.03510

Code (1)

eric-ai-lab/pectvlm 공식 구현 pytorch

Tasks

Cross-Lingual TransferFew-Shot Learningparameter-efficient fine-tuningTransfer Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing

LEIA: Facilitating Cross-lingual Knowledge Transfer in Language Models with Entity-based Data Augmentation

2024-02-18 · Ikuya Yamada, Ryokan Ri

Adapting English-based large language models (LLMs) to other languages has become increasingly popular due to the efficiency and potential of cross-lingual transfer. However, existing language adaptation methods often ov…

Cross-Lingual TransferData AugmentationLanguage ModelingLanguage Modelling+2

Meta-learning For Vision-and-language Cross-lingual Transfer

2023-05-24 · Hanxu Hu, Frank Keller

Current pre-trained vison-language models (PVLMs) achieve excellent performance on a range of multi-modal datasets. Recent work has aimed at building multilingual models, and a range of novel multilingual multi-modal dat…

Cross-Lingual TransferMeta-Learning

Data-Efficient Cross-Lingual Transfer with Language-Specific Subnetworks

2022-10-31 · Rochelle Choenni, Dan Garrette, Ekaterina Shutova

Large multilingual language models typically share their parameters across all languages, which enables cross-lingual task transfer, but learning can also be hindered when training updates from different languages are in…

Cross-Lingual TransferMeta-Learning

Soft Prompt Tuning for Cross-Lingual Transfer: When Less is More

2024-02-06 · Fred Philippy, Siwen Guo, Shohreh Haddadan, Cedric Lothritz 외

Soft Prompt Tuning (SPT) is a parameter-efficient method for adapting pre-trained language models (PLMs) to specific tasks by inserting learnable embeddings, or soft prompts, at the input layer of the PLM, without modify…

Cross-Lingual Transfer