CVAILGMay 20

SAVER: Selective As-Needed Vision Evidence for Multimodal Information Extraction

arXiv:2605.2071324.2
Predicted impact top 89% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For social media multimodal IE, SAVER addresses the problem of irrelevant or misleading images by deciding when and which images to use, offering a practical solution for efficiency and robustness.

SAVER selectively activates vision only when needed for multimodal information extraction, improving F1 by up to 2.3% over text-only baselines and reducing FLOPs by 40% while maintaining high coverage.

Multimodal IE in social media is difficult because a post may attach multiple images that are weakly related, redundant, or even misleading with respect to the text. In this setting, always-on multimodal fusion wastes computation and can amplify spurious visual cues. The core challenge is to decide, for each candidate span or marked entity pair, whether vision should be consulted at all and, if so, which small subset of images provides trustworthy evidence. We propose SAVER, a selective vision-as-needed framework for multimodal named entity recognition and multimodal relation extraction. SAVER uses a Conformal Groundability Gate (CGG) to estimate span-level visual groundability in MNER, derive pair-level activation in MRE from the two marked entities, and calibrate the activation threshold on a held-out split via a conformal-style procedure with Clopper--Pearson upper bounds. When activated, a submodular relevance--diversity selector chooses a compact evidence subset across images, which is then aggregated by a Set Transformer. An energy-inspired joint scoring head combines text, optional visual evidence, text--image consistency, and sparse routing for entity typing or relation classification. Experiments show that SAVER consistently improves F1 over strong text-only and always-on multimodal baselines, while reducing AURC, increasing activation coverage at a fixed risk level, and lowering FLOPs and P90 latency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes