paper-with-me

Papers

AutoSpeech: Neural Architecture Search for Speaker Recognition

2020-05-07 · Shaojin Ding, Tianlong Chen, Xinyu Gong, Weiwei Zha, Zhangyang Wang

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.

📄 PDF Abstract BibTeX arXiv:2005.03215

Code (3)

TAMU-VITA/AutoSpeech 공식 구현 pytorch
JeongwookUm/TEST_AutoSpeech-master pytorch
VITA-Group/AutoSpeech pytorch

Tasks

image-classificationImage ClassificationNeural Architecture SearchSpeaker IdentificationSpeaker RecognitionSpeaker Verification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

AutoSpeech 2020: The Second Automated Machine Learning Challenge for Speech Classification

2020-10-25 · Jingsong Wang, Tom Ko, Zhen Xu, Xiawei Guo 외

The AutoSpeech challenge calls for automated machine learning (AutoML) solutions to automate the process of applying machine learning to speech processing tasks. These tasks, which cover a large variety of domains, will …

AutoMLBIG-bench Machine LearningGeneral Classification

Enhancing Speech Emotion Recognition via Fine-Tuning Pre-Trained Models and Hyper-Parameter Optimisation

2025-10-08 · Aryan Golbaghi, Shuo Zhou arxiv

We propose a workflow for speech emotion recognition (SER) that combines pre-trained representations with automated hyperparameter optimisation (HPO). Using SpeechBrain wav2vec2-base model fine-tuned on IEMOCAP as the en…

Speech Emotion Recognition

SpeechNAS: Towards Better Trade-off between Latency and Accuracy for Large-Scale Speaker Verification

2021-09-18 · Wentao Zhu, Tianlong Kong, Shun Lu, Jixiang Li 외

Recently, x-vector has been a successful and popular approach for speaker verification, which employs a time delay neural network (TDNN) and statistics pooling to extract speaker characterizing embedding from variable-le…

Neural Architecture SearchSpeaker RecognitionSpeaker VerificationText-Independent Speaker Recognition

The OCON model: an old but green solution for distributable supervised classification for acoustic monitoring in smart cities

2024-10-05 · Stefano Giacomelli, Marco Giordano, Claudia Rinaldi

This paper explores a structured application of the One-Class approach and the One-Class-One-Network model for supervised classification tasks, focusing on vowel phonemes classification and speakers recognition for the A…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClassificationNeural Architecture Search+3

Vocal Style Factorization for Effective Speaker Recognition in Affective Scenarios

2023-05-13 · Morgan Sandler, Arun Ross

The accuracy of automated speaker recognition is negatively impacted by change in emotions in a person's speech. In this paper, we hypothesize that speaker identity is composed of various vocal style factors that may be …

Speaker Recognition