Skip to content
AI.info

Research

Multimodal Negative Learning

Overview Research area: Multimodal machine learning — specifically modality imbalance, late (decision-level) fusion, and robustness of multimodal systems under noise. Technical level: Intermediate. Th

arXiv
2510.20877
Published
2025-10-23
Authors
Baoquan Gong, Xiyuan Gao, Pengfei Zhu, Qinghua Hu, Bing Cao

AI summary

Overview

Research area: Multimodal machine learning — specifically modality imbalance, late (decision-level) fusion, and robustness of multimodal systems under noise.

Technical level: Intermediate. The core intuition is simple, but the paper backs it with a theoretical robustness lower bound, Lipschitz constraints, and margin-based derivations (Theorem 3.1, Corollary 3.2, Definition 3.3).

Scope (one sentence): The paper proposes Multimodal Negative Learning (MNL), a training paradigm in which a robust dominant modality guides weaker modalities to suppress non-target classes rather than imitate target-class predictions, and evaluates it across four noisy multimodal benchmarks plus CMU-MOSEI and a MathQA QA task.

What This Paper Is About

In multimodal learning, one modality is often much stronger than another, and the weaker one can drag down the final fused prediction. Existing methods try to fix this by forcing the weak modality to match the strong one's predictions ("Learning to be the same"), which the authors argue suppresses the weak modality's unique information and can even make it worse. MNL instead teaches the weak modality "Learning Not to be" — to rule out wrong (non-target) answers that the dominant modality is confident are incorrect — which stabilizes its decision space while preserving its distinctive information.

Key Contributions

  1. A new negative learning paradigm. The authors reframe weak-modality improvement from "predict the target class correctly" to "suppress non-target classes," letting the dominant modality guide the weak one through a negative loss rather than forced alignment.
  2. A robustness-grounded theoretical framework. They extend a multimodal robustness lower bound to late fusion and derive the Unimodal Confidence Margin (UCoM), proving that larger UCoM values tighten the robustness lower bound (Theorem 3.1, Corollary 3.2) and that MNL reduces the empirical error of weak modalities under noisy and imbalanced conditions.
  3. The MNL framework with dynamic guidance. Based on Definition 3.3, they define a Robust Dominant Modality (RDM) as one with both higher target-class confidence and a larger UCoM, and the rest as Inferior Modalities (IM). Guidance direction is chosen dynamically per sample, detaching the dominant modality's predictions during optimization.
  4. Broad empirical validation with no added inference cost. MNL plugs into static late fusion (LF) and dynamic fusion methods (DynMM, TMC, QMF, PDF), and extends to three modalities (CMU-MOSEI) and LLM QA tasks (MathQA) without extra inference overhead.

Main Findings

  • Forced alignment can hurt weak modalities. A statistical analysis (Fig. 1b) shows samples originally predicted correctly by the weak Video modality but incorrectly by the dominant Audio modality become misclassified under fixed unidirectional KL guidance as training progresses, leading to what the authors call an over-alignment collapse point.

  • MNL substantially improves static late fusion under Gaussian noise (Table 1). LF+MNL gains: MVSA +2.62 / +10.57 / +7.85, UMPC FOOD-101 +2.08 / +6.67 / +4.06, NYU Depth V2 +1.02 / +2.65 / +3.26, and CREMA-D +5.67 / +6.10 / +4.87 at ε = 0.0, 5.0, and 10.0.

  • Gains on dynamic fusion are smaller and occasionally negative. For QMF+MNL under Gaussian noise the deltas are +1.38 / +0.27 / +1.47 (MVSA), +0.13 / −0.62 / +0.38 (FOOD-101), +1.71 / +1.28 / +1.62 (NYU Depth V2), +2.05 / +2.73 / +1.85 (CREMA-D). PDF+MNL: +0.60 / −0.33 / +0.69, +0.01 / +0.18 / +0.33, +0.15 / +1.29 / +0.51, +2.11 / +2.37 / +2.10. The authors attribute the misalignment to dynamic fusion down-weighting the very weak modalities MNL strengthens.

  • Salt noise results follow the same pattern (Table 2). LF+MNL gains +2.62 / +6.80 / +6.88 (MVSA), +2.08 / +2.88 / +2.66 (FOOD-101), +1.02 / +2.83 / +2.58 (NYU Depth V2), +5.67 / +5.56 / +5.80 (CREMA-D).

  • NYU Depth V2 gains are modest. The paper attributes this to minimal imbalance between the depth and RGB modalities, leaving the dominant modality little capacity to guide the inferior one.

  • Both confidence and margin are needed for guidance (Table 3, MVSA). MNL corresponds to the Confident + Robust configuration. On LATE FUSION it reaches 79.50 / 74.03 / 63.01 (ε = 0, 5, 10) versus 76.88 / 63.46 / 55.16 for the baseline, 78.66 / 72.69 / 62.77 for Prior-only, and 78.74 / 71.87 / 59.35 for Confident-only. On PDF it reaches 80.54 / 74.07 / 63.78 versus 79.94 / 74.40 / 63.09 baseline, 79.19 / 71.85 / 61.02 Prior-only, and 80.23 / 72.68 / 63.24 Confident-only.

  • Non-target guidance beats all-class guidance (Table 4, MVSA). At ε = 10, Non-Target raises PDF from 61.56% to 63.78% (+2.22%) and LATE FUSION from 62.52% to 63.01% (+0.49%). At ε = 0 the reported gains over All-Class are +1.9% for PDF and +0.60% for LATE FUSION.

  • Higher modality divergence can still mean better fusion. Comparing average KL divergence between modality predictions, Non-Target guidance yields higher KL divergence yet better multimodal performance across three noise levels, with gains of +1.83%, +0.85%, and +4.64% respectively — evidence that preserving weak-modality diversity helps.

  • MNL raises the weak modality's margin. On CREMA-D, UCoM evolution during training shows MNL consistently boosts the weak modality's UCoM (Fig. 4b); on MVSA, ξ is consistently higher for the weak (image) modality with MNL (Fig. 4c). Under static late fusion, Fusion+ outperforms Fusion by up to 3.2% at ε = 6 (Fig. 3).

  • Scalability to more modalities and to LLMs. On CMU-MOSEI (visual, textual, audio), LF goes from 66.42 / 61.71 / 45.80 to 67.44 / 63.36 / 55.09 with MNL, and PDF from 66.14 / 63.54 / 42.47 to 67.29 / 64.35 / 48.62. On MathQA, logit fusion of Qwen2.5-0.5B-Instruct (M1) and Qwen2.5-1.5B (M2) improves from 50.89 (fusion) / 42.85 (M1) / 49.41 (M2) to 51.42 / 43.32 / 50.85.

  • A caveat identified by the authors. When modality A has higher target-class probability than B but a lower UCoM (P_y^(A) > P_y^(B) yet ξ_(A) < ξ_(B)), applying A's non-target signals to B can reduce B's UCoM and degrade robustness — which is why guidance must be robustness-aware.

Methodology in Plain English

The setup is late fusion: each modality has its own classifier, and their logit outputs are combined with weights (equal weights for static fusion, sample-dependent weights for dynamic fusion). The team first extends an existing multimodal robustness bound to this late-fusion setting. The key quantity is the Unimodal Confidence Margin (UCoM): the gap between a modality's logit for the true class and its logit for the most likely wrong class. A bigger margin means a modality is more reliably separating those two classes, and the proof shows a higher margin raises the whole system's robustness lower bound.

The MNL loss takes a softmax distribution from the "robust dominant" modality, masks out the true class (a vector that is 0 at the ground-truth class and 1 elsewhere), and trains the inferior modality to push down probabilities on those non-target classes. The dominant modality's predictions are detached so gradients only flow into the weak modality. Because dominance is not fixed — it varies per sample, task, and training iteration — the roles are reassigned dynamically: a modality must have both higher target-class confidence and a larger UCoM to be the guide.

Training runs in two stages: Stage 1 uses only standard cross-entropy (fusion loss plus per-modality losses) as a warm-up; Stage 2 adds the weighted MNL term once both modalities stabilize. The total objective is cross-entropy on the fused prediction, cross-entropy on each unimodal prediction, and MNL scaled by a hyperparameter λ that controls MNL strength.

Experiments use MVSA, UMPC Food-101 (about 100,000 image-text recipe pairs across 101 food categories), NYU Depth V2, and CREMA-D. Noise is applied to 50% of modalities: Gaussian and Salt noise for image-related modalities, SNR-based noise for audio, and blank masking noise for text, at ε = 0, 5, and 10, with five independent random seeds. All runs use an NVIDIA TITAN GPU and PyTorch with each baseline's original configuration.

Why This Matters

Impact on research. The paper challenges the dominant assumption in imbalanced multimodal learning that weaker modalities should be pushed toward the stronger ones. It reframes the problem in terms of robustness and margin rather than accuracy alignment, offering a theoretical link between UCoM and the robustness lower bound of decision-level fusion. Because MNL is a training-time loss with no inference overhead, it is a drop-in addition to existing late-fusion pipelines, and the paper demonstrates it generalizes beyond classic multimodal fusion to multi-modality settings and to LLM answer-level fusion.

Real-world applications (drawn from the applications the paper cites):

  • Autonomous perception, where one sensor stream may be degraded and fusion must remain reliable.
  • Medical diagnosis, where modalities such as imaging and clinical text differ greatly in quality and reliability.
  • Human-computer interaction, where audio, visual, and textual signals vary in noise and completeness.
  • Safety-critical deployments, which the authors explicitly name as targets for the elimination-based view of weak modalities.

Industry relevance. Late fusion is attractive industrially because it is modular, interpretable, and compatible with pretrained unimodal models. MNL preserves those properties and requires no architectural change, making it practical for teams that already combine separately trained models. The MathQA result with Qwen2.5-0.5B-Instruct and Qwen2.5-1.5B indicates a path for fusing small-to-large language models via logit fusion, relevant to cost-sensitive inference.

Future Directions

  • Extending the framework to multi-label classification, open-set recognition, and temporal/sequential fusion, as stated in the conclusion.
  • Developing more fine-grained uncertainty estimation to improve the dynamic guidance mechanism.
  • Establishing theoretical generalization bounds under adversarial or missing-modality settings.
  • Open question raised by the results: the misalignment between MNL's margin enhancement and dynamic fusion's confidence-based weighting, which the authors identify as a cause of diminished or negative gains on dynamic fusion methods — resolving this weighting-margin conflict is an unresolved problem.

Target Audience

Researchers and graduate students working on multimodal learning, modality imbalance, and robustness; practitioners building late-fusion systems from separately trained unimodal models; and readers interested in theoretically grounded training losses that require no changes at inference time. Familiarity with softmax outputs, cross-entropy, and basic robustness/adversarial-radius concepts is helpful but not essential — the central idea is intuitive.

Authors’ 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.

Read the original paper