paper-with-me

홈 › Papers

When Eyes and Ears Disagree: Can MLLMs Discern Audio-Visual Confusion?

2025-11-13 · Qilang Ye, Wei Zeng, Meng Liu, Jie Zhang, Yupeng Hu, Zitong Yu, Yu Zhou arxiv

Can Multimodal Large Language Models (MLLMs) discern confused objects that are visually present but audio-absent? To study this, we introduce a new benchmark, AV-ConfuseBench, which simulates an ``Audio-Visual Confusion'' scene by modifying the corresponding sound of an object in the video, e.g., mute the sounding object and ask MLLMs Is there a/an muted-object sound''. Experimental results reveal that MLLMs, such as Qwen2.5-Omni and Gemini 2.5, struggle to discriminate non-existent audio due to visually dominated reasoning. Motivated by this observation, we introduce RL-CoMM, a Reinforcement Learning-based Collaborative Multi-MLLM that is built upon the Qwen2.5-Omni foundation. RL-CoMM includes two stages: 1) To alleviate visually dominated ambiguities, we introduce an external model, a Large Audio Language Model (LALM), as the reference model to generate audio-only reasoning. Then, we design a Step-wise Reasoning Reward function that enables MLLMs to self-improve audio-visual reasoning with the audio-only reference. 2) To ensure an accurate answer prediction, we introduce Answer-centered Confidence Optimization to reduce the uncertainty of potential heterogeneous reasoning differences. Extensive experiments on audio-visual question answering and audio-visual hallucination show that RL-CoMM improves the accuracy by 10~30\% over the baseline model with limited training data. Follow: https://github.com/rikeilong/AVConfusion.

📄 PDF Abstract BibTeX arXiv:2511.10059

Code (0)

등록된 구현이 없습니다.

Tasks

Audio-visual Question AnsweringReinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

Silicon Minds versus Human Hearts: The Wisdom of Crowds Beats the Wisdom of AI in Emotion Recognition

2025-08-12 · Mustafa Akben, Vinayaka Gude, Haya Ajjan arxiv

The ability to discern subtle emotional cues is fundamental to human social intelligence. As artificial intelligence (AI) becomes increasingly common, AI's ability to recognize and respond to human emotions is crucial fo…

Emotional IntelligenceEmotion Recognition

Agreed and Disagreed Uncertainty

2023-02-03 · Luca Gambetti, Dimitris Korobilis, John Tsoukalas, Francesco Zanetti

When agents' information is imperfect and dispersed, existing measures of macroeconomic uncertainty based on the forecast error variance have two distinct drivers: the variance of the economic shock and the variance of t…

By My Eyes: Grounding Multimodal Large Language Models with Sensor Data via Visual Prompting

2024-07-15 · Hyungjun Yoon, Biniyam Aschalew Tolera, Taesik Gong, Kimin Lee 외

Large language models (LLMs) have demonstrated exceptional abilities across various domains. However, utilizing LLMs for ubiquitous sensing applications remains challenging as existing text-prompt methods show significan…

Visual Prompting

Eyes Closed, Safety On: Protecting Multimodal LLMs via Image-to-Text Transformation

2024-03-14 · Yunhao Gou, Kai Chen, Zhili Liu, Lanqing Hong 외

Multimodal large language models (MLLMs) have shown impressive reasoning abilities. However, they are also more vulnerable to jailbreak attacks than their LLM predecessors. Although still capable of detecting the unsafe …

Image to textOptical Character Recognition (OCR)

Judge Before Answer: Can MLLM Discern the False Premise in Question?

2025-10-13 · Jidong Li, Lingyong Fang, Haodong Zhao, Sufeng Duan 외 arxiv

Multimodal large language models (MLLMs) have witnessed astonishing advancements in recent years. Despite these successes, MLLMs remain vulnerable to flase premise problems. However, existing benchmarks targeting this is…