CVMar 11, 2024

Split to Merge: Unifying Separated Modalities for Unsupervised Domain Adaptation

arXiv:2403.06946v124 citationsh-index: 31Has CodeCVPR
Originality Highly original
AI Analysis

This work improves domain adaptation for vision-language tasks, offering a more efficient and effective solution for applications like image classification and retrieval.

The paper tackles the problem of unsupervised domain adaptation for vision-language models by addressing the overlooked interplay between modalities, resulting in a new state-of-the-art performance on three benchmarks with minimal computational costs.

Large vision-language models (VLMs) like CLIP have demonstrated good zero-shot learning performance in the unsupervised domain adaptation task. Yet, most transfer approaches for VLMs focus on either the language or visual branches, overlooking the nuanced interplay between both modalities. In this work, we introduce a Unified Modality Separation (UniMoS) framework for unsupervised domain adaptation. Leveraging insights from modality gap studies, we craft a nimble modality separation network that distinctly disentangles CLIP's features into language-associated and vision-associated components. Our proposed Modality-Ensemble Training (MET) method fosters the exchange of modality-agnostic information while maintaining modality-specific nuances. We align features across domains using a modality discriminator. Comprehensive evaluations on three benchmarks reveal our approach sets a new state-of-the-art with minimal computational costs. Code: https://github.com/TL-UESTC/UniMoS

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