CVCLMar 23, 2025

Debiasing Multimodal Large Language Models via Noise-Aware Preference Optimization

arXiv:2503.17928v115 citationsh-index: 15Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a specific problem of modality bias for users of multimodal AI systems, representing an incremental improvement through a novel optimization method.

The paper tackles modality bias in Multimodal Large Language Models, where over-reliance on a single modality leads to incorrect responses, by proposing a Noise-Aware Preference Optimization algorithm and a debiased dataset, achieving effectiveness in reducing bias and hallucinations as validated in experiments.

Multimodal Large Language Models excel in various tasks, yet often struggle with modality bias, where the model tends to rely heavily on a single modality and overlook critical information in other modalities, which leads to incorrect focus and generating irrelevant responses. In this paper, we propose using the paradigm of preference optimization to solve the modality bias problem, including RLAIFVBias, a debiased preference optimization dataset, and a Noise Aware Preference Optimization algorithm. Specifically, we first construct the dataset by introducing perturbations to reduce the informational content of certain modalities, compelling the model to rely on a specific modality when generating negative responses. To address the inevitable noise in automatically constructed data, we combine the noise robust Mean Absolute Error with the Binary Cross Entropy in Direct Preference Optimization by a negative Box Cox transformation, and dynamically adjust the algorithm noise robustness based on the evaluated noise levels in the data. Extensive experiments validate our approach, demonstrating not only its effectiveness in mitigating modality bias but also its significant role in minimizing hallucinations.

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