Zing Forum

Reading

Mitigating Visual Hallucinations in Multimodal Systems via Retrieval-Enhanced Reliability-Aware Reasoning

This paper introduces a new framework that effectively reduces visual hallucinations and improves prediction accuracy without retraining large multimodal models by constructing an external visual evidence database and multiple reliability metrics.

多模态大语言模型视觉幻觉检索增强可靠性感知不确定性量化ImageNet决策门控机器学习计算机视觉AI安全
Published 2026-06-14 20:32Recent activity 2026-06-16 10:24Estimated read 7 min
Mitigating Visual Hallucinations in Multimodal Systems via Retrieval-Enhanced Reliability-Aware Reasoning
1

Section 01

【Introduction】Retrieval Enhancement + Reliability Awareness: A New Framework to Mitigate Multimodal Visual Hallucinations

This paper proposes a retrieval-enhanced reliability-aware reasoning framework aimed at addressing the visual hallucination problem in multimodal systems. The core idea is to construct an external visual evidence database, combine multiple reliability metrics to evaluate prediction credibility, and dynamically adjust output strategies through a decision gating mechanism. This method can effectively improve prediction accuracy and reduce hallucination rates without retraining large multimodal models, providing more reliable solutions for key scenarios such as medical imaging and autonomous driving.

2

Section 02

Research Background: Challenges of Visual Hallucinations in Multimodal Systems

Research Background and Motivation

Multimodal Large Language Models (MLLMs) are powerful in visual-language understanding and response generation, but they tend to produce overconfident hallucinatory outputs when faced with weak, ambiguous, or semantically inconsistent visual evidence, which seriously affects the reliability of key scenarios such as medical image analysis and autonomous driving. Existing solutions mostly focus on improving representation alignment or retrieval-augmented generation, but lack mechanisms to quantify instance-level prediction reliability and identify erroneous outputs, making it difficult for systems to know their own confidence and avoid answering when evidence is insufficient.

3

Section 03

Core Method: Key Components of the Reliability-Aware Reasoning Framework

Core Method: Reliability-Aware Reasoning Framework

The framework includes four key components:

  1. External Visual Evidence Database: Built using a pre-trained visual embedding model, finds similar reference samples via nearest-neighbor retrieval, and does not rely on task-specific training data.
  2. Multiple Reliability Metrics: Fuses similarity strength, category support consistency, evidence boundary, and entropy-based uncertainty to generate a comprehensive reliability score.
  3. Decision Gating Mechanism: Adopts three-level strategies based on scores: accept prediction (high threshold), cautious response (medium), avoid/fallback (low threshold).
  4. Multimodal Response Generation Layer: Conditionally generates responses with confidence information based on the decision gate output.
4

Section 04

Experimental Validation: Performance Improvement on ImageNet Dataset

Experimental Validation and Result Analysis

Evaluations on the ImageNet-100 dataset show:

  • Accuracy Improvement: The accuracy of accepted predictions increased from 85.84% to 88.88%, while coverage remained at 89.04%.
  • Hallucination Rate Reduction: The false acceptance rate decreased from 14.16% to 11.12%, reducing erroneous predictions by approximately 21%.
  • Method Advantages: No need to retrain large models; dynamically adjusts behavior during inference, suitable for improving deployed models.
5

Section 05

Technical Insights and Practical Application Scenarios

Technical Insights and Application Value

Technical Insights:

  • Retrieval enhancement can be used for verification (not just generation);
  • Multi-metric fusion is more robust than single metrics;
  • Selective response strategies effectively reduce hallucinations. Application Scenarios:
  • Medical image diagnosis: Mark uncertain cases for manual review;
  • Autonomous driving: Trigger safety fallback when uncertain;
  • Content moderation: Reduce false positives and false negatives;
  • Intelligent customer service: Request clarification for ambiguous inputs.
6

Section 06

Limitations and Future Research Directions

Limitations and Future Directions

Limitations:

  • Building and maintaining the external evidence database requires additional resources, and retrieval quality affects evaluation accuracy;
  • Decision thresholds need to balance coverage and accuracy, requiring different configurations for different scenarios. Future Directions:
  • Extend to more modalities such as audio and video;
  • Explore online learning to dynamically update the evidence database;
  • Combine model fine-tuning to further improve performance.
7

Section 07

Conclusion: Towards More Trustworthy Multimodal Systems

Conclusion

This study provides a practical and efficient solution to improve the reliability of multimodal systems. Through retrieval-enhanced reliability-aware reasoning, it can significantly reduce visual hallucinations and improve prediction accuracy without retraining, laying the foundation for building trustworthy, transparent AI systems and their safe deployment in the real world.