SHAP-Weighted Cross-Modal Expert Fusion for Emotion and Sentiment Recognition: Evidence and Limits

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

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

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

Topics

Best for: Research Scientist, NLP Engineer, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.