SDCRLGASFeb 23, 2022

Differentially Private Speaker Anonymization

arXiv:2202.11823v250 citations
Originality Highly original
AI Analysis

This work addresses privacy risks in sharing speech data for voice-based services by providing a provably private anonymization method, which is a novel improvement over brittle prior techniques.

The paper tackled the problem of speaker anonymization in speech data by showing that existing disentanglement methods leak speaker information, and introduced differentially private feature extractors to generate speech with provable privacy guarantees. Experimental results on LibriSpeech showed high utility for automatic speech recognition while significantly improving protection against strong adversaries.

Sharing real-world speech utterances is key to the training and deployment of voice-based services. However, it also raises privacy risks as speech contains a wealth of personal data. Speaker anonymization aims to remove speaker information from a speech utterance while leaving its linguistic and prosodic attributes intact. State-of-the-art techniques operate by disentangling the speaker information (represented via a speaker embedding) from these attributes and re-synthesizing speech based on the speaker embedding of another speaker. Prior research in the privacy community has shown that anonymization often provides brittle privacy protection, even less so any provable guarantee. In this work, we show that disentanglement is indeed not perfect: linguistic and prosodic attributes still contain speaker information. We remove speaker information from these attributes by introducing differentially private feature extractors based on an autoencoder and an automatic speech recognizer, respectively, trained using noise layers. We plug these extractors in the state-of-the-art anonymization pipeline and generate, for the first time, private speech utterances with a provable upper bound on the speaker information they contain. We evaluate empirically the privacy and utility resulting from our differentially private speaker anonymization approach on the LibriSpeech data set. Experimental results show that the generated utterances retain very high utility for automatic speech recognition training and inference, while being much better protected against strong adversaries who leverage the full knowledge of the anonymization process to try to infer the speaker identity.

Foundations

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

Your Notes