Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ tags:
|
|
| 11 |
# ResCapsGuard
|
| 12 |
|
| 13 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
|
|
|
|
|
|
| 14 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 15 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 16 |
|
|
@@ -65,11 +67,15 @@ crop), so the numbers are exactly reproducible from the pinned score file.
|
|
| 65 |
| Dataset | Split | EER % | Trials | Skipped | Notes |
|
| 66 |
|---|---|---|---|---|---|
|
| 67 |
| ASVspoof2019_LA | test | **1.86** | 71,237 | 0 | in-domain (training data) |
|
|
|
|
|
|
|
| 68 |
|
| 69 |
The ASVspoof2019_LA result reproduces near the paper's reported 2.25 % on the LA eval
|
| 70 |
set; the deterministic window (vs. the paper's random crop) accounts for the small
|
| 71 |
-
difference.
|
| 72 |
-
|
|
|
|
|
|
|
| 73 |
|
| 74 |
## Usage
|
| 75 |
|
|
|
|
| 11 |
# ResCapsGuard
|
| 12 |
|
| 13 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 14 |
+
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 15 |
+
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 16 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 17 |
[](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
|
| 18 |
|
|
|
|
| 67 |
| Dataset | Split | EER % | Trials | Skipped | Notes |
|
| 68 |
|---|---|---|---|---|---|
|
| 69 |
| ASVspoof2019_LA | test | **1.86** | 71,237 | 0 | in-domain (training data) |
|
| 70 |
+
| CD-ADD | test | **54.55** | 20,786 | 0 | out-of-domain (modern neural-TTS); does not generalize |
|
| 71 |
+
| InTheWild | test | **55.92** | 31,779 | 0 | out-of-domain (real-world deepfakes); does not generalize |
|
| 72 |
|
| 73 |
The ASVspoof2019_LA result reproduces near the paper's reported 2.25 % on the LA eval
|
| 74 |
set; the deterministic window (vs. the paper's random crop) accounts for the small
|
| 75 |
+
difference. As with its Res2TCNGuard sibling, the model trained only on ASVspoof2019 LA
|
| 76 |
+
does not generalize to out-of-domain sets (CD-ADD, InTheWild). The remaining
|
| 77 |
+
cross-dataset rows (ASVspoof2021_DF, ASVspoof2021_LA) are added as their submissions
|
| 78 |
+
are merged.
|
| 79 |
|
| 80 |
## Usage
|
| 81 |
|