GithubHelp home page GithubHelp logo

dwformer's Introduction

DWFormer: Dynamic Window Transformer for Speech Emotion Recognition

This work is accepted by ICASSP 2023.

The paper link is:

https://ieeexplore.ieee.org/abstract/document/10094651

https://arxiv.org/abs/2303.01694

Data and Pretrained Model Preparation

The feature we used is from WavLM-Large, which could be downloaded from https://github.com/microsoft/unilm/tree/master/wavlm.

Download the IEMOCAP dataset from https://sail.usc.edu/iemocap/

Download the Meld dataset from https://affective-meld.github.io

Feature extraction:

Feature extraction file is in ./Feature_extractor/data_preprocess.py

To process data in batches, we pad the data into the same length. The length of the data in IEMOCAP is 324, while the length in Meld is 226.

python data_preprocess.py

Dataset:

python ./IEMOCAP/Dataset.py

python ./Meld/Dataset.py

Training & Evaluating:

The files are IEMOCAP/train.py & MELD/train.py

The name of the model file is model.py

python ./IEMOCAP/train.py

python ./Meld/train.py

Citation:

S. Chen, X. Xing, W. Zhang, W. Chen and X. Xu, "DWFormer: Dynamic Window Transformer for Speech Emotion Recognition," ICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Rhodes Island, Greece, 2023, pp. 1-5, doi: 10.1109/ICASSP49357.2023.10094651.

dwformer's People

Contributors

scutcsq 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.