korallll commited on
Commit
524ba6d
·
verified ·
1 Parent(s): 0ed5174

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -11,6 +11,8 @@ tags:
11
  # ResCapsGuard
12
 
13
  [![EER% 1.86 on ASVspoof2019_LA](https://img.shields.io/badge/EER%25%20on%20ASVspoof2019__LA-1.86%25-brightgreen)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
 
 
14
  [![arena tier](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/rescapsguard/tier.json)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
15
  [![arena rank](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/rescapsguard/rank.json)](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. Cross-dataset rows (ASVspoof2021_DF/LA, CD-ADD, InTheWild) are added as
72
- their submissions are merged.
 
 
73
 
74
  ## Usage
75
 
 
11
  # ResCapsGuard
12
 
13
  [![EER% 1.86 on ASVspoof2019_LA](https://img.shields.io/badge/EER%25%20on%20ASVspoof2019__LA-1.86%25-brightgreen)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
14
+ [![EER% 54.55 on CD-ADD](https://img.shields.io/badge/EER%25%20on%20CD--ADD-54.55%25-red)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
15
+ [![EER% 55.92 on InTheWild](https://img.shields.io/badge/EER%25%20on%20InTheWild-55.92%25-red)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
16
  [![arena tier](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/rescapsguard/tier.json)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=rescapsguard)
17
  [![arena rank](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/rescapsguard/rank.json)](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