Git Product home page Git Product logo

icassp2022-depression's Introduction

ICASSP2022-Depression

Automatic Depression Detection: a GRU/ BiLSTM-based Model and An Emotional Audio-Textual Corpus

https://arxiv.org/pdf/2202.08210.pdf

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

Code

  • Regression
    • audio_bilstm_perm.py: train audio network
    • text_bilstm_perm.py: train text network
    • fuse_net.py: train multi-modal network
  • Classification
    • audio_features_whole.py: extract audio features
    • text_features_whole.py: extract text features
    • audio_gru_whole.py: train audio network
    • text_bilstm_whole.py: train text network
    • fuse_net_whole.py: train fuse network

Dataset: EATD-Corpus

The EATD-Corpus is a dataset consist of audio and text files of 162 volunteers who received counseling.

How to download

The EATD-Corpus can be downloaded at https://1drv.ms/u/s!AsGVGqImbOwYhHUHcodFC3xmKZKK?e=mCT5oN. Password: Ymj26Uv5

How to use

Training set contains data from 83 volunteers (19 depressed and 64 non-depressed).

Validation set contains data from 79 volunteers (11 depressed and 68 non-depressed).

Each folder contains depression data for one volunteer.

  • {positive/negative/neutral}.wav: Raw audio in wav
  • {positive/negative/neutral}_out.wav: Preprocessed audio. Preprocessing operations include denoising and de-muting
  • {positive/negative/neutral}.txt: Audio translation
  • label.txt: Raw SDS score
  • new_label.txt: Standard SDS score (Raw SDS score multiplied by 1.25)

icassp2022-depression's People

Contributors

fancy-block avatar speechandlanguageprocessing 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.