Giter Club home page Giter Club logo

hi_kia's Introduction

Hi, KIA: A Speech Emotion Recognition Dataset for Wake-Up Words

Wake-up word emotion recognition is a task to capture the speakers’ emotional state using short lexically-matched speech such as Ok Google or Hey Siri.

Reference

Hi, KIA: A Speech Emotion Recognition Dataset for Wake-Up Words [ArXiv]

@inproceedings{kim2022hi,
  title={Hi, KIA: A Speech Emotion Recognition Dataset for Wake-Up Words},
  author={Taesu Kim, SeungHeon Doh, Gyunpyo Lee, Hyung seok Jun, Juhan Nam, Hyeon-Jeong Suk},
  booktitle={Proceedings of the 14th Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA)},
  year={2022}
}

Requirements

  1. Install python and PyTorch:

    • python==3.7
    • pytorch-lightning==1.4.9 (important!)
    • torch==1.7.1 (Please install it according to your CUDA version.)
  2. Other requirements:

    • pip install -r requirements.txt
conda create -n YOUR_ENV_NAME python=3.7
conda activate YOUR_ENV_NAME
pip install -r requirements.txt

Training

  1. Download the data files from HERE

  2. Preprocessing audio: resampling to 16000

     python preprocessing.py
    
  3. Transfer Learning training options:

     python train.py --freeze_type none
     python train.py --freeze_type feature # best option
     python train.py --freeze_type context
     python train.py --freeze_type all
    

Reproduce results in paper

Fore more examples, check bash files under scripts folder.

Inference using your own data (WIP)

hi_kia's People

Contributors

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