Can a Unimodal Language Agent Provide Preferences to Tune a Multimodal Vision-Language Model?
Sazia Tabasum Mim, Jack Morris, Manish Dhakal, Yanming Xiu, Maria Gorlatova, Yi Ding
TL;DR
The paper tackles whether a unimodal, text-only LLM can autonomously generate preference feedback to tune a multimodal vision-language model (VLM). By generating multiple VLM captions, using an LLM agent to rank them, and applying Direct Preference Optimization, the VLM is fine-tuned to produce task-aligned, concise, and visually faithful descriptions. Experiments on MUStARD (sarcasm) and UR-FUNNY (humor) across six LLM agents show consistent performance gains over baselines, with a notable 64.6% human-alignment rate with the LLM’s preferences. The approach demonstrates a scalable, interpretable pathway to augment existing LLMs with multimodal reasoning without full multimodal retraining, though it notes limitations like offline optimization and occasional hallucinations, pointing to online adaptation and hazard mitigation as future directions.
Abstract
To explore a more scalable path for adding multimodal capabilities to existing LLMs, this paper addresses a fundamental question: Can a unimodal LLM, relying solely on text, reason about its own informational needs and provide effective feedback to optimize a multimodal model? To answer this, we propose a method that enables a language agent to give feedback to a vision-language model (VLM) to adapt text generation to the agent's preferences. Our results from different experiments affirm this hypothesis, showing that LLM preference feedback significantly enhances VLM descriptions. Using our proposed method, we find that the VLM can generate multimodal scene descriptions to help the LLM better understand multimodal context, leading to improvements of maximum 13% in absolute accuracy compared to the baseline multimodal approach. Furthermore, a human study validated our AI-driven feedback, showing a 64.6% preference alignment rate between the LLM's choices and human judgments. Extensive experiments provide insights on how and why the method works and its limitations.
