iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Commercial LPG prices drop: 19-kg cylinder rate cut by ₹202 in Delhi, ₹209 in Kolkata Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Commercial LPG prices drop: 19-kg cylinder rate cut by ₹202 in Delhi, ₹209 in Kolkata Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17%
Home ›› Technology ›› Ai ›› Computer Vision ›› New Framework Reduces Visual Hallucinations in Multimodal AI Systems Without Retraining

New Framework Reduces Visual Hallucinations in Multimodal AI Systems Without Retraining

A research paper on arXiv introduces a retrieval-augmented reliability-aware inference framework that reduces visual hallucinations in multimodal large language models. By using an external evidence database and reliability indicators, the system improves accepted prediction accuracy from 85.84% to 88.88% at 89.04% coverage, without retraining the model.

iG
iGEN Editorial
June 16, 2026
New Framework Reduces Visual Hallucinations in Multimodal AI Systems Without Retraining

Enterprise AI deployments increasingly rely on multimodal large language models (MLLMs) for tasks that require vision-language understanding — from automated quality inspection to document analysis. However, these models can produce overconfident predictions and hallucination-like outputs when visual evidence is weak, ambiguous, or semantically inconsistent. A new research paper on arXiv proposes a retrieval-augmented reliability-aware inference framework that addresses this problem without retraining the underlying model.

The Challenge of Visual Hallucinations in MLLMs

Multimodal large language models combine visual and textual inputs to generate natural-language responses. According to the paper by researchers Hariharan, Pratheswaran, Xu, Haiping, Yan, and Donghui, existing MLLMs can still generate overconfident predictions when the visual evidence is insufficient. Most current mitigation approaches focus on improving multimodal representation alignment or retrieval-augmented generation, but they provide limited mechanisms to quantify instance-level prediction reliability or identify incorrect visual outputs. This gap leaves enterprise users exposed to silent failures in high-stakes applications.

Retrieval-Augmented Reliability-Aware Inference

The proposed framework constructs an external visual evidence database using pretrained visual embeddings and nearest-neighbor retrieval over normalized feature representations. When a query image is processed, the system retrieves similar visual evidence from the database. It then estimates prediction trustworthiness through five reliability indicators: similarity strength, class-support agreement, evidence margin, entropy-based uncertainty, and an aggregate reliability score. Based on these signals, a decision gate determines whether the system should accept the prediction, answer with caution, or abstain/fallback when evidence is insufficient. A multimodal response-generation layer then produces a final user-facing response conditioned on the reliability decision.

Experimental Results on ImageNet-100

Experiments conducted on the ImageNet-100 dataset demonstrate significant improvements. The following table summarizes key metrics:

Metric Baseline Proposed Framework Improvement
Accepted prediction accuracy (at 89.04% coverage) 85.84% 88.88% +3.04% absolute
Hallucination-like accepted wrong-answer rate 14.16% 11.12% -3.04% absolute

The framework maintained 89.04% coverage — meaning it still provided predictions for nearly nine out of ten inputs. The hallucination-like accepted wrong-answer rate dropped from 14.16% to 11.12%, reducing the proportion of overconfident errors by over 21% relative.

Implications for Enterprise AI Reliability

For enterprise technology leaders evaluating MLLM deployments, this approach offers a practical path to improving model calibration without costly retraining or architectural changes. By integrating retrieval evidence, reliability estimation, and selective decision gating, organizations can deploy more trustworthy visual AI systems in production environments. The framework's reliance on an external database means it can be updated with new evidence over time, potentially adapting to domain-specific data. However, the paper does not discuss computational overhead or integration with existing enterprise systems. Further research on scalability and real-world latency will be needed before widespread adoption.


Sources:

Keep Reading

Recommended Stories

SARLO-80: New Dataset Combines Very-High-Resolution SAR and Optical Imagery with Language Descriptions Technology

SARLO-80: New Dataset Combines Very-High-Resolution SAR and Optical Imagery with Language Descriptions

Researchers have released SARLO-80, a large-scale dataset combining very-high-resolution synthetic aperture radar (SAR) imagery, aligned optical imagery, and natural-language descriptions. Built from Umbra spotlight acquisitions, the dataset contains 119,566 triplets across 72 countries, standardized to 80cm slant-range resolution. It aims to advance multimodal foundation models for SAR by providing complex-valued measurements and native acquisition geometry.

July 8, 2026
New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models Technology

New Research Reveals How Visual Tokens Evolve Inside Vision-Language Models

A new computer vision paper from arXiv investigates how visual tokens are integrated into large language models (LLMs) under two paradigms: in-context prompting and layer-wise injection. The authors find that visual tokens enter the LLM as 'disguised visual context' lacking linguistic structure, then evolve differently depending on the integration architecture. They show that attention allocation alone is insufficient, and performance depends on the quality of visual representations at each layer.

July 8, 2026
Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis Technology

Mitigating Simplicity Bias in OOD Detection through Object Co-occurrence Analysis

Researchers propose an object-centric OOD detection framework that leverages object co-occurrence patterns to overcome simplicity bias, achieving competitive results on near-OOD and full-spectrum settings.

July 8, 2026
New Framework GeoVR Learns 3D Spatial Intelligence from 2D Videos for Multimodal LLMs Technology

New Framework GeoVR Learns 3D Spatial Intelligence from 2D Videos for Multimodal LLMs

Multimodal Large Language Models (MLLMs) traditionally lack intrinsic 3D awareness. Researchers present GeoVR, a framework that learns geometric representations from 2D video sequences, restructuring the semantic latent space to unlock spatial intelligence. GeoVR uses four complementary geometric targets from pre-trained 3D foundation models, achieving state-of-the-art performance on spatial reasoning benchmarks.

July 8, 2026