CVLGNov 12, 2024

Aligning Visual Contrastive learning models via Preference Optimization

arXiv:2411.08923v34 citationsh-index: 3ICLR
Originality Incremental advance
AI Analysis

This addresses fairness and robustness issues in vision-language models like CLIP, offering a domain-specific solution for tasks requiring alignment with specific preferences.

The paper tackles the problem of biases and limited performance in contrastive learning models by applying Preference Optimization methods to align them with human preferences, resulting in improved robustness against typographic attacks and reduced gender bias while maintaining accuracy on downstream tasks.

Contrastive learning models have demonstrated impressive abilities to capture semantic similarities by aligning representations in the embedding space. However, their performance can be limited by the quality of the training data and its inherent biases. While Preference Optimization (PO) methods such as Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO) have been applied to align generative models with human preferences, their use in contrastive learning has yet to be explored. This paper introduces a novel method for training contrastive learning models using different PO methods to break down complex concepts. Our method systematically aligns model behavior with desired preferences, enhancing performance on the targeted task. In particular, we focus on enhancing model robustness against typographic attacks and inductive biases, commonly seen in contrastive vision-language models like CLIP. Our experiments demonstrate that models trained using PO outperform standard contrastive learning techniques while retaining their ability to handle adversarial challenges and maintain accuracy on other downstream tasks. This makes our method well-suited for tasks requiring fairness, robustness, and alignment with specific preferences. We evaluate our method for tackling typographic attacks on images and explore its ability to disentangle gender concepts and mitigate gender bias, showcasing the versatility of our approach.

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