This repository contains the code needed to reproduce the experiments in (Triantafyllopoulos and Schuller, 2024).
main.py: code used to start training, utilizinghydraconfiguration files inconfigsmodels.py: code to create modelsdata.py: implementation of datasetsevaluate.py: code to compute Gini index and CIsiswf.py: code to create ISWF plotspredict_test_msp.py: code to evalute on MSP test setspeaker_plot.py: code to plot speaker-level UAR (not used in paper)training.py: code implementing training
- Download MSP-Podcast and FAU-AIBO manually. To do this, you need an EULA with the dataset owners.
- Run
main.py. You will be asked to provide therootfor the data and theresults-rootto store your results. - (Optional) Run
evaluate.pyandiswf.pyto run the detailed evaluations of the paper.
Adaptation CSVs are included under adaptation-sets for each dataset/task.
Only filenames are included (need to request datasets from respective owners).
Triantafyllopoulos, A., Schuller, B., (2024), "Enrolment-based personalisation for improving individual-level fairness in speech emotion recognition," Proc. INTERSPEECH, Kos Island, Greece, (accepted).
@inproceedings{Triantafyllopoulos24-EPF
author={Triantafyllopoulos, Andreas, and Schuller, Björn},
title={Enrolment-based personalisation for improving individual-level fairness in speech emotion recognition},
year={2024},
booktitle={Proc. INTERSPEECH},
address={Kos Island, Greece}
}
