SHAP-Weighted Cross-Modal Expert Fusion for Emotion and Sentiment Recognition: Evidence and Limits
Summary
A study on SHAP-weighted cross-modal expert fusion for multimodal emotion and sentiment recognition addresses the impact of SHAP attribution reduction methods on performance, particularly when experts have unequal feature dimensionalities. The research introduces a "sum-abs" reduction method, which preserves total attribution mass, outperforming "mean-abs" and "median-abs" reductions. On the MELD 7-class emotion recognition dataset, the sum-abs XGAF variant achieved 0.5983 weighted-F1, statistically matching early fusion's 0.6018 weighted-F1 and significantly surpassing late fusion's 0.4598 weighted-F1. For CMU-MOSEI 3-class sentiment recognition, sum-abs XGAF reached 0.6519 weighted-F1, slightly exceeding early fusion's 0.6485 weighted-F1 with statistical significance ($p=0.0452$). Diagnostic analysis revealed that performance gains stem from including cross-modal experts, especially the trimodal expert, rather than complex per-sample routing.
Key takeaway
For Machine Learning Engineers designing multimodal fusion strategies, you should prioritize using sum-abs SHAP attribution reduction for expert weighting, especially with varying expert dimensionalities. The compact four-expert XGAF-Lite configuration offers a modular, interpretable approach that matches early fusion performance on MELD. When implementing, evaluate not just accuracy but also expert weight diversity to ensure genuinely adaptive routing, rather than just expert dominance.
Key insights
Sum-abs SHAP reduction is critical for effective multimodal expert fusion when experts have unequal feature dimensionalities, preserving total attribution mass.
Principles
- Sum-abs SHAP reduction is crucial for experts with unequal feature dimensionalities.
- Cross-modal experts, especially trimodal, are key to recovering early-fusion performance.
- Attribution-based gating may lead to expert dominance, not diverse routing.
Method
XGBoost classifiers form unimodal and cross-modal expert pools, combined via a temperature-scaled softmax gate where weights are derived from sum-absolute TreeSHAP attribution magnitudes.
In practice
- Apply sum-abs SHAP reduction for expert gating in multimodal systems.
- Include cross-modal experts, especially trimodal, in expert pools.
- Analyze expert weight diversity and entropy alongside accuracy.
Topics
- Multimodal Fusion
- Emotion Recognition
- Sentiment Analysis
- SHAP Attribution
- Mixture-of-Experts
- XGBoost
Best for: Research Scientist, NLP Engineer, AI Scientist, Machine Learning Engineer, Data Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.