Why do LLaVA Vision-Language Models Reply to Images in English?
Musashi Hinck, Carolin Holtermann, Matthew Lyle Olson, Florian, Schneider, Sungduk Yu, Anahita Bhiwandiwalla, Anne Lauscher, Shaoyen Tseng,, Vasudev Lal

TL;DR
This paper reveals a multilingual bias in LLaVA vision-language models where images increase the likelihood of English responses, and investigates the underlying causes through ablation and mechanistic analysis.
Contribution
It identifies the source of the bias in the language modeling component and shows that replacing the language backbone reduces the bias, providing insights for more inclusive VLMs.
Findings
Visual inputs are not mapped to the same space as text inputs.
Switching to a bilingual language model reduces the bias.
Intervening on attention layers can mitigate the bias.
Abstract
We uncover a surprising multilingual bias occurring in a popular class of multimodal vision-language models (VLMs). Including an image in the query to a LLaVA-style VLM significantly increases the likelihood of the model returning an English response, regardless of the language of the query. This paper investigates the causes of this loss with a two-pronged approach that combines extensive ablation of the design space with a mechanistic analysis of the models' internal representations of image and text inputs. Both approaches indicate that the issue stems in the language modelling component of the LLaVA model. Statistically, we find that switching the language backbone for a bilingual language model has the strongest effect on reducing this error. Mechanistically, we provide compelling evidence that visual inputs are not mapped to a similar space as text ones, and that intervening on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCategorization, perception, and language
MethodsSoftmax · Attention Is All You Need
