Pitch Imperfect: Detecting Audio Deepfakes Through Acoustic Prosodic Analysis
Kevin Warren, Daniel Olszewski, Seth Layton, Kevin Butler, Carrie Gates, Patrick Traynor
TL;DR
This work proposes a prosody-based approach to detecting audio deepfakes by leveraging high-level linguistic features such as fundamental frequency, intonation, jitter, shimmer, and harmonic-to-noise ratio. By training an LSTM-based detector on six prosodic features and enhancing interpretability with attention, the authors achieve 93% accuracy and an EER of 24.7% on the ASVspoof2021 deepfake track, comparable to contemporary baselines. They also test robustness against an adaptive $L_{ abla_fty}$-norm attack, showing that baseline spectral detectors are vulnerable while the prosody-based model remains largely stable, highlighting the value of linguistic features for long-term resilience. The study further demonstrates explainability by identifying the most influential prosodic cues (notably jitter, shimmer, and mean $F_0$) and provides a companion website with examples, underscoring practical implications for forensic and security applications and encouraging future integration of prosody in deepfake defense. This work thus marks a step toward combining linguistics and machine learning to build more robust, interpretable defenses against evolving audio deepfake threats.
Abstract
Audio deepfakes are increasingly in-differentiable from organic speech, often fooling both authentication systems and human listeners. While many techniques use low-level audio features or optimization black-box model training, focusing on the features that humans use to recognize speech will likely be a more long-term robust approach to detection. We explore the use of prosody, or the high-level linguistic features of human speech (e.g., pitch, intonation, jitter) as a more foundational means of detecting audio deepfakes. We develop a detector based on six classical prosodic features and demonstrate that our model performs as well as other baseline models used by the community to detect audio deepfakes with an accuracy of 93% and an EER of 24.7%. More importantly, we demonstrate the benefits of using a linguistic features-based approach over existing models by applying an adaptive adversary using an $L_{\infty}$ norm attack against the detectors and using attention mechanisms in our training for explainability. We show that we can explain the prosodic features that have highest impact on the model's decision (Jitter, Shimmer and Mean Fundamental Frequency) and that other models are extremely susceptible to simple $L_{\infty}$ norm attacks (99.3% relative degradation in accuracy). While overall performance may be similar, we illustrate the robustness and explainability benefits to a prosody feature approach to audio deepfake detection.
