Publications / 2025
Multimodal Emotion Recognition with Cross-Attentive Learning and Feature Fusion
Abstract
Multi-Modal Emotion Recognition (MMER) plays a crucial role in enhancing human-computer interaction to interpret and respond to human emotions. While existing methods mostly rely on handcrafted features or simple feature concatenation, we introduce a new approach that refines multimodal fusion through cross-attention, enabling the learning of hierarchical dependencies directly from raw data. This allows for more effective interaction between modalities, improving emotion classification. We propose an MMER framework that integrates audio, text, and video modalities, leveraging deep learning models tailored to each data source. A cross-attention mechanism is employed to fuse information across modalities, ensuring the model focuses on the most salient emotional cues. Additionally, focal loss is used to address class imbalance, enhancing recognition of underrepresented emotional states. Evaluated on the IEMOCAP dataset, the proposed model achieves an average accuracy of 88.31% and an F1-score of 76.43%, outperforming existing state-of-the-art methods. These results demonstrate the system’s robustness in recognizing emotions in complex scenarios, highlighting its potential for real-world applications requiring accurate emotion assessment. The source code is available at: https://github.com/alaaNfissi/Mental-Health-Monitoring-MMER.
Citation and BibTeX
Alaa Nfissi, Ines Jemmali, Wassim Bouachir, Nizar Bouguila. (2025). Multimodal Emotion Recognition with Cross-Attentive Learning and Feature Fusion. Canadian Conference on Artificial Intelligence (Canadian AI). https://doi.org/10.21428/594757db.4bf551e5
@inproceedings{nfissi-cross-attentive-multimodal-emotion-2025,
title = {Multimodal Emotion Recognition with Cross-Attentive Learning and Feature Fusion},
author = {Nfissi, Alaa and Jemmali, Ines and Bouachir, Wassim and Bouguila, Nizar},
year = {2025},
booktitle = {Canadian Conference on Artificial Intelligence (Canadian AI)},
doi = {10.21428/594757db.4bf551e5},
url = {https://doi.org/10.21428/594757db.4bf551e5}
}Research projects
- 01
Projects
Cross-attentive emotion fusion
Studying the relationship between audio, text and video through cross-attention and feature fusion.
Research programs
- 01
Research programs
Interpretable & multimodal learning
Understanding acoustic features and examining how audio, language and visual cues interact in emotion recognition.
Code
- 01
Repositories
Cross-attentive multimodal emotion recognition
Research code associated with cross-attentive emotion fusion.