Multimodal Negative Learning
Baoquan Gong, Xiyuan Gao, Pengfei Zhu, Qinghua Hu, Bing Cao
TL;DR
The paper tackles modality imbalance in multimodal learning by proposing Multimodal Negative Learning (MNL), a negative-learning paradigm where robust dominant modalities guide weaker ones to suppress non-target classes rather than aligning to target-class predictions. It introduces Unimodal Confidence Margin (UCoM) and derives a robustness lower bound for decision-level fusion, showing that increasing the weaker modalities' margins improves stability. MNL formalizes a dynamic guidance mechanism that selects which modality should guide another based on confidence and UCoM, and augments the loss with a targeted non-target class suppression term while keeping standard cross-entropy on target classes. Empirical results across multiple datasets demonstrate improved robustness and reduced empirical error for weak modalities, particularly under noise and imbalance, with compatibility across static late fusion and several dynamic fusion baselines. The work provides a theoretically grounded, practically flexible approach to robust multimodal fusion and suggests extensions to larger-scale LLM/MLLM fusion and more complex multimodal settings.
Abstract
Multimodal learning systems often encounter challenges related to modality imbalance, where a dominant modality may overshadow others, thereby hindering the learning of weak modalities. Conventional approaches often force weak modalities to align with dominant ones in "Learning to be (the same)" (Positive Learning), which risks suppressing the unique information inherent in the weak modalities. To address this challenge, we offer a new learning paradigm: "Learning Not to be" (Negative Learning). Instead of enhancing weak modalities' target-class predictions, the dominant modalities dynamically guide the weak modality to suppress non-target classes. This stabilizes the decision space and preserves modality-specific information, allowing weak modalities to preserve unique information without being over-aligned. We proceed to reveal multimodal learning from a robustness perspective and theoretically derive the Multimodal Negative Learning (MNL) framework, which introduces a dynamic guidance mechanism tailored for negative learning. Our method provably tightens the robustness lower bound of multimodal learning by increasing the Unimodal Confidence Margin (UCoM) and reduces the empirical error of weak modalities, particularly under noisy and imbalanced scenarios. Extensive experiments across multiple benchmarks demonstrate the effectiveness and generalizability of our approach against competing methods. The code will be available at https://github.com/BaoquanGong/Multimodal-Negative-Learning.git.
