ASLGSDMLSep 14, 2019

An Investigation Into On-device Personalization of End-to-end Automatic Speech Recognition Models

arXiv:1909.06678v164 citations
Originality Incremental advance
AI Analysis

This work addresses data privacy and scalability issues for speech-impaired users by enabling secure, on-device model training, though it is incremental as it adapts existing personalization methods to mobile constraints.

The paper tackles the problem of speaker-independent speech recognition systems not generalizing well for users with different speech characteristics by investigating on-device personalization of end-to-end models, achieving a 58.1% relative word error rate reduction in a mobile environment with an 18.7% performance degradation compared to server training.

Speaker-independent speech recognition systems trained with data from many users are generally robust against speaker variability and work well for a large population of speakers. However, these systems do not always generalize well for users with very different speech characteristics. This issue can be addressed by building personalized systems that are designed to work well for each specific user. In this paper, we investigate the idea of securely training personalized end-to-end speech recognition models on mobile devices so that user data and models never leave the device and are never stored on a server. We study how the mobile training environment impacts performance by simulating on-device data consumption. We conduct experiments using data collected from speech impaired users for personalization. Our results show that personalization achieved 63.7\% relative word error rate reduction when trained in a server environment and 58.1% in a mobile environment. Moving to on-device personalization resulted in 18.7% performance degradation, in exchange for improved scalability and data privacy. To train the model on device, we split the gradient computation into two and achieved 45% memory reduction at the expense of 42% increase in training time.

Foundations

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

Your Notes