I2MoE: Interpretable Multimodal Interaction-aware Mixture-of-Experts
Jiayi Xin, Sukwon Yun, Jie Peng, Inyoung Choi, Jenna L. Ballard, Tianlong Chen, Qi Long
TL;DR
I2MoE addresses the challenge of multimodal fusion by explicitly modeling heterogeneous inter-modal interactions within an end-to-end mixture-of-experts framework. It deploys four interaction experts (two uniques, one synergy, one redundancy) plus a reweighting module, trained with a dual objective that includes a weak supervision interaction loss inspired by Partial Information Decomposition, and extends naturally to more modalities. The approach yields superior task performance across five real-world multimodal datasets and provides both local (sample-level) and global (dataset-level) interpretability of interaction contributions. Its backbone-agnostic design allows easy integration with existing fusion methods, and code availability enables practical adoption and further exploration of modality interactions in multimodal learning.
Abstract
Modality fusion is a cornerstone of multimodal learning, enabling information integration from diverse data sources. However, vanilla fusion methods are limited by (1) inability to account for heterogeneous interactions between modalities and (2) lack of interpretability in uncovering the multimodal interactions inherent in the data. To this end, we propose I2MoE (Interpretable Multimodal Interaction-aware Mixture of Experts), an end-to-end MoE framework designed to enhance modality fusion by explicitly modeling diverse multimodal interactions, as well as providing interpretation on a local and global level. First, I2MoE utilizes different interaction experts with weakly supervised interaction losses to learn multimodal interactions in a data-driven way. Second, I2MoE deploys a reweighting model that assigns importance scores for the output of each interaction expert, which offers sample-level and dataset-level interpretation. Extensive evaluation of medical and general multimodal datasets shows that I2MoE is flexible enough to be combined with different fusion techniques, consistently improves task performance, and provides interpretation across various real-world scenarios. Code is available at https://github.com/Raina-Xin/I2MoE.
