Multi-Task Transformer for Explainable Speech Deepfake Detection via Formant Modeling
Viola Negroni, Luca Cuccovillo, Paolo Bestagini, Patrick Aichroth, Stefano Tubaro
TL;DR
The paper tackles the need for trustworthy, interpretable speech deepfake detection and introduces SFATNet-4, a lightweight multi-task transformer with separate magnitude and phase encoders and three frame-level decoders that jointly predict $F_0$, $F_1$, $F_2$, voicing, and the real/fake label, using time-axis segmentation for efficiency. It demonstrates that the model achieves competitive detection performance while offering built-in frame-level explanations via a pooling attention mechanism and a voicing mask, with robust results across four datasets and varying codecs. The findings show that integrating interpretability into model design can be achieved without sacrificing accuracy, supporting practical deployment in diverse real-world audio environments. Overall, SFATNet-4 advances interpretable, efficient speech deepfake detection by coupling auxiliary prosodic tasks with attention-based explanations.
Abstract
In this work, we introduce a multi-task transformer for speech deepfake detection, capable of predicting formant trajectories and voicing patterns over time, ultimately classifying speech as real or fake, and highlighting whether its decisions rely more on voiced or unvoiced regions. Building on a prior speaker-formant transformer architecture, we streamline the model with an improved input segmentation strategy, redesign the decoding process, and integrate built-in explainability. Compared to the baseline, our model requires fewer parameters, trains faster, and provides better interpretability, without sacrificing prediction performance.
