IoannisKansizoglou / Active-Emotion-Recognition

An online emotion recognition classifier using audio-visual modalities and deep reinforcement learning.
MIT License
9 stars 2 forks source link

Questions about the implementation. #2

Open MaFuyan opened 4 years ago

MaFuyan commented 4 years ago

Nice work. However, I didn't found the confidence estimation part and REINFORCE algorithms in this repository. It seems that you just implement the audio-visual emotion classification part. Would you mind making those parts open-sourced? If I misunderstood something, please feel free to point it out.

IoannisKansizoglou commented 4 years ago

Hey, you 're totally right about that! The initial code of the paper has been developed in Tensorflow 1.7 (sadly not available at the moment) and now I'm gradually attempting to transfer it in Pytorch. I 'm aiming for a final commit with the whole pipeline in December.. Thank you for your interest. Open for any question or discussion about the method.

MaFuyan commented 4 years ago

Aha~Thanks for your quick reply. This work is pretty interesting, especially in HRI. I used to think how to use the change of emotions as a reward-penalty function to achieve natural HRI. But I didn't find it out :( Although your work didn't provide an explicit solution to my problem, it is indeed a nice attempt to do that. Look forward to your whole project. (And maybe we can work together to produce an extended work. )