CRCLSDASMLMay 11, 2019

Encrypted Speech Recognition using Deep Polynomial Networks

arXiv:1905.05605v132 citations
Originality Incremental advance
AI Analysis

This addresses privacy and security issues for users and enterprises sending sensitive audio data to cloud services, though it is incremental as it builds on existing encryption and neural network techniques.

The paper tackles privacy concerns in cloud-based speech recognition by proposing a deep polynomial network (DPN) that processes encrypted speech, enabling frame-level predictions without decrypting data, and demonstrates effectiveness on Switchboard and Cortana tasks with small performance degradation and latency increases.

The cloud-based speech recognition/API provides developers or enterprises an easy way to create speech-enabled features in their applications. However, sending audios about personal or company internal information to the cloud, raises concerns about the privacy and security issues. The recognition results generated in cloud may also reveal some sensitive information. This paper proposes a deep polynomial network (DPN) that can be applied to the encrypted speech as an acoustic model. It allows clients to send their data in an encrypted form to the cloud to ensure that their data remains confidential, at mean while the DPN can still make frame-level predictions over the encrypted speech and return them in encrypted form. One good property of the DPN is that it can be trained on unencrypted speech features in the traditional way. To keep the cloud away from the raw audio and recognition results, a cloud-local joint decoding framework is also proposed. We demonstrate the effectiveness of model and framework on the Switchboard and Cortana voice assistant tasks with small performance degradation and latency increased comparing with the traditional cloud-based DNNs.

Foundations

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

Your Notes