paper-with-me

홈 › Papers

MLLMs Get It Right, Then Get It Wrong: Tracing and Correcting Late-Layer Textual Bias

2026-06-16 · Xingming Li, Ao Cheng, Qiyao Sun, Xixiang He, Xuanyu Ji, Runke Huang, Qingyong Hu arxiv

When vision contradicts text, multimodal large language models (MLLMs) consistently favor text, even when images provide clear evidence otherwise. This bias poses risks for applications requiring visual grounding, yet its cause remains unclear. In this paper, we uncover a surprising finding: models often get it right initially, forming correct vision-based predictions in their intermediate layers, before changing their minds and favoring text in the final output. We call this "late-layer textual override". The visual information is encoded, it simply does not survive to the output. More intriguingly, we find that how predictions change reveals whether they're correct: 85% of failures shift toward text, while 89% of successes shift toward vision. This directional signature enables a simple but powerful intervention: when we detect a confident visual prediction being suppressed, we restore it. We propose CALRD (Conflict-Aware Layer Reference Decoding), a training-free method that recovers overridden predictions at inference time. Experiments across five MLLMs of varying architectures demonstrate up to 9.4% absolute improvements on conflict benchmarks while largely preserving standard performance, without training or external knowledge. It recovers what the model already knew but failed to preserve.

📄 PDF Abstract BibTeX arXiv:2606.17953

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Gaussian Shannon: High-Precision Diffusion Model Watermarking Based on Communication

2026-03-27 · Yi Zhang, Hongbo Huang, Liang-Jie Zhang arxiv

Diffusion models generate high-quality images but pose serious risks like copyright violation and disinformation. Watermarking is a key defense for tracing and authenticating AI-generated content. However, existing metho…

Seeing Right but Saying Wrong: Inter- and Intra-Layer Refinement in MLLMs without Training

2026-01-12 · Shezheng Song, Shasha Li, Jie Yu arxiv

Multimodal Large Language Models (MLLMs) have demonstrated strong capabilities across a variety of vision-language tasks. However, their internal reasoning often exhibits a critical inconsistency: although deeper layers …

FoundationalASSIST: An Educational Dataset for Foundational Knowledge Tracing and Pedagogical Grounding of LLMs

2026-01-20 · Eamon Worden, Cristina Heffernan, Neil Heffernan, Shashank Sonkar arxiv

Can Large Language Models understand how students learn? As LLMs are deployed for adaptive testing and personalized tutoring, this question becomes urgent -- yet we cannot answer it with existing resources. Current educa…

Knowledge Tracing

Protect-Your-IP: Scalable Source-Tracing and Attribution against Personalized Generation

2024-05-26 · Runyi Li, Xuanyu Zhang, Zhipei Xu, Yongbing Zhang 외

With the advent of personalized generation models, users can more readily create images resembling existing content, heightening the risk of violating portrait rights and intellectual property (IP). Traditional post-hoc …

AttributeIncremental Learning

How to Measure Human-AI Prediction Accuracy in Explainable AI Systems

2024-08-23 · Sujay Koujalgi, Andrew Anderson, Iyadunni Adenuga, Shikha Soneji 외

Assessing an AI system's behavior-particularly in Explainable AI Systems-is sometimes done empirically, by measuring people's abilities to predict the agent's next move-but how to perform such measurements? In empirical …

Decision MakingSequential Decision Making