Wav2Letter: an End-to-End ConvNet-based Speech Recognition System

Ronan Collobert, Christian Puhrsch, Gabriel Synnaeve
2016
2 references

Abstract

This paper presents a simple end-to-end model for speech recognition, combining a convolutional network based acoustic model and a graph decoding. It is trained to output letters, with transcribed speech, without the need for force alignment of phonemes. We introduce an automatic segmentation criterion for training from sequence annotation without alignment that is on par with CTC while being simpler. We show competitive results in word error rate on the Librispeech corpus with MFCC features, and promising results from raw waveform.

1 repository
1 reference

Code References

pytorch/pytorch
1 file
benchmarks/functional_autograd_benchmark/torchaudio_models.py
1
L18 <https://arxiv.org/abs/1609.03193>`_ paper.
Link copied to clipboard!