ASSDOct 23, 2020

A Cross-Verification Approach for Protecting World Leaders from Fake and Tampered Audio

arXiv:2010.12173v1
Originality Incremental advance
AI Analysis

This addresses the problem of detecting fake or tampered audio for security and media verification, though it is incremental as it builds on existing verification methods.

The paper tackles verifying the authenticity of world leaders' speech recordings by cross-verifying questionable audio against trusted references, achieving 99.7% accuracy in alignment and a 0.43% equal error rate in frame classification.

This paper tackles the problem of verifying the authenticity of speech recordings from world leaders. Whereas previous work on detecting deep fake or tampered audio focus on scrutinizing an audio recording in isolation, we instead reframe the problem and focus on cross-verifying a questionable recording against trusted references. We present a method for cross-verifying a speech recording against a reference that consists of two steps: aligning the two recordings and then classifying each query frame as matching or non-matching. We propose a subsequence alignment method based on the Needleman-Wunsch algorithm and show that it significantly outperforms dynamic time warping in handling common tampering operations. We also explore several binary classification models based on LSTM and Transformer architectures to verify content at the frame level. Through extensive experiments on tampered speech recordings of Donald Trump, we show that our system can reliably detect audio tampering operations of different types and durations. Our best model achieves 99.7% accuracy for the alignment task at an error tolerance of 50 ms and a 0.43% equal error rate in classifying audio frames as matching or non-matching.

Foundations

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

Your Notes