Speaker Recognition using MFCC and GMM

11 ビュー (過去 30 日間)
Shaikha Hajri
Shaikha Hajri 2011 年 2 月 20 日
回答済み: Brian Hemmat 2020 年 3 月 20 日
I've run the system using the following for training: Speech data(NTIMIT) --> MFCC (feature extraction) --> GMM (modeling)
for testing:
Speech data(NTIMIT)--> MFCC (feature extraction) --> EM (scores)
the accuracy I am getting is 44% for 461 speakers. it was confirmed by 2 at least(1. Reynolds. 2. Patra) that running such system should give an accuracy of 60.8% for 630 speakers i have done lots of changes in terms of sampling frequency (mainly 8000 or 16000), number of MFCC cepstums, number of MFCC mixtures and iterations and the window size and that was the best percentage I could get.
I am using an MFCC and GMM codes which gave good result with TIMIT
advice would be really appreciated
  1 件のコメント
hanieh rafiee
hanieh rafiee 2017 年 2 月 21 日
hi how use mfcc with gmm in matlab? please help me

サインインしてコメントする。

採用された回答

mamdouh
mamdouh 2011 年 5 月 4 日
i can tell that you should give more attention to the training data and the prepossessing step .... you can use PCA algorithm for dimensionality reduction and the class separability measure i think it may help
and if you can help me with code of the mfcc and the gmm i'll be thankful Regards.
  2 件のコメント
Shaikha Hajri
Shaikha Hajri 2011 年 5 月 6 日
PCA didnt work as expected and dimentionality reduction helps mostly in execution time and degraded the accuracy!
you can get the codes from the VOICEBOX: http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html
VINAY
VINAY 2013 年 4 月 16 日
Hi, You can use DTW algorithm for matching the speech files and speaker recognition.

サインインしてコメントする。

その他の回答 (1 件)

Brian Hemmat
Brian Hemmat 2020 年 3 月 20 日
Audio Toolbox provides several examples for speaker recognition (both identification and verification):

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by