LGDec 20, 2024

Beyond Human Data: Aligning Multimodal Large Language Models by Iterative Self-Evolution

arXiv:2412.15650v110 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the scalability and efficiency challenges in aligning MLLMs for multimodal AI applications, though it is an incremental improvement over existing self-evolution strategies.

The paper tackles the problem of costly human preference data collection for aligning Multimodal Large Language Models (MLLMs) by proposing a self-evolution framework that autonomously generates high-quality questions and answers using only unannotated images, achieving competitive performance with methods that rely on external information.

Human preference alignment can greatly enhance Multimodal Large Language Models (MLLMs), but collecting high-quality preference data is costly. A promising solution is the self-evolution strategy, where models are iteratively trained on data they generate. However, current techniques still rely on human- or GPT-annotated data and sometimes require additional models or ground truth answers. To address these issues, we propose a novel multimodal self-evolution framework that enables the model to autonomously generate high-quality questions and answers using only unannotated images. First, we implement an image-driven self-questioning mechanism, allowing the model to create and evaluate questions based on image content, regenerating them if they are irrelevant or unanswerable. This sets a strong foundation for answer generation. Second, we introduce an answer self-enhancement technique, starting with image captioning to improve answer quality. We also use corrupted images to generate rejected answers, forming distinct preference pairs for optimization. Finally, we incorporate an image content alignment loss function alongside Direct Preference Optimization (DPO) loss to reduce hallucinations, ensuring the model focuses on image content. Experiments show that our framework performs competitively with methods using external information, offering a more efficient and scalable approach to MLLMs.

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