Understanding Alignment in Multimodal LLMs: A Comprehensive Study
Apple ML Research
Apple researchers dug into why preference alignment sometimes backfires on multimodal AI models. Turns out fixing text hallucinations can quietly make image-related lying worse.
Apple's ML research team just published a deep dive into something most AI labs have been treating as an afterthought: how do you actually align a model that has to reason about both text and images without it starting to hallucinate about what it sees?
Text-only LLMs have a well-worn playbook for preference alignment — RLHF, DPO, the usual suspects. Multimodal models borrowed that playbook wholesale, on the assumption that what works for words works for pixels too. Apple's study pokes a hole in that assumption. Hallucination in an MLLM isn't just about getting facts wrong the way a text model might; it's about generating descriptions or answers that contradict the actual image in front of it. That's a fundamentally different failure mode, and the researchers found that alignment techniques tuned mainly for textual coherence don't necessarily fix — and can sometimes worsen — this visual inconsistency.
The team ran a systematic comparison across alignment methods and datasets, trying to isolate what actually improves grounding in image content versus what just makes outputs sound more fluent or agreeable. A recurring theme: models can get better at satisfying a human preference signal while getting no better, or even worse, at truthfully describing what's in an image. That's the kind of gap that's easy to miss in a benchmark leaderboard and very easy to notice when a user asks a chatbot to describe a photo and it invents details.
What makes this useful rather than just cautionary is that Apple frames it as a call to build alignment pipelines specifically for the multimodal case, rather than retrofitting text-first methods. That likely means preference data collection and reward modeling that explicitly weighs visual faithfulness as its own axis, separate from tone, helpfulness, or verbosity. Given how much products like visual search, accessibility tools, and image-based assistants depend on models not making things up about what they're looking at, this is one of those unglamorous infrastructure problems that quietly determines whether multimodal AI is trustworthy enough to actually rely on.
My take
I'll say it: multimodal alignment has been the neglected stepchild of the RLHF era, and this paper is basically Apple admitting the industry copy-pasted a text-era solution onto a very different problem. Good on them for measuring it properly instead of just shipping another benchmark win. If your assistant confidently describes a cat in a photo of a dog, no amount of 'sounds polite' alignment fixes that — and that's exactly the gap everyone's leaderboard has been quietly ignoring.
Read more about this at: Apple ML Research