Modality Relevance is not Modality Utility: Post-hoc Selective Modality Escalation for Cost-Aware Multimodal RAG

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

Multimodal retrieval-augmented generation (RAG) systems typically ground generators in evidence from text, tables, and images. Current approaches either use a cheap text-only pipeline or an expensive vision-language model (VLM) over all images, often making binary decisions pre-retrieval based on question relevance. However, an oracle analysis on MultiModalQA reveals that modality relevance poorly predicts utility; many questions with image support are answerable from text and tables alone. This leads to substantial over-escalation. The proposed solution is post-hoc selective modality escalation: answer cheaply with text/tables, then run a verifier on the (query, draft answer, evidence) tuple to identify missing modalities. A calibrated value-of-escalation router then decides if the expected accuracy gain justifies the VLM cost. This method recovers the accuracy of an always-on VLM pipeline with significantly fewer visual calls, closing most of the gap to oracle escalation rates.

Key takeaway

For AI Architects and Machine Learning Engineers optimizing multimodal RAG systems, you should re-evaluate pre-retrieval modality selection. Instead, consider implementing post-hoc selective modality escalation to significantly reduce VLM inference costs. By answering cheaply first and only escalating to expensive visual models when a verifier identifies a missing modality, you can achieve comparable accuracy with far fewer visual calls, improving your system's efficiency.

Key insights

Modality relevance is not modality utility; deferring expensive VLM calls post-hoc optimizes cost-accuracy trade-offs.

Principles

Method

Answer cheaply using text/tables, then verify (query, draft answer, evidence) to localize missing modalities, and use a calibrated router to decide VLM escalation.

In practice

Topics

Best for: Research Scientist, AI Engineer, CTO, AI Scientist, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.