We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Improving Generalization of Transformer for Speech Recognition with Parallel Schedule Sampling and Relative Positional Embedding

Abstract: Transformer showed promising results in many sequence to sequence transformation tasks recently. It utilizes a number of feed-forward self-attention layers in the encoder and decoder to replace recurrent neural networks (RNN) in attention-based encoder decoder (AED). Self-attention layer learns temporal dependence by incorporating sinusoidal positional embedding of tokens in sequences for parallel computing. Quicker iteration speed in training than sequential operation of RNN can be obtained. The deeper layer of transformer also makes it perform better than RNN-based AED. However, this parallelization makes it hard to apply schedule sampling training. Self-attention with sinusoidal positional embedding may also cause performance degradations for longer sequence that has similar acoustic or semantic information at different positions. To address these problems, we propose to use parallel schedule sampling (PSS) and relative positional embedding (RPE) to help transformer generalize to unseen data. Our proposed methods achieve 7% relative improvement for short utterances and 30% absolute gains for long utterances on a 10,000-hour ASR task.
Comments: submitted to ICASSP2020
Subjects: Computation and Language (cs.CL); Audio and Speech Processing (eess.AS)
Cite as: arXiv:1911.00203 [cs.CL]
  (or arXiv:1911.00203v1 [cs.CL] for this version)

Submission history

From: Pan Zhou [view email]
[v1] Fri, 1 Nov 2019 05:16:12 GMT (48kb,D)
[v2] Mon, 30 Nov 2020 14:41:44 GMT (61kb,D)

Link back to: arXiv, form interface, contact.