Overall Results
We will first go through the overall results of our various models.
Note that the model names are in the following format: network_feature_{in/out_dist}.
Experiment | Accuracy | Test 1 | ROC AUC | EER |
WaveRNN_wave_I | 0.653 | 0.649 | 0.6527 | 0.3502 |
WaveLSTM_wave_I | 0.749 | 0.742 | 0.7494 | 0.2640 |
ShallowCNN_lfcc_O | 0.937 | 0.939 | 0.9366 | 0.0926 |
TSSD_wave_O | 0.956 | 0.957 | 0.9561 | 0.0561 |
SimpleLSTM_mfcc_I | 0.960 | 0.960 | 0.9601 | 0.0404 |
SimpleLSTM_lfcc_O | 0.965 | 0.965 | 0.9651 | 0.0441 |
SimpleLSTM_lfcc_I | 0.996 | 0.996 | 0.9962 | 0.0042 |
ShallowCNN_mfcc_I | 0.997 | 0.997 | 0.9968 | 0.0049 |
TSSD_wave_I | 0.999 | 0.999 | 0.9994 | 0.0011 |
ShallowCNN_lfcc_I | 1.000 | 1.000 | 0.9796 | 0.0204 |