Content Anonymization for Privacy in Long-form Audio

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

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

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

Topics

Code references

Best for: Research Scientist, CTO, VP of Engineering/Data, AI Scientist, MLOps Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.