SDAIASAug 9, 2021

Time-Frequency Localization Using Deep Convolutional Maxout Neural Network in Persian Speech Recognition

arXiv:2108.03818v41 citations
Originality Incremental advance
AI Analysis

This work addresses speech recognition for Persian speakers, presenting an incremental improvement by combining existing methods like CNNs, maxout, and dropout to enhance accuracy and training efficiency.

The paper tackles the problem of improving Persian speech recognition by proposing a Time-Frequency Convolutional Maxout Neural Network (TFCMNN) that applies parallel time-domain and frequency-domain 1D-CMNNs to spectrograms, resulting in a 1.6% higher average recognition score and about 17 hours lower training time compared to conventional 1D-CMNN models.

In this paper, a CNN-based structure for the time-frequency localization of information is proposed for Persian speech recognition. Research has shown that the receptive fields' spectrotemporal plasticity of some neurons in mammals' primary auditory cortex and midbrain makes localization facilities improve recognition performance. Over the past few years, much work has been done to localize time-frequency information in ASR systems, using the spatial or temporal immutability properties of methods such as HMMs, TDNNs, CNNs, and LSTM-RNNs. However, most of these models have large parameter volumes and are challenging to train. For this purpose, we have presented a structure called Time-Frequency Convolutional Maxout Neural Network (TFCMNN) in which parallel time-domain and frequency-domain 1D-CMNNs are applied simultaneously and independently to the spectrogram, and then their outputs are concatenated and applied jointly to a fully connected Maxout network for classification. To improve the performance of this structure, we have used newly developed methods and models such as Dropout, maxout, and weight normalization. Two sets of experiments were designed and implemented on the FARSDAT dataset to evaluate the performance of this model compared to conventional 1D-CMNN models. According to the experimental results, the average recognition score of TFCMNN models is about 1.6% higher than the average of conventional 1D-CMNN models. In addition, the average training time of the TFCMNN models is about 17 hours lower than the average training time of traditional models. Therefore, as proven in other sources, time-frequency localization in ASR systems increases system accuracy and speeds up the training process.

Foundations

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

Your Notes