Add meta.yaml (HF download-stats query file) to enable download tracking
Browse files
meta.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
system:
|
| 2 |
+
name: "AASIST"
|
| 3 |
+
slug: "aasist"
|
| 4 |
+
description: >
|
| 5 |
+
AASIST: audio anti-spoofing using integrated spectro-temporal graph
|
| 6 |
+
attention networks. Sinc-convolution front-end, RawNet2-style residual
|
| 7 |
+
encoder, and heterogeneous stacking graph attention over spectral and
|
| 8 |
+
temporal sub-graphs with a learnable readout. Official clovaai/aasist
|
| 9 |
+
ASVspoof2019 LA pretrained checkpoint, FP32, deterministic
|
| 10 |
+
first-64600-sample window (no random crop).
|
| 11 |
+
code: "https://github.com/clovaai/aasist"
|
| 12 |
+
checkpoint: "https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST/blob/e842653505c2832ac9f46bbf56173b0f54ef82a7/AASIST.pth"
|
| 13 |
+
params_millions: 0.297866
|
| 14 |
+
paper:
|
| 15 |
+
arxiv_id: "2110.01200"
|
| 16 |
+
url: "https://arxiv.org/abs/2110.01200"
|
| 17 |
+
bibtex: |
|
| 18 |
+
@inproceedings{jung2022aasist,
|
| 19 |
+
title={{AASIST}: Audio Anti-Spoofing Using Integrated Spectro-Temporal Graph Attention Networks},
|
| 20 |
+
author={Jung, Jee-weon and Heo, Hee-Soo and Tak, Hemlata and Shim, Hye-jin and Chung, Joon Son and Lee, Bong-Jin and Yu, Ha-Jin and Evans, Nicholas},
|
| 21 |
+
booktitle={ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
|
| 22 |
+
pages={6367--6371},
|
| 23 |
+
year={2022},
|
| 24 |
+
organization={IEEE}
|
| 25 |
+
}
|
| 26 |
+
notes: >
|
| 27 |
+
Official AASIST variant only (not AASIST-L). Deterministic first-64600-sample
|
| 28 |
+
window (no random crop), matching clovaai/aasist data_utils.pad() used at eval.
|
| 29 |
+
Checkpoint mirrored to SpeechAntiSpoofingBenchmarks/AASIST (pinned).
|