Paper: From Supra to Sub: A Hierarchical Margin-Based Approach for Audio Deepfake Source Tracing
Venue: CVPR 2026 APAI Workshop
Authors: Dawid Wolkiewicz, Piotr Syga (Wrocław University of Science and Technology)
Binary "real vs. fake" detection is well-studied; source tracing — identifying which generative model produced a particular deepfake — is not. This repo implements a two-stage hierarchical attribution framework that first predicts the TTS architecture family (e.g. Tacotron, VITS, XTTS) and then attributes the specific model within that family, with Mahalanobis-distance OOD scoring on top for previously unseen generators.
The how-tos live in docs/:
docs/SETUP.md— clone,uv sync, fetch the MLAAD dataset, generate pre-encoded featuresdocs/TRAINING.md— train Flat / H-Shared / H-Arch variants, key argumentsdocs/EVALUATION.md— in-domain classification metrics and OOD detection
The makefile wraps the standard invocations.
.
├── src/adar/ # Installable package (models, datasets, losses, OOD detectors, utils)
├── scripts/ # Runnable entrypoints (prepare, training/, eval, ablation drivers)
├── data/ # Canonical label / superclass LUTs; MLAAD dataset
├── exp/ # Training outputs (model checkpoints, logs)
├── docs/ # Documentation
└── makefile # Standard pipeline targets
@InProceedings{Wolkiewicz_2026_CVPR,
author = {Wolkiewicz, Dawid and Syga, Piotr},
title = {From Supra to Sub: A Hierarchical Margin-Based Approach for Audio Deepfake Source Tracing},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
month = {June},
year = {2026},
pages = {10770-10778}
}MIT — see LICENSE.