Coder Social home page Coder Social logo

multimodal-semor's Introduction

Multimodal Speech Emotion Recognition Using Modality-specific Self-Supervised Frameworks

Link to article: here

Preparation

Dataset

To run our code, choose between obtaining the dataset from this link or accessing our preprocessed data here. For the processed data, unzip and save it in the data folder after download. If opting for the complete IEMOCAP data, unzip it and process using the file here(scripts/data collected.ipynb) or use !python mocap_data_collect.py.

The dataset includes around ten emotions, but our study focuses on four: anger, neutral, excitement, and sadness. The processed data file exclusively contains these emotions. If you want more detected emotions, process the data independently.

How to run file:

After data processing:

  1. Run any of these files (Speech, TextBERT, MotionCap)

    • Speech_Wav2vec: for training on speech only. Find fine-tuning details here.

    Speech data was processed separately.

    • TextBERT: for training on text.
    • MotionCap: for training on motion capture (Mocap_Rotate_Adam or SGD).
    • Concatenation: used to train all three modalities (speech + text + motion capture).
  2. Additional files can be run for comparison purposes (Pairwise_Concat and Ablation):

    • Pairwise_Concatenation: combines two modalities instead of three.
    • Ablation: includes concatenation files trained using different optimizers.

Where to run the code:

The code can be executed on Google Colab, Kaggle, or create your own environment on your machine.

The files most pertinent...
.
├── ...
├── codes                    
│       ├── Ablation          
│   ├── Speech_Wav2vec
|   ├── TextBERT
|   ├── Mocap_Rotate_...         
│   └── Concatenation_...                
├── data
└── Readme 

Reference

Please refer to our article for more details.

 

@misc{patamia2023multimodal, title={Multimodal Speech Emotion Recognition Using Modality-specific Self-Supervised Frameworks}, author={Rutherford Agbeshi Patamia and Paulo E. Santos and Kingsley Nketia Acheampong and Favour Ekong and Kwabena Sarpong and She Kun}, year={2023} }

multimodal-semor's People

Contributors

ruddy202 avatar

Stargazers

Philipp Flotho avatar Fei Wang avatar

Watchers

 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.