← Latest papers
💬 NLP

PEA-DPO: Perception-Enhanced Alignment Direct Preference Optimization for MLLMs Alignment

This paper introduces Perception-Enhanced Alignment Direct Preference Optimization (PEA-DPO), a novel framework that addresses the visual insensitivity of multimodal large language models by explicitly leveraging visual preference signals, thereby significantly reducing hallucinations and improving multimodal alignment while preserving language capabilities.

Original authors: Jiawei Feng, Jiancan Wu, Xingyu Zhu, Junkang Wu, Xiang Wang, Xiangnan He

Published 2026-08-21
📖 5 min read🧠 Deep dive

Original authors: Jiawei Feng, Jiancan Wu, Xingyu Zhu, Junkang Wu, Xiang Wang, Xiangnan He

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving world of artificial intelligence, a new generation of systems has emerged that can see and speak at the same time. These multimodal large language models are trained to look at an image and describe what they see, or to answer questions about a photograph. For these machines to be truly useful and safe, they must align with human values, meaning their answers need to be accurate, helpful, and grounded in the visual reality presented to them. A major challenge in teaching these systems has been a tendency to hallucinate, or to confidently describe objects or actions that simply are not there. To fix this, researchers have turned to a technique called direct preference optimization, a method that teaches the model by showing it pairs of answers—one good and one bad—and asking it to learn why the first is better. This approach has worked wonders for text-only models, but when applied to systems that also process images, a hidden flaw has been discovered that prevents them from truly "seeing" the difference between a clear photo and one where the most important details have been obscured.

A team of researchers at the University of Science and Technology of China and the National University of Singapore has identified this specific weakness and developed a new framework to cure it. They found that standard training methods often treat the image merely as a backdrop, a static setting for the conversation, rather than as the primary source of truth that the model must rely on. Because of this, the models became visually insensitive. In their experiments, the researchers showed that these models could not tell the difference between a picture of people having a picnic and a picture of people reading, even when the visual evidence for one was completely removed. The models would generate nearly identical responses for both, failing to notice that the key visual clues were missing. They also struggled to distinguish between specific objects within a single image, such as confusing a toilet brush with a generic tool, because they were not paying close enough attention to the critical visual cues that defined the object.

To solve this, the researchers created a method they call Perception-Enhanced Alignment. Instead of just teaching the model to choose the better text answer, they redesigned the training process to force the model to pay attention to the visual context itself. They began by taking a clear image and creating a series of altered versions where random parts were masked out. Using a separate, highly sensitive visual system, they identified which altered version had lost the most critical information, effectively creating a "rejected" image that was missing the key details needed to answer a question correctly. They then paired this missing-information image with the original, complete image. During training, the model was presented with the same question and the same text answer, but shown first with the complete image and then with the incomplete one. The model was taught that it should strongly prefer the answer when it had the full visual evidence, and that it should recognize the answer as less reliable when the key visual context was gone.

This dual approach taught the model two things at once. First, it learned to distinguish between a good text response and a bad one, just as before. Second, and more importantly, it learned to recognize when the visual evidence was insufficient to support a claim. The researchers tested this new method on two different sizes of image-text models, one with seven billion parameters and another with thirteen billion. The results were striking. On standard tests designed to measure how often these models make things up, the new method reduced hallucinations by significant margins. For the smaller model, the rate of made-up details dropped by nearly a third on one major benchmark, and by over ninety percent on another. The larger model showed similar improvements, often outperforming even some of the most advanced commercial systems available. The models became much better at describing exactly what was in the picture, such as correctly identifying a book title or a specific tool, rather than guessing based on general knowledge.

The researchers also checked to ensure that this new focus on visual accuracy did not make the models worse at other tasks. They found that the models retained their ability to follow instructions and answer general questions, and in some cases, their performance on these general tasks actually improved slightly. The only noticeable trade-off was that the models became slightly more conservative; they were less likely to guess when they were unsure, which meant they sometimes provided fewer details overall, but the details they did provide were far more likely to be true. By explicitly teaching the model to value the visual evidence as much as the text, the researchers demonstrated that it is possible to build artificial intelligence that does not just look at a picture, but truly sees it. This work suggests that for machines to be reliable partners in understanding the visual world, they must be trained to feel the weight of missing information, ensuring that their confidence is always matched by the clarity of what is actually before their eyes.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →