CLLGSDSep 22, 2017

Attention-based Wav2Text with Feature Transfer Learning

arXiv:1709.07814v18 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in speech recognition by eliminating the need for predefined alignments and hand-engineered models, though it is incremental as it builds on existing attention and transfer learning techniques.

The authors tackled the problem of information loss in conventional automatic speech recognition by developing the first end-to-end attention-based encoder-decoder model that processes raw speech waveforms directly to text transcription, achieving better results than models using standard filterbank features.

Conventional automatic speech recognition (ASR) typically performs multi-level pattern recognition tasks that map the acoustic speech waveform into a hierarchy of speech units. But, it is widely known that information loss in the earlier stage can propagate through the later stages. After the resurgence of deep learning, interest has emerged in the possibility of developing a purely end-to-end ASR system from the raw waveform to the transcription without any predefined alignments and hand-engineered models. However, the successful attempts in end-to-end architecture still used spectral-based features, while the successful attempts in using raw waveform were still based on the hybrid deep neural network - Hidden Markov model (DNN-HMM) framework. In this paper, we construct the first end-to-end attention-based encoder-decoder model to process directly from raw speech waveform to the text transcription. We called the model as "Attention-based Wav2Text". To assist the training process of the end-to-end model, we propose to utilize a feature transfer learning. Experimental results also reveal that the proposed Attention-based Wav2Text model directly with raw waveform could achieve a better result in comparison with the attentional encoder-decoder model trained on standard front-end filterbank features.

Foundations

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

Your Notes