CVCLDec 18, 2024

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

arXiv:2412.13510v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This addresses the problem of adapting vision-language models to under-resourced languages for researchers and practitioners, though it is incremental as it builds on existing adapter-based transfer methods.

The paper tackles the challenge of cross-lingual cross-modal retrieval for low-resource languages without labeled data by proposing a dynamic adapter method that generates parameters based on input caption characteristics, achieving effective results on multiple datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes