Publications / 2023
Iterative Feature Boosting for Explainable Speech Emotion Recognition
Abstract
In speech emotion recognition (SER), using predefined features without considering their practical importance may lead to high dimensional datasets, including redundant and irrelevant information. Consequently, high-dimensional learning often results in decreasing model accuracy while increasing computational complexity. Our work underlines the importance of carefully considering and analyzing features in order to build efficient SER systems. We present a new supervised SER method based on an efficient feature engineering approach. We pay particular attention to the explainability of results to evaluate feature relevance and refine feature sets. This is performed iteratively through feature evaluation loop, using Shapley values to boost feature selection and improve overall framework performance. Our approach allows thus to balance the benefits between model performance and transparency. The proposed method outperforms human-level performance (HLP) and state-of-the-art machine learning methods in emotion recognition on the TESS dataset. The source code of this paper is publicly available at Iterative-Feature-Boosting-for-Explainable-Speech-Emotion-Recoanition.
Citation and BibTeX
Alaa Nfissi, Wassim Bouachir, Nizar Bouguila, Brian Mishara. (2023). Iterative Feature Boosting for Explainable Speech Emotion Recognition. 2023 22nd IEEE International Conference on Machine Learning and Applications (ICMLA), 543–549. https://doi.org/10.1109/ICMLA58977.2023.00081
@inproceedings{nfissi-iterative-feature-boosting-2023,
title = {Iterative Feature Boosting for Explainable Speech Emotion Recognition},
author = {Nfissi, Alaa and Bouachir, Wassim and Bouguila, Nizar and Mishara, Brian},
year = {2023},
booktitle = {2023 22nd IEEE International Conference on Machine Learning and Applications (ICMLA)},
doi = {10.1109/ICMLA58977.2023.00081},
url = {https://doi.org/10.1109/ICMLA58977.2023.00081},
pages = {543--549}
}Research projects
- 01
Projects
Explainable feature boosting
Using feature attribution to refine acoustic representations and examine model decisions.
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