NeFut Logo NeFut
Admin Login

[CS.AI] Groc-PO: Grounded Context Preference Optimization for Trustworthy Multimodal LLMs

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:19
#AI #Machine Learning #Open Source

Abstract

Despite the rapid progress of Multimodal Large Language Models (MLLMs), they still suffer from untruthfulness issues, such as visual hallucinations, content fabrication, and unfaithful reasoning, which substantially undermine their faithfulness and practical utility. Alignment methods based on human preference, such as Direct Preference Optimization (DPO), have been widely adopted to address these issues. However, multimodal reasoning errors often propagate across stages, and final-answer errors can often be traced to mistakes in early grounding stages, yet standard DPO typically applies preference optimization at the final-answer level. This credit-assignment challenge means that supervision for early grounding stages is indirect rather than stage-specific, making it difficult to suppress error propagation arising from grounding drift and context inconsistency.

To address this, we propose Grounded Context Preference Optimization (Groc-PO), a grounded preference optimization framework for MLLMs. We further construct the Grounded Context Preference Dataset (GCPD), organizing multi-stage preference samples around three stages of Object Grounding, Contextual Grounding, and Grounded Reasoning, to capture the formation, integration, and utilization of grounded context. By introducing more explicit preference supervision over multiple grounded stages, Groc-PO strengthens context-dependent reasoning and mitigates cross-stage error propagation. Extensive experiments show that, compared with standard DPO and other strong baselines, Groc-PO achieves improved performance in hallucination mitigation, faithful reasoning, and overall reliability, supporting the value of more explicit grounded supervision for trustworthy multimodal reasoning.

Blogger's Review: Groc-PO significantly enhances the performance of multimodal LLMs in complex reasoning, particularly in handling visual and textual information reliably. This approach provides a new perspective for future model designs, emphasizing the importance of supervision at foundational stages, which merits further exploration and application.

Original Source: https://arxiv.org/abs/2607.13712

[h] Back to Home