Coder Social home page Coder Social logo

trellixvulnteam / mmer_3ef5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sreyan88/mmer

0.0 0.0 0.0 773 KB

This repository contains code for the paper: MMER: Multimodal Multi-task learning for Emotion Recognition in Spoken Utterances

Shell 0.14% Python 99.86%

mmer_3ef5's Introduction

MMER

This repository contains code for the paper MMER: Multimodal Multi-task learning for Emotion Recognition in Spoken Utterances

Proposed MMER Architecture:

Proposed Architecture :

Tu run our model, first download roberta embeddings using gdown with this link in the data folder. Then prepare and extract IEMOCAP audio files in data/audio using instructions in data_prep folder.

To run our sota implementation of MMER in the paper, please run:

sh best_run.sh path_to_audio_files \  
path_to_roberta_embeddings \  
path_to_iemocap_csv \  
path_to_save_directory

To run other variants, please change the arguments accordingly. Some main arguments are listed below:

--run : you have 3 model variants you can run, cai_sota (implementation of the paper (https://www.isca-speech.org/archive/pdfs/interspeech_2021/cai21b_interspeech.pdf), unimodal_baseline (wav2vec-2.0 baseline) and mmer (our paper). 

--alpha : weight for CTC loss in the final loss  

Checkpoints

Model Link
cai_sota Link
unimodal_baseline Link
mmer (alpha=0) Link
mmer (alpha=0.1) Link
mmer (alpha=0.01) Link
mmer (alpha=0.001) Link

Note: The tar.gz files also have logs in them. The models and logs in the folder are in the format{validation_session}_model.pt and {validation_session}_stats.txt.

If you find this work useful, please do cite our paper:

@article{srivastava2022mmer,
  title={MMER: Multimodal Multi-task learning for Emotion Recognition in Spoken Utterances},
  author={Srivastava, Harshvardhan and Ghosh, Sreyan and Umesh, S},
  journal={arXiv preprint arXiv:2203.16794},
  year={2022}
}

mmer_3ef5's People

Contributors

sreyan88 avatar hvars avatar trellixvulnteam avatar patchtester avatar

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.