ASCLSDNov 2, 2022

Variable Attention Masking for Configurable Transformer Transducer Speech Recognition

arXiv:2211.01438v221 citationsh-index: 40
Originality Incremental advance
AI Analysis

This is an incremental improvement for speech recognition systems, enabling more flexible model deployment.

This work tackles the problem of building a single configurable transformer transducer model for speech recognition across different deployment scenarios, showing that chunked masking improves accuracy-latency trade-offs and variable masking boosts accuracy by up to 8% relative in acoustic rescoring.

This work studies the use of attention masking in transformer transducer based speech recognition for building a single configurable model for different deployment scenarios. We present a comprehensive set of experiments comparing fixed masking, where the same attention mask is applied at every frame, with chunked masking, where the attention mask for each frame is determined by chunk boundaries, in terms of recognition accuracy and latency. We then explore the use of variable masking, where the attention masks are sampled from a target distribution at training time, to build models that can work in different configurations. Finally, we investigate how a single configurable model can be used to perform both first pass streaming recognition and second pass acoustic rescoring. Experiments show that chunked masking achieves a better accuracy vs latency trade-off compared to fixed masking, both with and without FastEmit. We also show that variable masking improves the accuracy by up to 8% relative in the acoustic re-scoring scenario.

Foundations

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

Your Notes