Proteus: Automated Adversarial Robustness Testing for Audio Deepfake Detectors
Authors: Nicolas M. Müller, Aditya Tirumala Bukkapatnam, Zohaib Ahmed
Published: 2026-06-28 18:14:28+00:00
AI Summary
Proteus is an automated robustness testing framework for audio deepfake detectors that systematically searches for sequences of audio transformations capable of fooling detectors while preserving speech quality. It employs both a breadth-first search and a Q-learning agent to discover these adversarial augmentation chains. The framework has been deployed against a production detector, revealing vulnerabilities that are then used for targeted retraining to harden the detection system.
Abstract
We present Proteus, a framework developed at Resemble AI for automated robustness testing of our audio deepfake detection system. Given a detector, Proteus systematically searches over sequences of everyday audio transformations (codec transcoding, additive noise, reverberation, dynamic-range compression, and VoIP simulation) to find combinations that fool the detector while preserving speech quality. We propose two complementary search strategies: (1) a breadth-first search that exhaustively maps augmentation effectiveness across the parameter space, and (2) a Q-learning agent designed to efficiently discover deeper attack chains by exploiting structural patterns in the BFS data. We report findings from continuous deployment of Proteus against our production detector, showing that specific augmentation chains can reliably flip detection verdicts while preserving speech intelligibility and speaker identity. We discuss how these findings are used to harden the detector through targeted retraining.