paper-with-me

홈 › Papers

Mitigating Modal Imbalance in Multimodal Reasoning

2025-10-02 · Chen Henry Wu, Neil Kale, Aditi Raghunathan arxiv

Foundation models (FMs) deployed in real-world tasks such as computer-use agents must integrate diverse modalities. How good are FMs at performing joint reasoning, simultaneously reasoning over multiple modalities, especially when the modalities interact and relate to each other to form cross-modal context? To better understand this problem, we study FMs on cross-modal conflicts: scenarios where conflicting evidence is presented across modalities. This allows us to examine whether FMs prioritize one modality over another or reason jointly to reconcile the conflict. Our experiments reveal that FMs can recognize conflicts in unimodal contexts, composed of a single modality, 90% of the time, but the ratio falls as low as 3% when evidence is split across modalities -- similar observations hold in cross-lingual contexts, composed of multiple languages. We trace this failure to cross-modal attention imbalance, showing that FMs exhibit extreme asymmetry in attention scores, disproportionately prioritizing certain modalities. We show that cross-modal attention imbalance does not go away by simply scaling up multimodal or multilingual datasets blindly, since they lack training examples that explicitly require cross-modal reasoning. We demonstrate that even a simple and scalable method of explicitly combining multiple modalities within each training instance significantly reduces attention imbalance. Reduced attention imbalance directly translates to improved downstream performance on several vision-language benchmarks. Our findings underscore the importance of systematically addressing cross-modal contexts to build reliable foundation models.

📄 PDF Abstract BibTeX arXiv:2510.02608

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

Rethinking Multimodal Learning from the Perspective of Mitigating Classification Ability Disproportion

2025-02-27 · QingYuan Jiang, Longfei Huang, Yang Yang

Although multimodal learning~(MML) has garnered remarkable progress, the existence of modality imbalance hinders multimodal learning from achieving its expected superiority over unimodal models in practice. To overcome t…

Classification

Pareto LoRA: Mitigating Modality Imbalance in Unified Multimodal Models via Pareto-Optimal Gradient Integration

2026-06-15 · Xiwen Wei, Mark Nutter, Madhusudhanan Srinivasan, Radu Marculescu arxiv

Unified multimodal models (UMMs) have recently emerged as a promising paradigm for integrating multimodal understanding and generation within a single autoregressive transformer. However, during multimodal instruction tu…

parameter-efficient fine-tuningmultimodal generationImage Generation

Mitigating Modality Quantity and Quality Imbalance in Multimodal Online Federated Learning

2025-08-15 · Heqiang Wang, Weihong Yang, Xiaoxiong Zhong, Jia Zhou 외 arxiv

The Internet of Things (IoT) ecosystem produces massive volumes of multimodal data from diverse sources, including sensors, cameras, and microphones. With advances in edge intelligence, IoT devices have evolved from simp…

Federated Learning

Mitigating Sample-Level Imbalance via Probabilistic Separation for Adaptive Multimodal Fusion

2025-10-20 · Zhaocheng Liu, Zhiwen Yu, Xiaoqing Liu arxiv

Multimodal learning faces modality imbalance, where dominant modalities suppress weaker ones due to inconsistent convergence rates. Existing static or heuristic methods overlook sample-level variations in prediction bias…

Thinking Before Looking: Improving Multimodal LLM Reasoning via Mitigating Visual Hallucination

2024-11-15 · Haojie Zheng, Tianyang Xu, Hanchi Sun, Shu Pu 외

Multimodal large language models (MLLMs) have advanced the integration of visual and linguistic modalities, establishing themselves as the dominant paradigm for visual-language tasks. Current approaches like chain of tho…

HallucinationMultimodal Reasoning