Add model card and links to paper/code
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: audio-classification
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# MultiAPI-Spoof: Nes2Net-LA
|
| 6 |
+
|
| 7 |
+
This repository contains the weights for **Nes2Net-LA**, a local-attention enhanced network for speech anti-spoofing detection and API tracing, as presented in the paper [MultiAPI Spoof: A Multi-API Dataset and Local-Attention Network for Speech Anti-spoofing Detection](https://arxiv.org/abs/2512.07352).
|
| 8 |
+
|
| 9 |
+
- **Paper:** [https://arxiv.org/abs/2512.07352](https://arxiv.org/abs/2512.07352)
|
| 10 |
+
- **Code:** [https://github.com/XuepingZhang/MultiAPI-Spoof](https://github.com/XuepingZhang/MultiAPI-Spoof)
|
| 11 |
+
- **Project Page:** [https://xuepingzhang.github.io/MultiAPI-Spoof-Dataset/](https://xuepingzhang.github.io/MultiAPI-Spoof-Dataset/)
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
Existing speech anti-spoofing benchmarks often rely on a narrow set of public models. **MultiAPI Spoof** addresses this gap by introducing a multi-API audio anti-spoofing dataset comprising about 230 hours of synthetic speech generated by 30 distinct APIs, including commercial services, open-source models, and online platforms.
|
| 16 |
+
|
| 17 |
+
**Nes2Net-LA** is a local-attention enhanced variant of Nes2Net that improves local context modeling and fine-grained spoofing feature extraction. The model is designed for two primary tasks:
|
| 18 |
+
1. **Anti-Spoofing Detection:** Classifying audio as bona fide or spoofed.
|
| 19 |
+
2. **API Tracing:** Enabling fine-grained attribution of spoofed audio to its generation source.
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
If you use this model or the MultiAPI-Spoof dataset, please cite the following work:
|
| 24 |
+
|
| 25 |
+
```bibtex
|
| 26 |
+
@misc{zhang2025multiapispoofmultiapidataset,
|
| 27 |
+
title={MultiAPI Spoof: A Multi-API Dataset and Local-Attention Network for Speech Anti-spoofing Detection},
|
| 28 |
+
author={Xueping Zhang and Zhenshan Zhang and Yechen Wang and Linxi Li and Liwei Jin and Ming Li},
|
| 29 |
+
year={2025},
|
| 30 |
+
eprint={2512.07352},
|
| 31 |
+
archivePrefix={arXiv},
|
| 32 |
+
primaryClass={cs.SD},
|
| 33 |
+
url={https://arxiv.org/abs/2512.07352},
|
| 34 |
+
}
|
| 35 |
+
```
|