paper-with-me

Papers

I2MoE: Interpretable Multimodal Interaction-aware Mixture-of-Experts

2025-05-25 · Jiayi Xin, Sukwon Yun, Jie Peng, Inyoung Choi, Jenna L. Ballard, Tianlong Chen, Qi Long

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.

📄 PDF Abstract BibTeX arXiv:2505.19190

Code (1)

raina-xin/i2moe 공식 구현 pytorch

Tasks

Mixture-of-Expertsmultimodal interaction

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

DynFS-MoE: Dynamic Functional-Structural Mixture-of-Experts for Post-Traumatic Epilepsy Diagnosis

2026-06-15 · Jun-En Ding, Spencer Chen, Henry Noren, Daniel Valdivia 외 arxiv

Post-traumatic epilepsy (PTE) is a severe complication of traumatic brain injury (TBI). Yet, early identification remains challenging due to the complex structural and functional alterations it induces in the brain. To a…

Binary Classification

Modality-Guided Mixture of Graph Experts with Entropy-Triggered Routing for Multimodal Recommendation

2026-02-24 · Ji Dai, Quan Fang, Dengsheng Cai arxiv

Multimodal recommendation enhances ranking by integrating user-item interactions with item content, which is particularly effective under sparse feedback and long-tail distributions. However, multimodal signals are inher…

Multimodal RecommendationGraph Learning

Massively Multimodal Foundation Models: A Framework for Capturing Interactions with Specialized Mixture-of-Experts

2025-09-30 · Xing Han, Hsing-Huan Chung, Joydeep Ghosh, Paul Pu Liang 외 arxiv

Modern applications increasingly involve many heterogeneous input streams, such as clinical sensors, wearable device data, imaging, and text, each with distinct measurement models, sampling rates, and noise characteristi…

Activity Recognition

PathMoE: Interpretable Multimodal Interaction Experts for Pediatric Brain Tumor Classification

2026-03-02 · Jian Yu, Joakim Nguyen, Jinrui Fang, Awais Naeem 외 arxiv

Accurate classification of pediatric central nervous system tumors remains challenging due to histological complexity and limited training data. While pathology foundation models have advanced whole-slide image (WSI) ana…

Brain Tumor Classification

Tackling Multimodal Learning Challenges with Mixture-of-Expert: A Survey

2026-05-22 · Liangwei Nathan Zheng, Wei Emma Zhang, Olaf Maennel, Lin Yue 외 arxiv

Mixture-of-Experts (MoE) presents a naturally compatible and scalable framework for multimodal learning, demonstrating strong adaptability across diverse modalities and tasks. Despite its growing success, a comprehensive…