Search papers, labs, and topics across Lattice.
This paper enhances speech deepfake source tracing by integrating multi-task training of probabilistic attribute extractors with a structured Kolmogorov-Arnold Network (KAN) for attack classification. The approach provides a transparent framework where the architecture inherently reflects the generative hierarchy of attacks, allowing for interpretability without relying on post-hoc methods. The proposed model achieves over 99% balanced accuracy and significantly low error rates on the ASVspoof2019-attr-17 dataset, outperforming previous baselines while maintaining reliable interpretability through feature-importance scores aligned with SHAP values.
Achieving over 99% accuracy in speech deepfake source tracing while ensuring interpretability by design could redefine standards in forensic audio analysis.
Modern speech synthesizers can produce highly realistic speech, making source tracing (i.e. identifying the generator behind a spoofed utterance) increasingly important for forensics, online content provenance, and platform accountability. Building on our prior work on transparent probabilistic attributes, which represent utterances as probability distributions over synthesizer sub-components, we extend speech deepfake source tracing with two key ingredients: multi-task training of the probabilistic attribute extractors and a structured Kolmogorov--Arnold Network (KAN) for attack classification. The probabilistic features are estimated jointly with a multi-task learning module built on a shared AASIST or SSL-AASIST countermeasure backbone. The resulting probabilistic feature embedding is classified by a structured KAN whose topology follows known attribute-to-attack relationships. This provides interpretability by construction: the architecture reflects the generative hierarchy of attacks, while KAN feature-importance scores quantify each probabilistic feature's contribution without post-hoc explainers such as SHAP. On ASVspoof2019-attr-17, the extended framework achieves balanced accuracies above 99% for all seven probabilistic feature extractors, with EERs of 0.16% to 0.07%, and 99.64% balanced accuracy with 0.11% EER for 17-class attack classification. Our revised model outperforms the earlier two-stage baselines, in addition to demonstrating reliable interpretability, with importance scores consistent with SHAP values, and stable results across batch sizes. These findings highlight the potential of structured KAN for speech deepfake source tracing that is both accurate and interpretable by design. For transparency and reproducibility, our codebase is publicly available: https://github.com/HoangHPham/KAN-Probabilistic-Deepfake-Attribution.