Multimodal AI news — Page 8

AI systems that understand or generate combinations of text, images, audio, video, and other types of data.

ResearchOfficialarXiv Machine Learning

Multimodal Instruction-Tuning Reorganizes Geometric Encoding of Identity Prompts in LLMs

A preprint study analyzes four open-weight transformer language models and finds that multimodal instruction-tuning causes a qualitative shift in how identity-specifying system prompts are encoded in hidden-state trajectories. Specifically, the encoding changes from being direction-based in the base model to magnitude-based after multimodal RLHF instruction-tuning, a reorganization not observed in RL distillation or SFT regimes. The study uses geometric metrics and permutation tests to support these findings.

Why it matters: This work uncovers a previously unrecognized effect of multimodal instruction-tuning on internal model representations, which could inform future approaches to model interpretability and control.

ResearchOfficialarXiv Machine Learning

Output-aware safety guardrail reduces over-refusal in MLLMs

Researchers introduce an output-aware safety guardrail for multimodal large language models (MLLMs) that predicts unsafe generations from hidden states, rather than relying solely on input analysis. Their method achieves safety performance comparable to existing approaches but significantly reduces over-refusal, thereby maintaining the model's utility and leveraging its intrinsic safety mechanisms.

Why it matters: This work offers a practical advance in balancing safety and usability for MLLMs by enabling more targeted safety interventions and reducing unnecessary refusals.

ResearchOfficialarXiv Information Retrieval

ARGUS-EVAL Framework Reveals Capability-Reliability Gap in Vision-Language Models

Researchers have introduced ARGUS-EVAL, a new evaluation framework that assesses Vision-Language Models (VLMs) not only on their benchmark capabilities but also on cross-dataset consistency, robustness, and efficiency. Testing models such as Qwen-2.5VL-3B-Instruct and CLIP, the study finds that models with similar benchmark scores can differ significantly in reliability and efficiency. Qwen-2.5VL-3B-Instruct demonstrates the highest overall capability, while CLIP stands out for its efficiency.

Why it matters: ARGUS-EVAL provides a more comprehensive way to evaluate and select VLMs for real-world applications by highlighting differences in reliability and efficiency that are not captured by standard benchmarks.

ResearchOfficialarXiv Information Retrieval

PTFEA: A Curriculum Learning Framework Unifying Context Engineering and Fine-Tuning for Multimodal Entity Alignment

A new preprint introduces PTFEA, a curriculum-learning-inspired framework that mathematically unifies context engineering and fine-tuning for Multimodal Entity Alignment (MMEA). PTFEA adapts information injection stages based on confidence thresholds and uses progressive inference to mirror fine-tuning processes. Experiments on five public datasets show PTFEA consistently outperforms strong baselines, achieving over 80% reduction in runtime and token consumption compared to prior context-engineering methods, while narrowing the performance gap between large and small models.

Why it matters: PTFEA offers a theoretically grounded and highly efficient alternative to traditional fine-tuning for MMEA, potentially lowering computational costs and broadening access to high-performance multimodal alignment.

ResearchOfficialarXiv Computation and Language

Trust Before Fusion: Source-Aware Resolution Improves Polluted Multimodal RAG

A new preprint introduces QIMG-7, a benchmark designed to evaluate multimodal retrieval-augmented generation (RAG) systems under conditions of retrieval pollution, including unreliable or manipulated text and images. The authors propose source-aware trust resolution (SATR), a training-free method that selects among parametric, text-only, and multimodal answers based on the reliability of retrieved sources. SATR achieves a balanced score of 0.816 on QIMG-7, outperforming naive multimodal fusion by 11.7 points and demonstrating improved robustness to polluted retrieval.

Why it matters: This work provides a practical approach to improving the reliability of multimodal RAG systems in the presence of unreliable or adversarially manipulated retrieved content.

Policy & SafetyOfficialarXiv Cryptography and Security

Physical Prompt Injection Attacks on VLMs in Wearable Devices Achieve Up to 96% Success Rate

Researchers have characterized physical prompt injection attacks against vision-language models (VLMs) on wearable devices such as smart glasses, where malicious text embedded in the environment can hijack model behavior. In tests across over 200 real-world environments, these attacks achieved up to a 96% success rate in simulated settings and 60% in real-world scenarios, leading to biased or untruthful outputs. The study also proposes two defense strategies—a mask-based external filter and a semantic-vector-based internal detector—that can reduce the success and impact of such attacks.

Why it matters: As VLMs are increasingly deployed in wearable devices, physical prompt injection represents a significant new security vulnerability that could manipulate outputs in safety-critical contexts.

ResearchOfficialarXiv Computer Vision

ReflectWorld-MM: Entity-Oriented Memory System for Open-Ended Video Streams

ReflectWorld-MM is a new memory system for multimodal agents that organizes long-term memory around persistent entities rather than frames, enabling improved tracking of people and objects across open-ended video streams. The system integrates a perception front-end, hierarchical long-term memory (episodic, semantic, procedural), and a real-world implementation. ReflectWorld-MM achieves state-of-the-art accuracy on six long-video and lifelong-memory benchmarks, outperforming existing memory agents and a leading frontier model.

Why it matters: This work advances AI's ability to maintain coherent, entity-centric memory over continuous video, a key step toward persistent, context-aware assistants.

ResearchOfficialarXiv Computer Vision

Short-Answer VQA Scores Confound Semantic Correctness with Surface-Form Match, Study Finds

A new study finds that short-answer Visual Question Answering (VQA) benchmarks often conflate semantic correctness with surface-form matching, leading to many semantically correct answers being penalized for not matching the expected format. By auditing over 37,000 official errors across six models and benchmarks with a human-validated semantic judge, the authors show that up to half of errors on text-rich benchmarks are due to this issue. Extractive and multi-span answers are especially sensitive to evaluator criteria, and even benign prompt rewrites can flip item-level correctness.

Why it matters: This challenges the interpretability of widely used VQA benchmarks and suggests that official scores should be supplemented with semantic audits and answer-type diagnostics.

ResearchOfficialarXiv Computer Vision

CloakDiff: Reversible Adversarial Examples for Privacy Protection in Vision-Language Models

Researchers introduce CloakDiff, a novel framework that generates imperceptible and reversible adversarial examples to protect privacy against text-based query attacks on Vision-Language Models (VLMs). CloakDiff uniquely combines diffusion-based adversarial editing with an invertible network, enabling lossless recovery of the original image while maintaining high visual quality and strong cross-model transferability. Experimental results show effective multimodal privacy preservation across multiple datasets and VLMs.

Why it matters: This work presents a significant advance in privacy protection for VLMs, allowing users to safeguard sensitive image attributes without compromising image quality or recoverability.

ResearchOfficialarXiv Computer Vision

VVM-Tuning: Generalizing LMMs to Unseen Visual Modalities via Fabricated Modality Synthesis

Researchers introduce VVM-Tuning, a training framework that enables large multimodal models (LMMs) to generalize to unseen visual modalities by synthesizing diverse appearance images from RGB scenes. The approach disentangles invariant scene semantics from modality-specific appearances and leverages modality contexts for zero-shot adaptation. The team also presents VVM-Bench, a benchmark evaluating semantic perception and modality understanding across six real and synthetic modalities. Experiments show that models trained with VVM-Tuning achieve consistent improvements on both real and synthetic modalities without requiring in-modality training data.

Why it matters: This work proposes a scalable method for improving LMMs' ability to generalize to new visual modalities, addressing a key challenge in multimodal AI.

ResearchOfficialarXiv Computer Vision

AdaViG: Adaptive Visual Gating Boosts Efficiency and Accuracy in Multimodal Reasoning

A new preprint introduces AdaViG, a training-free method that leverages internal model signals to determine when to generate visual reasoning steps in unified multimodal models. By dynamically aborting unhelpful visual generations early, AdaViG achieves up to 5.7% higher accuracy and reduces computation by 25–91% and latency by 15–46% in visual mathematical reasoning tasks.

Why it matters: AdaViG addresses a major inefficiency in multimodal AI by selectively gating visual reasoning, enabling faster and more accurate performance on complex tasks.

ResearchOfficialarXiv Computers and Society

DeepBias: Adaptive Framework for In-Depth Probing of Social Biases in LVLMs

Researchers have introduced DeepBias, an adaptive framework designed to probe social biases in Large Vision-Language Models (LVLMs) more deeply than traditional static datasets allow. DeepBias uses a dynamic loop involving a ProposerAgent that generates test data and a DiggerAgent that iteratively rewrites these tests based on model responses, enabling the exposure of progressively deeper biases. The team also developed DeepBiasBench, a benchmark constructed using an ensemble of five state-of-the-art LVLMs to identify vulnerabilities shared across different architectures.

Why it matters: This work advances LVLM safety assessment by introducing an adaptive, evolutionary approach that reveals deeper and more nuanced model biases than static datasets can uncover.

ResearchOfficialarXiv Cryptography and Security

Multi-Agent System Recommends Security Controls with High Coverage and Efficiency

A new preprint proposes a Security Decision Support System that recommends security control sub-families based on minimal user requirements. Using a Multi-Agent Influence Diagram model and no-regret online learning, the system achieves 99% satisfaction coverage while utilizing only about 65% of software-implementable controls, according to validation on curated datasets. The approach aims to balance security coverage with resource efficiency, with results showing rapid computation times.

Why it matters: This framework could enable organizations with limited cybersecurity expertise to make more effective and resource-efficient security decisions.

ResearchOfficialarXiv Computation and Language

Anamnesis: Open-Source Platform for Backstory-Conditioned Survey Simulation

Anamnesis is an open-source platform that enables large-scale survey simulation using large language models (LLMs), designed to be accessible for non-technical users. The system leverages structured narrative backstories to condition responses and supports multimodal surveys, including image and audio. Case studies demonstrate that Anamnesis produces opinion distributions that more closely align with real-world survey data compared to standard persona-prompting methods.

Why it matters: This platform offers a transparent and reproducible alternative to proprietary survey simulation tools, allowing researchers to prototype and stress-test survey instruments without relying on human subjects.

ResearchOfficialarXiv Computation and Language

PolyInterview: LLM-Based Platform for Immersive Mock Interviews with Multimodal Assessment

PolyInterview is an LLM-based platform designed to provide immersive mock interview practice with comprehensive multimodal assessment. It generates tailored questions from job descriptions and CVs, conducts multi-turn spoken interviews with a digital human, and evaluates response content, vocal delivery, and non-verbal behavior. The platform has been tested in 1,564 sessions, and expert evaluation found that it produces strong question plans and actionable feedback.

Why it matters: PolyInterview offers a novel, accessible solution for realistic interview practice by combining adaptive dialogue with multimodal assessment, potentially improving job preparation for candidates.

ResearchOfficialarXiv Computation and Language

CLIR-Bench: Benchmarking Multimodal Question Answering over Irregular Clinical Time Series

CLIR-Bench is a new benchmark designed to evaluate multimodal question answering on irregular clinical time series, constructed from de-identified ICU records. The dataset includes 6,600 QA instances across 11 clinical variables, structured into four capability dimensions and 11 tasks. Each question is linked to explicit temporal evidence and task-specific answer derivation rules. Experiments indicate that current generalist models have difficulty retrieving and reasoning over sparse clinical evidence.

Why it matters: This benchmark fills a critical gap in assessing AI models' ability to ground answers in irregular temporal clinical data, which is important for developing reliable clinical decision support systems.

ResearchOfficialarXiv Computation and Language

UNIBROWSE: A Data-to-Agent Framework for Multimodal BrowseComp

UNIBROWSE introduces a unified data pipeline that, for the first time, generates training data covering all three key information-flow patterns in multimodal browsing: text-only, image-to-text, and text-to-image. The framework augments knowledge graphs with live web retrieval and uses a novel exploration degree metric to filter low-signal data, resulting in high-quality training instances. The trained 35B-parameter agent achieves state-of-the-art performance on multimodal BrowseComp benchmarks, with an average accuracy of 54.4, outperforming several closed-source models including GPT-5 and Gemini-2.5.

Why it matters: This work fills a major gap in multimodal browsing by enabling agents to handle the previously neglected text-to-image pattern, advancing the generality and robustness of web agents.

ResearchOfficialarXiv Computation and Language

Hierarchical Human-AI Triage Model Reduces Structural Bias in Nigerian FinTech Fraud Detection

A new preprint introduces a hierarchical human-AI triage model for point-of-sale fraud detection in Nigeria, targeting discrimination laundering where infrastructure-related noise is misclassified as fraud. The model uses a three-tier routing policy and dynamic human oversight, reducing the regional performance gap from 19.43 to 2.88 percentage points and significantly improving fraud recall. This approach aims to neutralize structural bias, particularly benefiting rural accounts.

Why it matters: This research offers a practical method to mitigate algorithmic bias in financial services, supporting more equitable digital financial inclusion in developing economies.

ResearchOfficialarXiv AI/ML

ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

ABot-AgentOS is a general robotic Agent Operating System that provides a deliberative layer for reasoning, memory, tool use, verification, and cross-embodiment execution. It introduces Universal Multi-modal Graph Memory and a failure-driven self-evolution loop. On the EmbodiedWorldBench benchmark, ABot-AgentOS improves task success and goal completion over a single-controller baseline.

Why it matters: This work proposes a unified runtime layer for long-horizon embodied agents, addressing key challenges in memory, verification, and continual improvement.

ResearchOfficialarXiv AI/ML

MAG: New Benchmark Unifies Web Agent Actions and Guide Generation

Researchers introduce MAG, the first benchmark to unify web agent task execution and guide text generation into a single multimodal task. The benchmark uses screenshots with two grounding schemes and provides a complete harness for annotation, training, and evaluation. Frontier models complete fewer than 40% of tasks, and a GRPO training method nearly doubles the success rate of a 9B agent from 6.9% to 13.2%.

Why it matters: MAG provides a unified evaluation framework for web agent actions and guide generation, potentially advancing the development of more capable AI assistants.