paper-with-me

Papers

Dynamic Adapter with Semantics Disentangling for Cross-lingual Cross-modal Retrieval

2024-12-18 · Rui Cai, Zhiyu Dong, Jianfeng Dong, Xun Wang

Existing cross-modal retrieval methods typically rely on large-scale vision-language pair data. This makes it challenging to efficiently develop a cross-modal retrieval model for under-resourced languages of interest. Therefore, Cross-lingual Cross-modal Retrieval (CCR), which aims to align vision and the low-resource language (the target language) without using any human-labeled target-language data, has gained increasing attention. As a general parameter-efficient way, a common solution is to utilize adapter modules to transfer the vision-language alignment ability of Vision-Language Pretraining (VLP) models from a source language to a target language. However, these adapters are usually static once learned, making it difficult to adapt to target-language captions with varied expressions. To alleviate it, we propose Dynamic Adapter with Semantics Disentangling (DASD), whose parameters are dynamically generated conditioned on the characteristics of the input captions. Considering that the semantics and expression styles of the input caption largely influence how to encode it, we propose a semantic disentangling module to extract the semantic-related and semantic-agnostic features from the input, ensuring that generated adapters are well-suited to the characteristics of input caption. Extensive experiments on two image-text datasets and one video-text dataset demonstrate the effectiveness of our model for cross-lingual cross-modal retrieval, as well as its good compatibility with various VLP models.

📄 PDF Abstract BibTeX arXiv:2412.13510

Code (1)

huiguanlab/dasd 공식 구현 pytorch

Tasks

Cross-Modal RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

FUN with Fisher: Improving Generalization of Adapter-Based Cross-lingual Transfer with Scheduled Unfreezing

2023-01-13 · Chen Cecilia Liu, Jonas Pfeiffer, Ivan Vulić, Iryna Gurevych

Standard fine-tuning of language models typically performs well on in-distribution data, but suffers with generalization to distribution shifts. In this work, we aim to improve the generalization of adapter-based cross-l…

Cross-Lingual TransferTransfer Learning

BAD-X: Bilingual Adapters Improve Zero-Shot Cross-Lingual Transfer

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Adapter modules enable modular and efficient zero-shot cross-lingual transfer, where current state-of-the-art adapter-based approaches learn specialized language adapters (LAs) for individual languages. In this work, we …

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

BAD-X: Bilingual Adapters Improve Zero-Shot Cross-Lingual Transfer

2022-07-01 · NAACL 2022 7 · Marinela Parović, Goran Glavaš, Ivan Vulić, Anna Korhonen

Adapter modules enable modular and efficient zero-shot cross-lingual transfer, where current state-of-the-art adapter-based approaches learn specialized language adapters (LAs) for individual languages. In this work, we …

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

The Impact of Language Adapters in Cross-Lingual Transfer for NLU

2024-01-31 · Jenny Kunz, Oskar Holmström

Modular deep learning has been proposed for the efficient adaption of pre-trained models to new tasks, domains and languages. In particular, combining language adapters with task adapters has shown potential where no sup…

Cross-Lingual TransferNatural Language UnderstandingZero-Shot Cross-Lingual Transfer

Orthogonal Language and Task Adapters in Zero-Shot Cross-Lingual Transfer

2020-12-11 · Marko Vidoni, Ivan Vulić, Goran Glavaš

Adapter modules, additional trainable parameters that enable efficient fine-tuning of pretrained transformers, have recently been used for language specialization of multilingual transformers, improving downstream zero-s…

Cross-Lingual TransferNERPOSPOS Tagging+1