AI-Synthesized Voice Detection Using Neural Vocoder Artifacts

Abstract

Advancements in AI-synthesized human voices have created a growing threat of impersonation and disinformation, making it crucial to develop methods to detect synthetic human voices. This study proposes a new approach to identifying synthetic human voices by detecting artifacts of vocoders in audio signals. Most DeepFake audio synthesis models use a neural vocoder, a neural network that generates waveforms from temporal-frequency representations like mel-spectrograms. By identifying neural vocoder processing in audio, we can determine if a sample is synthesized. To detect synthetic human voices, we introduce a multi-task learning framework for a binaryclass RawNet2 model that shares the feature extractor with a vocoder identification module. By treating vocoder identification as a pretext task, we constrain the feature extractor to focus on vocoder artifacts and provide discriminative features for the final binary classifier. Our experiments show that the improved RawNet2 model based on vocoder identification achieves high classification performance on the binary task overall. Codes and data can be found at https://github.com/csun22/Synthetic-Voice-Detection-Vocoder-Artifacts.

Cite

Text

Sun et al. "AI-Synthesized Voice Detection Using Neural Vocoder Artifacts." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023. doi:10.1109/CVPRW59228.2023.00097

Markdown

[Sun et al. "AI-Synthesized Voice Detection Using Neural Vocoder Artifacts." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023.](https://mlanthology.org/cvprw/2023/sun2023cvprw-aisynthesized/) doi:10.1109/CVPRW59228.2023.00097

BibTeX

@inproceedings{sun2023cvprw-aisynthesized,
  title     = {{AI-Synthesized Voice Detection Using Neural Vocoder Artifacts}},
  author    = {Sun, Chengzhe and Jia, Shan and Hou, Shuwei and Lyu, Siwei},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2023},
  pages     = {904-912},
  doi       = {10.1109/CVPRW59228.2023.00097},
  url       = {https://mlanthology.org/cvprw/2023/sun2023cvprw-aisynthesized/}
}