MMLNet: Multi-Expert Incomplete Modality Learning
- The paper introduces a multi-expert framework that fuses text, image, and cross-modal predictions to robustly detect fake news under incomplete modality conditions.
- It employs lightweight Incomplete Modality Adapters and a label-aware contrastive loss to stabilize feature representations when modalities are partially missing.
- Empirical results show that MMLNet maintains high accuracy and minimal performance degradation compared to state-of-the-art methods even under heavy modality missingness.
Searching arXiv for the specific topic and closely related incomplete-modality multimodal learning papers. arXiv search query: "Multi-Expert Modality-Incomplete Learning Network MMLNet incomplete modality multimodal" Multi-Expert Modality-Incomplete Learning Network (MMLNet) denotes an expert-based framework for multimodal learning under missing-modality conditions. In the explicitly titled usage, MMLNet is introduced as a novel generic and robust multimodal fusion strategy for multimodal fake news detection with incomplete modality, combining Multi-Expert Collaborative Reasoning, Incomplete Modality Adapters, and Modality Missing Learning with a label-aware adaptive weighting strategy (Zhou et al., 7 Oct 2025). The same label also appears in a self-contained description attached to work on residual-guided expert specialization, where MMLNet is presented as a sparse Mixture-of-Experts backbone for incomplete multimodal learning that closely follows the ideas of MARS (Baek et al., 29 Jun 2026). The term therefore refers to a family of expert-routed responses to modality incompleteness rather than to a single universally fixed architecture.
1. Definition, scope, and naming
In multimodal fake news detection, MMLNet is defined around the observation that real-world social media posts often lose words or image patches as they propagate, while most existing multimodal fake-news detectors assume that both modalities are always fully present. The framework is designed to explicitly train on and test with incomplete text/image pairs, dynamically leverage multiple experts to compensate for missing signals, introduce lightweight adapters to reshape feature distributions when modalities are partially observed, and employ a label-aware contrastive loss to tighten feature clusters of same-label samples while pushing apart opposite-label ones in the presence of missing data (Zhou et al., 7 Oct 2025).
The terminology is not fully unique across the literature. In the residual-specialization line, the same name is used for a model built on a sparse Mixture-of-Experts backbone, where each training sample is presented in complete and incomplete forms, a residual is computed, and expert routing is guided by this missingness-induced representational shift (Baek et al., 29 Jun 2026). A common misconception is that all instances of “MMLNet” denote the same model family. The published material instead indicates two distinct usages: one centered on multimodal fake news detection with experts, adapters, and contrastive learning, and another centered on residual-guided expert specialization.
2. Multi-Expert Collaborative Reasoning in multimodal fake news detection
The fake-news MMLNet maintains three parallel expert modules: for the text token, for the image token, and for the cross-modal transformer that ingests both text and image tokens. With and , the unimodal features are extracted as
Each expert then produces a logits distribution,
while the fused expert uses
0
where 1 and 2 result from a self-attention block over 3 (Zhou et al., 7 Oct 2025).
The three experts are combined by learned dynamic routing: 4 In generic notation,
5
with 6, 7, and 8. This formulation places MMLNet within expert-routing approaches in which compensation for missing information arises from adaptive combination of complementary expert predictions rather than from explicit reconstruction.
A central interpretive point is stated directly in the model description: unlike methods that learn a single joint representation or attempt to reconstruct missing modalities, MMLNet models three complementary experts and fuses them via learned gating, and it does not try to “hallucinate” missing pixels or words. This suggests a design preference for robustness through expert diversity and missing-aware adaptation of the feature space rather than through generative completion (Zhou et al., 7 Oct 2025).
3. Incomplete Modality Adapters and label-aware contrastive learning
A second core component is the use of Incomplete Modality Adapters. Motivated by the observation that large pre-trained encoders may over-fit when data are missing, MMLNet attaches lightweight residual adapters 9 and 0 to the unimodal 1 features: 2 The final adapted features are
3
with 4, 5, and 6 a small residual ratio (Zhou et al., 7 Oct 2025). The explicit purpose is to learn a “missing-aware” correction without overwriting the original pre-trained embedding.
MMLNet further augments classification with a contrastive objective termed Modality Missing Learning. For an anchor sample 7, the positive and negative sets are defined as
8
Let 9 be a small MLP projection and 0 a temperature. The vanilla multimodal contrastive loss is
1
Because not all positives and negatives are equally informative when modalities are missing, the model re-weights each pair by cosine similarity: 2 The resulting label-aware contrastive loss becomes
3
This loss is applied in parallel to the three expert representations 4 (Zhou et al., 7 Oct 2025).
Within the stated design, the adapters and the label-aware contrastive objective serve different but complementary roles. The adapters compensate for the new feature distribution caused by missing modalities, whereas the contrastive term is used to stabilize representation geometry under partial observability. A plausible implication is that MMLNet separates distributional correction from representation discrimination rather than treating both as a single fusion problem.
4. Optimization, training protocol, and reported performance
For each expert 5, the classification loss is
6
The total loss is
7
where 8 and 9 balance classification and contrastive terms (Zhou et al., 7 Oct 2025).
The training steps are specified as follows: precompute random masks for text and image drops; for each batch, apply missing masks to input text tokens and image patches; encode via CLIP_text and CLIP_image; pass 0 tokens through adapters to get 1 and 2; run a cross-modal transformer to get 3 and 4; compute 5, 6, 7 and fuse via 8 to obtain 9; compute 0 and sample 1 to compute weighted 2; then back-propagate 3 and update parameters, with optional lower-rate CLIP fine-tuning (Zhou et al., 7 Oct 2025). The typical hyperparameters used on all three datasets are AdamW, 4 with encoder 5, weight-decay 6, batch size 7, epochs 8, dropout 9, 0, 1, and loss weights 2, 3.
The reported datasets are Weibo, Weibo21, and Pheme, with modality-missing scenarios defined by text/image missing rates 4 and 5. Evaluation uses Accuracy (ACC), macro-F1, and AUC, and baselines include NSLM, MIMoE, Qwen-VL-7B, and LLaVA-13B (Zhou et al., 7 Oct 2025). Under complete modalities, the results are reported as follows: Weibo baseline best ACC 6 with MMLNet ACC 7; Weibo21 baseline best ACC 8 with MMLNet ACC 9; Pheme baseline best ACC 0 with MMLNet ACC 1. Under heavy missingness, exemplified by text down 2 and image down 3, MMLNet degrades by 4 on Weibo versus 5 for MIMoE. The paper characterizes these trends as demonstrating superior performance compared to state-of-the-art methods while maintaining relative simplicity (Zhou et al., 7 Oct 2025).
5. Residual-guided MMLNet and the connection to MARS
A second, distinct formulation uses the name MMLNet for a residual-guided expert-specialization architecture. In that description, each sample 6 is presented during training in two forms: a complete input 7 and an incomplete input 8. These are passed through a shared feature-fusion encoder 9 with two heads,
0
and the residual
1
is used to capture how the fused representation shifts when modalities go missing (Baek et al., 29 Jun 2026).
The routing system comprises a residual router and a feature router. The residual router produces clean logits
2
a noise scale
3
and noisy logits
4
followed by a top-5 softmax
6
The feature router sees only 7,
8
and is trained to imitate the residual router (Baek et al., 29 Jun 2026).
The discrepancy-aware noise regularization uses
9
to measure per-expert discrepancy, sorts experts by decreasing 0, and defines
1
The training objective combines classification, routing imitation, load-balancing, and noise regularization: 2 At inference, only incomplete inputs are used: 3 and prediction is made without the residual router or the full-modality encoder (Baek et al., 29 Jun 2026).
The reported results for this residual-guided MMLNet are average ACER from 4 to 5 on CASIA-SURF, hardest-setting IR-only error from 6 to 7, mean IoU from 8 to 9 on MCubeS, average accuracy from 00 to 01 on CREMA-D, and average accuracy from 02 to 03 on UPMC Food-101 (Baek et al., 29 Jun 2026). Since the associated paper title is “Residual-Guided Expert Specialization for Incomplete Multimodal Learning,” a straightforward interpretation is that this MMLNet label functions as a descriptive architecture name rather than the principal published title.
6. Position within incomplete-modality expert learning
The broader literature represented here shows several recurring design patterns for modality-incomplete learning: expert partitioning, sparse routing, parameter-efficient adaptation, alignment across modalities, and task- or missingness-aware inference. The following comparison organizes the main frameworks mentioned in the same research area.
| Framework | Setting | Central mechanism |
|---|---|---|
| DeLo (Liu et al., 2 Mar 2026) | Continual Missing Modality Learning | Dual-decomposed low-rank experts, Cross-Modal Guided Routing, Task-Key Memory |
| MoSARe (Moradinasab et al., 12 Mar 2025) | Incomplete multimodal healthcare learning | Mixture of Experts, Symmetric Aligning, and Reconstruction |
| MaMOL (Gao et al., 14 Nov 2025) | Remote sensing modality-missing classification | Missing-aware Mixture-of-Loras with dual routing |
| MARS / residual-guided MMLNet (Baek et al., 29 Jun 2026) | Incomplete multimodal classification and segmentation | Residual-guided expert specialization with dual routers |
| MMLNet (Zhou et al., 7 Oct 2025) | Multimodal fake news detection with incomplete modality | Multi-Expert Collaborative Reasoning, Incomplete Modality Adapters, label-aware contrastive learning |
DeLo is presented as the first framework to leverage a novel dual-decomposed low-rank expert architecture for CMML, with separate visual and textual factor pools, a Cross-Modal Guided Routing strategy, and a Task-Key Memory for task-agnostic inference (Liu et al., 2 Mar 2026). MoSARe integrates expert selection, cross-modal attention, reconstruction, and contrastive alignment to handle incomplete multimodal healthcare data, including histopathology whole-slide images, RNA-Seq profiles, and clinical text reports (Moradinasab et al., 12 Mar 2025). MaMOL reformulates modality missing as a multi-task learning problem and combines a task-oriented dynamic router with a modality-specific-shared static router in a Missing-aware Mixture-of-Loras design (Gao et al., 14 Nov 2025). MARS, which the residual-guided MMLNet closely follows, uses a privileged residual signal derived from complete and incomplete inputs to guide expert specialization and introduces discrepancy-aware noise regularization to bridge the train-test router gap (Baek et al., 29 Jun 2026).
Placed against these systems, the fake-news MMLNet is comparatively focused in modality scope and application domain: it operates on text-image pairs, retains a three-expert structure rather than a large expert pool, and couples expert collaboration with residual adapters and label-aware contrastive reweighting instead of reconstruction or low-rank adaptation (Zhou et al., 7 Oct 2025). This suggests that “MMLNet” is best understood not as a single canonical architecture, but as an instance of a broader movement toward expert-routed multimodal systems that are explicitly engineered for incomplete observations.