CVCLIRLGMar 8, 2022

Geodesic Multi-Modal Mixup for Robust Fine-Tuning

arXiv:2203.03897v445 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This work addresses robustness and transferability issues in pre-trained multi-modal models for applications like retrieval and classification, but it is incremental as it builds on existing fine-tuning methods.

The paper tackles the problem of poor uniformity and alignment in CLIP's multi-modal embeddings, which limits transferability and robustness, and proposes a Geodesic Multi-Modal Mixup method that improves performance on tasks like retrieval and classification under distribution shift, with experiments showing enhanced robustness.

Pre-trained multi-modal models, such as CLIP, provide transferable embeddings and show promising results in diverse applications. However, the analysis of learned multi-modal embeddings is relatively unexplored, and the embedding transferability can be improved. In this work, we observe that CLIP holds separated embedding subspaces for two different modalities, and then we investigate it through the lens of uniformity-alignment to measure the quality of learned representation. Both theoretically and empirically, we show that CLIP retains poor uniformity and alignment even after fine-tuning. Such a lack of alignment and uniformity might restrict the transferability and robustness of embeddings. To this end, we devise a new fine-tuning method for robust representation equipping better alignment and uniformity. First, we propose a Geodesic Multi-Modal Mixup that mixes the embeddings of image and text to generate hard negative samples on the hypersphere. Then, we fine-tune the model on hard negatives as well as original negatives and positives with contrastive loss. Based on the theoretical analysis about hardness guarantee and limiting behavior, we justify the use of our method. Extensive experiments on retrieval, calibration, few- or zero-shot classification (under distribution shift), embedding arithmetic, and image captioning further show that our method provides transferable representations, enabling robust model adaptation on diverse tasks. Code: https://github.com/changdaeoh/multimodal-mixup

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