CVAICLLGApr 16, 2024

Self-Supervised Visual Preference Alignment

arXiv:2404.10501v236 citationsh-index: 17Has CodeMM
Originality Highly original
AI Analysis

It addresses the problem of reducing reliance on GPT-4 or human supervision for preference alignment in VLMs, though it is incremental as it builds on existing methods like direct preference optimization.

This paper tackles unsupervised preference alignment in Vision-Language Models by generating chosen and rejected responses from original and augmented image pairs, achieving 90% relative score to GPT-4 on LLaVA-Bench and improving LLaVA-7B/13B by 6.7%/5.6% on MM-Vet.

This paper makes the first attempt towards unsupervised preference alignment in Vision-Language Models (VLMs). We generate chosen and rejected responses with regard to the original and augmented image pairs, and conduct preference alignment with direct preference optimization. It is based on a core idea: properly designed augmentation to the image input will induce VLM to generate false but hard negative responses, which helps the model to learn from and produce more robust and powerful answers. The whole pipeline no longer hinges on supervision from GPT-4 or human involvement during alignment, and is highly efficient with few lines of code. With only 8k randomly sampled unsupervised data, it achieves 90\% relative score to GPT-4 on complex reasoning in LLaVA-Bench, and improves LLaVA-7B/13B by 6.7\%/5.6\% score on complex multi-modal benchmark MM-Vet. Visualizations shows its improved ability to align with user-intentions. A series of ablations are firmly conducted to reveal the latent mechanism of the approach, which also indicates its potential towards further scaling. Code are available in https://github.com/Kevinz-code/SeVa.

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