Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AutoSpeech: Neural Architecture Search for Speaker Recognition

About

Speaker recognition systems based on Convolutional Neural Networks (CNNs) are often built with off-the-shelf backbones such as VGG-Net or ResNet. However, these backbones were originally proposed for image classification, and therefore may not be naturally fit for speaker recognition. Due to the prohibitive complexity of manually exploring the design space, we propose the first neural architecture search approach approach for the speaker recognition tasks, named as AutoSpeech. Our algorithm first identifies the optimal operation combination in a neural cell and then derives a CNN model by stacking the neural cell for multiple times. The final speaker recognition model can be obtained by training the derived CNN model through the standard scheme. To evaluate the proposed approach, we conduct experiments on both speaker identification and speaker verification tasks using the VoxCeleb1 dataset. Results demonstrate that the derived CNN architectures from the proposed approach significantly outperform current speaker recognition systems based on VGG-M, ResNet-18, and ResNet-34 back-bones, while enjoying lower model complexity.

Shaojin Ding, Tianlong Chen, Xinyu Gong, Weiwei Zha, Zhangyang Wang• 2020

Related benchmarks

TaskDatasetResultRank
Speaker VerificationVoxCeleb1 (test)
Cosine EER8.95
80
Speaker VerificationVoxCeleb 1 (verification)
EER8.95
22
Speaker IdentificationVoxCeleb identification 1
Top-1 Accuracy87.66
6
Showing 3 of 3 rows

Other info

Code

Follow for update