Skip to content

Deep Learning approach for audio-based user authentication.

Notifications You must be signed in to change notification settings

talg2324/audio_id

Repository files navigation

audio_id

Course project on continuous audio signal monitoring including collection, processing, and authentication. Deep Learning approach for audio-based user authentication.

Project Flow

The goal of this project is to utilize mel coefficient features and deep learning for user authentication by voice analysis. We implement various temporal-spectral features with no prior knowledge and learn the best features for this task:

  1. Collect sound data with the data_acq_gui script.

  1. Perform feature analysis to analyze quality of various sound features

  1. Build a CNN model optimizing all possible combinations of features to detect the best feature combination
  2. Train a CNN and save weights
  3. Evaluate the CNN with ROC and PRC curves, measure AUC, and evaluate various working points (max sensitivity, max specificity, max accuracy)

About

Deep Learning approach for audio-based user authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published