Research

arXiv:2607.08573 – SHAP-weighted Fusion for Emotion Recognition

4 min read
Abstract geometric illustration: three signal streams for text, speech, and video merge into a common decision node Image generated with GPT Image 2
Abstract geometric illustration: three signal streams for text, speech, and video merge into a common decision node

TL;DR Too Long; Didn’t read

arXiv:2607.08573 – SHAP-Weighted Cross-Modal Expert Fusion for Emotion and Sentiment Recognition: Evidence and Limits investigates whether an explainable weighting of text, audio, and video experts based on TreeSHAP attributions performs similarly well in emotion and sentiment recognition as classical fusion methods – with an additional gain in traceability.

Key takeaways

  • The preprint proposes an explainability-based (XAI) fusion of text, audio, and video models for emotion and sentiment recognition, instead of rigid early or late fusion.
  • TreeSHAP attribution values determine for each individual example how strongly individual 'expert' models (single or combined modalities) are weighted.
  • On the MELD dataset, the proposed sum-weighting achieves an F1 score of 0.5983, nearly the same as classical early fusion (0.6018) – no statistically significant difference.
  • On CMU-MOSEI, the proposed method with an F1 score of 0.6519 even slightly outperforms early fusion (0.6485).
  • According to the authors, the performance gain mainly comes from additional experts for modality combinations, not from the complex weighting itself.
  • The method promises primarily more traceability of the fusion decision, rather than a leap in accuracy compared to established methods.

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

Note: This paper describes a current, yet to be peer-reviewed arXiv preprint (as of July 9, 2026). The reported results come from the authors’ own publication and have not yet been externally replicated.

What is it about?

Systems that are supposed to recognize which emotion or sentiment is present from text, speech, and video simultaneously must somehow merge the individual signal sources. A recent arXiv preprint by Adis Alihodzic and Selma Skopljakovic Hubljar examines an approach where this merging is not rigid but is controlled in a comprehensible way: A set of specialized models – each for individual modalities as well as for combinations of two or three modalities – provides individual assessments, and an explainability-based method called TreeSHAP determines for each individual example how strongly each model is weighted. At its core, it is about the question of whether methods from explainable AI (XAI) can make it more transparent and yet accurate to decide which “expert” should have the final say for which data point.

What is it good for / what does it bring?

Classical fusion methods combine modalities either at the very beginning of processing (“early fusion”) or only at the very end during the final decision (“late fusion”) – usually with fixed, unexplained weightings. The approach examined here aims to show that an attribution-based, example-adapted weighting can deliver similarly good results while additionally revealing which signal channel was decisive for which specific decision. For applications where traceability is important – such as in the analysis of customer conversations or in clinical behavioral observation – a system that not only recognizes an emotion but also justifies the basis for that assessment would be practically valuable.

How does it work (simplified)?

The system consists of several specialized models: individual models per modality (such as only text or only audio) as well as additional models that evaluate two or all three modalities together. For each individual example, the method calculates a kind of significance value for each of these experts using TreeSHAP – an established method for explaining model decisions – and uses this value as a weight when combining the individual assessments. Because the experts process different numbers of features (a triple expert has more input dimensions than a single model), the study compares three variants of how the many individual SHAP values are summarized into a weight: as a mean, as a median, or as the sum of the absolute values. According to the study, the sum variant has the advantage of retaining the entire attribution mass of an expert instead of artificially reducing it through averaging.

The approach was tested on two established public datasets from multimodal emotion research: MELD, a dataset with annotated dialogue scenes for emotion recognition, and CMU-MOSEI, a widely used dataset for multimodal sentiment and emotion analysis. In emotion recognition on MELD, the sum variant achieved a weighted F1 score of 0.5983 compared to 0.6018 with classical early fusion – a statistically insignificant difference according to the authors – while simultaneously outperforming late fusion. In sentiment analysis on CMU-MOSEI, the sum variant even slightly surpassed the early fusion variant with 0.6519 compared to 0.6485. According to the authors, the significant performance gain comes less from the complex, example-specific weighting itself and more from incorporating additional experts for modality combinations – especially the triple expert – into the system.

Classification & Limitations

This is a current, not independently peer-reviewed arXiv preprint by two authors; the reported figures come from their own evaluation and have not yet been externally replicated. The investigation relies on two public benchmark datasets from the English-speaking world, leaving it unclear how well the results can be transferred to other languages, cultures, or real-world application scenarios. The authors themselves point out that the gain from the elaborate, explainability-based weighting is small compared to simpler early fusion and that it is primarily the additional combination experts that make the difference – the method is thus more a contribution to the traceability of fusion than a significant leap in pure recognition accuracy. The complete text of the paper (introduction, related work, details of the model architecture) was not technically accessible at the time of research; this contribution therefore relies on the summary published by the authors.

Frequently asked questions

What is TreeSHAP and what is it used for here?

TreeSHAP is an established method of explainable AI (XAI) that calculates how much individual features or models contribute to a prediction for tree-based models. In the presented approach, the TreeSHAP value of each expert model is used to determine its weight in the fusion of modalities for each individual example.

How does the presented approach differ from classical early or late fusion?

Early fusion combines modalities at the feature level, while late fusion does so only at the final decision – both usually with fixed weights. The new approach instead dynamically weights per example based on explainability-based attribution values, making it clear which modality was decisive for the decision.

How does the method perform compared to early fusion?

On the MELD dataset, it has a weighted F1 score of 0.5983, practically on par with early fusion (0.6018), and on CMU-MOSEI, it even slightly outperforms early fusion (0.6519 to 0.6485). According to the authors, the differences are not statistically significant.

Where does the performance gain actually come from?

According to the authors, it mainly comes from using additional experts for modality combinations – particularly a triple expert for text, audio, and video together – and less from the complex, example-based weighting itself.

Has the study been reviewed by independent experts yet?

No, it is an arXiv preprint by two authors that has not yet undergone a regular peer review process. The numbers mentioned come from the authors' own publication and have not yet been externally replicated.

Sources

  1. arXiv:2607.08573 – SHAP-Weighted Cross-Modal Expert Fusion for Emotion and Sentiment Recognition: Evidence and Limits

← Back to the blog