An Unsupervised Domain Adaptation Method for Locating Manipulated Region in partially fake Audio
Siding Zeng, Jiangyan Yi, Jianhua Tao, Yujie Chen, Shan Liang, Yong Ren, Xiaohui Zhang
TL;DR
This work tackles cross-domain localization of manipulated regions in partially fake audio by introducing Samples mining with Diversity and Entropy (SDE), an unsupervised domain adaptation framework. It combines reverse knowledge distillation to train diverse experts, entropy-based sampling to select informative target-domain samples, and a label generation process that swaps voice segments to inject target-domain information into source-domain training. The approach achieves a 43.84% F1 on ADD2023 Track2 with only 10% target-domain data, corresponding to a 77.2% improvement over the second-best method, and ablations confirm the value of diversity, sampling strategy, and unlabeled data labeling. The method advances cross-domain PF localization and suggests entropy-based sample mining as a broadly applicable technique for domain shifts.
Abstract
When the task of locating manipulation regions in partially-fake audio (PFA) involves cross-domain datasets, the performance of deep learning models drops significantly due to the shift between the source and target domains. To address this issue, existing approaches often employ data augmentation before training. However, they overlook the characteristics in target domain that are absent in source domain. Inspired by the mixture-of-experts model, we propose an unsupervised method named Samples mining with Diversity and Entropy (SDE). Our method first learns from a collection of diverse experts that achieve great performance from different perspectives in the source domain, but with ambiguity on target samples. We leverage these diverse experts to select the most informative samples by calculating their entropy. Furthermore, we introduced a label generation method tailored for these selected samples that are incorporated in the training process in source domain integrating the target domain information. We applied our method to a cross-domain partially fake audio detection dataset, ADD2023Track2. By introducing 10% of unknown samples from the target domain, we achieved an F1 score of 43.84%, which represents a relative increase of 77.2% compared to the second-best method.
