https://github.com/bagustris/apsipa2019_speechtext

Repository for code and paper submitted for APSIPA 2019, Lanzhou, China

https://github.com/bagustris/apsipa2019_speechtext

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Repository for code and paper submitted for APSIPA 2019, Lanzhou, China

Basic Info
  • Host: GitHub
  • Owner: bagustris
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 589 KB
Statistics
  • Stars: 23
  • Watchers: 1
  • Forks: 5
  • Open Issues: 9
  • Releases: 0
Created over 7 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

APSIPA2019_SpeechText

Repository for code, paper, and slide ~submitted~ presented ~for~ at APSIPA 2019:

Speech emotion recognition Using Speech Feature and Word Embedding

Pre-processing:
Run the following file with some adjusments (location of IEMOCAP data, output file name, etc.).
https://github.com/bagustris/Apsipa2019SpeechText/blob/master/code/pythonfiles/mocapdatacollect.py

Main codes:
- speeh_emo.ipynb: for speech emotion recognition - text_emo.ipynb: for text emotion recognition - speech_text.ipynb: for speech and text emotion recognition (main proposal)

Other (python) files can be explored and run indepently.

In case of the jupyter notebook is not rendered by Github, see the following nbviewer instead: - https://nbviewer.jupyter.org/github/bagustris/Apsipa2019SpeechText/blob/master/code/pythonfiles/speechemo.ipynb - https://nbviewer.jupyter.org/github/bagustris/Apsipa2019SpeechText/blob/master/code/pythonfiles/textemo.ipynb - https://nbviewer.jupyter.org/github/bagustris/Apsipa2019SpeechText/blob/master/code/pythonfiles/speech_text.ipynb

By employing acoustic feature from voice parts of speech and word embedding from text we got boost accuracy of 75.49%. Here the list of obtained accuracy from different models (Text+Speech):

~~~~

Model | Accuracy (%)

Dense+Dense | 63.86 Conv1D+Dense | 68.82 LSTM+BLSTm | 69.13

LSTM+Dense | 75.49

~~~~

Sample of feature

Due to Github's limitation, a sample of feature can be downloaded here (voiced feature without SIL removal): https://cloud.degoo.com/share/Ov563dopNnEW14jNDeBig. You can use the following script inside `code/pythonfiles` directory to generate that feature file: https://github.com/bagustris/Apsipa2019SpeechText/blob/master/code/pythonfiles/save_feature.py

Citation

~~~latex B.T. Atmaja, M. Akagi, K. Shirai. "Speech Emotion Recognition from Speech Feature and Word Embedding", In Asia Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA), IEEE, 2019. ~~~

Owner

  • Name: Bagus Tris Atmaja
  • Login: bagustris
  • Kind: user
  • Location: Tsukuba
  • Company: AIST

Researcher @aistairc @VibrasticLab

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 26
  • Total Committers: 1
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bagus Tris Atmaja b****s@y****m 26

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 8
  • Total pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Total issue authors: 6
  • Total pull request authors: 1
  • Average comments per issue: 4.75
  • Average comments per pull request: 0.89
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • raniaahmed123 (3)
  • noadore (1)
  • hibxhhihey (1)
  • Chenpuh (1)
  • syt0321 (1)
  • Anjan0122 (1)
Pull Request Authors
  • dependabot[bot] (11)
Top Labels
Issue Labels
Pull Request Labels
dependencies (11)

Dependencies

requirements.txt pypi
  • Keras ==2.3.1
  • gensim ==3.8.1
  • tensorflow ==1.15.5