Mobile phone speaker recognition

Today in a society with well-developed technology, a high penetration rate of mobile devices clearly illustrated how well-woven our portable phones are, into our lives. Therefore, security and privacy is a growing issue. To solve this, biometric systems such as speaker recognition can be used to inc...

Full description

Saved in:
Bibliographic Details
Main Author: Thang, Hui Ru.
Other Authors: Chng Eng Siong
Format: Final Year Project
Language:English
Published: 2013
Subjects:
Online Access:http://hdl.handle.net/10356/55031
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Today in a society with well-developed technology, a high penetration rate of mobile devices clearly illustrated how well-woven our portable phones are, into our lives. Therefore, security and privacy is a growing issue. To solve this, biometric systems such as speaker recognition can be used to increase protection level and security. The purpose of this project is to implement a speaker recognition system in Android platform, on S3. The system should allow users to record his speech utterance, extract MFCC features and test it against the speaker’s model. If the utterance is from the speaker, the system should accept it and reject if otherwise. Server-client architecture is used, where UBM is trained at server side and preloaded into android devices (client) in order to perform the verification task. Experimental results showed peak performance when 256 GMM was used. Above that, the problem of over-fitting occurs. More training data can be supplied and experiments can be extended to out-of set testing. Future enhancement includes storing the UBM online in a database to avoid manual transfer of UBM when large number of clients is used. The current verification system can also act as a baseline system and be compared with other systems created in the future, such as iVector and GMM-SVM.