Giter Site home page Giter Site logo

active-emotion-recognition's Introduction

An Active Learning Paradigm for Online Audio-Visual Emotion Recognition

This repository contains the official code for developing an online emotion recognition classifier using audio-visual modalities and deep reinforcement learning techniques introduced here.

Combined with corresponding repositories for preprocessing unimodal and multi-modal emotional datasets, like AffectNet, IEMOCAP, RML, BAUM-1, to produce the papers results.

Preprocessing codes for AffectNet, IEMOCAP and RML are provided by the authors, here, here and here, respectively.

If you find this repository useful in your research, please consider citing:

@article{kansizoglou2019active,
  title={An Active Learning Paradigm for Online Audio-Visual Emotion Recognition},
  author={Kansizoglou, Ioannis and Bampis, Loukas and Gasteratos, Antonios},
  journal={IEEE Transactions on Affective Computing},
  year={2019}
}

Prerequisites

  • Vggish weights converted to PyTorch from this repository and included in ./data/weights/ path with name pytorch_vggish.pth.

  • Provided code is tested in Python 3.7.4 and Pytorch 1.4.0.

Key Notes from Paper

TO BE UPDATED

Training Strategies













Inputs Format

The params.json sets the training hyper-parameters, the exploited modality from the set {"audio", "visual", "fusion"} and the name of the speaker that is subtracted from the training dataset for evaluation. Note that Leave-One-Speaker-Out and Leave-One-Speakers-Group-Out schemes are adopted. The names of the two files shall be training_data.csv and evaluation_data.csv

The following models are trained through two .csv files, including the paths of the training and evaluation samples, respectively. Those files shall be stored inside ./data/speaker_folder, where speaker_folder shall be given to the "speaker" variable in the params.json file.

Usage

Run python3 main.py train or simply python3 main.py to train the model.

In order to test the model on the validation data run python3 main.py test.

active-emotion-recognition's People

Contributors

ioanniskansizoglou avatar

Stargazers

 avatar  avatar  avatar Lakshay Virmani avatar Kosmas Tsiakas avatar I.T. Papapetros avatar Konstantinos Tsintotas avatar  avatar

Watchers

James Cloos avatar  avatar

active-emotion-recognition's Issues

Questions about the implementation.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.