Content Anonymization for Privacy in Long-form Audio
Summary
Existing voice anonymization techniques, successful for short utterances in benchmarks like the VoicePrivacy Challenge, are insufficient for long-form audio such as interviews or phone calls. This is because an attacker can exploit linguistic content—vocabulary, syntax, and turns of phrase—to re-identify speakers, even with disguised voices. This research proposes novel content anonymization approaches that perform contextual rewriting of Automatic Speech Recognition (ASR) transcripts within an ASR-Text-to-Speech (TTS) pipeline. The method uses LLM-based paraphrasing, specifically segment-based paraphrasing with models like Gemma-3-4B or GPT-5, to eliminate speaker-specific style while preserving meaning. Experiments on the Fisher Speech Corpus demonstrate that content-based attacks are effective against voice-only anonymization, but the proposed joint voice and content anonymization achieves an Equal Error Rate (EER) exceeding 50%, effectively mitigating this risk. The anonymized speech also shows improved naturalness with a UTMOS score of 3.14 compared to 2.09 for original audio.
Key takeaway
For MLOps Engineers deploying voice anonymization systems for long-form audio, you must integrate content anonymization to prevent re-identification via linguistic style. Implement contextual, LLM-based paraphrasing within your ASR-TTS pipeline. Prioritize segment-based approaches for robust privacy, ensuring defense against content-based attacks and achieving an EER exceeding 50%.
Key insights
Linguistic content in long-form audio is a privacy risk, requiring content anonymization beyond voice disguise.
Principles
- Long-form audio content is a biometric side-channel.
- Voice-only anonymization is insufficient for long-form audio.
- Contextual paraphrasing mitigates content-based re-identification.
Method
An ASR-TTS pipeline rewrites transcripts using LLM-based contextual paraphrasing on a sliding window of multiple utterances to eliminate speaker-specific style.
In practice
- Implement LLM-based paraphrasing in ASR-TTS pipelines.
- Use segment-based paraphrasing for better privacy.
- Consider open-weight models like Gemma-3-4B for on-device privacy.
Topics
- Voice Anonymization
- Content Anonymization
- Long-form Audio Privacy
- ASR-TTS Pipelines
- LLM Paraphrasing
- Speaker Re-identification
Code references
Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, MLOps Engineer, AI Security Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.