CLNov 12, 2016

Multi-Language Identification Using Convolutional Recurrent Neural Network

arXiv:1611.04010v24 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for automatic speaker recognition systems, focusing on a specific two-language classification task.

The paper tackled language identification for English and Spanish by comparing audio spectrum features with polyphonic sound sequences using a Convolutional Recurrent Neural Network with LSTM or GRU, finding that the proposed method outperformed traditional MFCC features with a unidirectional Deep Neural Network.

Language Identification, being an important aspect of Automatic Speaker Recognition has had many changes and new approaches to ameliorate performance over the last decade. We compare the performance of using audio spectrum in the log scale and using Polyphonic sound sequences from raw audio samples to train the neural network and to classify speech as either English or Spanish. To achieve this, we use the novel approach of using a Convolutional Recurrent Neural Network using Long Short Term Memory (LSTM) or a Gated Recurrent Unit (GRU) for forward propagation of the neural network. Our hypothesis is that the performance of using polyphonic sound sequence as features and both LSTM and GRU as the gating mechanisms for the neural network outperform the traditional MFCC features using a unidirectional Deep Neural Network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes