Summary After Author-Reviewer Discussion
Dear Area Chairs and Reviewers,
As the Author-Reviewer Discussion period comes to an end, we would like to provide a brief summary of our paper at this point for your reference. We have carefully reviewed all comments and have provided detailed responses to each. These will be comprehensively addressed in the final version of the paper. We extend our sincere gratitude to all reviewers for their insightful feedback and suggestions.
## **Motivation**:
We introduced FuseMoE, a novel MoE framework specifically designed to enhance multimodal fusion for inputs with arbitrary missingness or irregularity. Multiple reviewers (`P6x6`, `6SUH`, `sZSN`) have **agreed that the problem we are addressing is well-motivated and represents a promising direction for investigation**.
## **Method**:
FuseMoE incorporates sparsely gated MoE layers in its fusion component, which routes each modality to designated experts specializing in those specific data types while mitigating the influence of missing modalities. **This capability is critical to our method, as it allows for leveraging a vast amount of patient data without relying solely on complete modalities.** As we explained to Reviewer `P6x6`, most other methods that only leverage full modality data result in the exclusion of patient records with incomplete modalities. FuseMoE, by contrast, greatly improves generalization by accessing a broader array of samples.
Additionally, FuseMoE employs various router design mechanisms tailored for multimodal inputs with distinct combinations or interactions, giving users the flexibility to choose based on their specific applications.
## **Theory**:
FuseMoE integrates a novel Laplace gating function, which is particularly well-suited for multimodal input data, especially in large-scale experiments, compared to the commonly used Softmax gating function. Theoretically, it ensures better convergence rates than Softmax, as discussed in detail with high-level intuitive explanations in our rebuttal to Reviewer `6SUH`. Additionally, we have illustrated the superiority of our gating function over the Gaussian gating function in our response to Reviewer `sZSN`.
## **Experiments**:
We demonstrate that FuseMoE significantly outperforms existing well-known and representative methodologies within specific categories, in integrating diverse input modality types:
- `Text`: MIMIC-III, MIMIC-IV, CMU-MOSI, CMU-MOSEI
- `Images`: MIMIC-IV, CIFAR-10, ImageNet (new)
- `Time series`: MIMIC-III, MIMIC-IV, PAM
- `ECG waveform`: MIMIC-IV
- `Video frames`: CMU-MOSI, CMU-MOSEI
- `Audio signals`: CMU-MOSI, CMU-MOSEI
with varying missingness and irregular sampling on challenging tasks:
- `Mortality prediction`: MIMIC-III, MIMIC-IV
- `Length-of-stay`: MIMIC-III, MIMIC-IV
- `Phenotyping`: MIMIC-IV
- `Sentiment analysis`: CMU-MOSI, CMU-MOSEI
- `Activity recognition`: PAM
- `Image classification`: CIFAR-10, ImageNet (new)
**The majority of the multimodal datasets we tested are considered large-scale**, including MIMIC-III with 36,212 samples, MIMIC-IV with 73,173 samples, and CMU-MOSEI with 22,777 samples. These datasets cover a sufficient number of benchmarks and research areas, particularly in a context where benchmarks are not abundant.
**We also conducted comprehensive ablation studies and visualizations of FuseMoE** to assess the effectiveness of each building block and enhance the interpretability of our proposed method. These studies revealed that our model architecture consistently outperforms other alternatives and insights into how much each input modality contributes to our tasks of interest.
## **Reproducibility**:
We have submitted (1) implementations of FuseMoE and its baselines, (2) scripts to process and generate multimodal input data as part of our supplementary material.
Thank you again for your efforts in reviewing this submission. We appreciate all the valuable feedback, which has significantly contributed to improving our manuscript. **We look forward to continuing the discussion with any reviewers who still have questions during the remaining discussion period.**
Sincerely,
Authors