Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,8 @@ base_model:
|
|
| 12 |
|
| 13 |
# π **AntiDeepfake**
|
| 14 |
|
| 15 |
-
The **AntiDeepfake** project provides a series of powerful self-supervised learning (SSL) models crafted to **detect deepfake speech** with state-of-the-art accuracy.
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
# π€ Available Models
|
| 19 |
|
|
@@ -191,13 +191,26 @@ Results shown below can be reproduced using scripts provided in our [GitHub repo
|
|
| 191 |
| FakeOrReal | 0.999 | 0.975 | 0.996 | 0.953 | 0.974 | 0.003 | 0.047 | 1.18 @ 0.1514 |
|
| 192 |
| FakeOrReal-norm | 0.999 | 0.979 | 0.966 | 0.993 | 0.979 | 0.033 | 0.007 | 1.73 @ 0.7434 |
|
| 193 |
| In-the-Wild | 0.999 | 0.985 | 0.993 | 0.983 | 0.988 | 0.011 | 0.017 | 1.31 @ 0.3748 |
|
| 194 |
-
|
|
| 195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
|
| 197 |
|
| 198 |
|
| 199 |
# **Training Set**
|
| 200 |
-
Below is a breakdown of the training set used for
|
| 201 |
|
| 202 |
| π Database | π Language | β
Genuine (hrs) | β Fake (hrs) |
|
| 203 |
|----------------------|------------------|----------------|-------------|
|
|
@@ -242,5 +255,6 @@ This project is based on results obtained from project JPNP22007, commissioned b
|
|
| 242 |
|
| 243 |
It is also partially supported by the following grants from the Japan Science and Technology Agency (JST):
|
| 244 |
- AIP Acceleration Research (Grant No. JPMJCR24U3)
|
| 245 |
-
-
|
| 246 |
-
|
|
|
|
|
|
| 12 |
|
| 13 |
# π **AntiDeepfake**
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
+
The **AntiDeepfake** project provides a series of powerful foundation models post-trained for **deepfake detection**. The AntiDeepfake model can be used for feature extraction for deepfake detection in a zero-shot manner, or it may be further fine-tuned and optimized for a specific database or deepfake-related task.
|
| 17 |
|
| 18 |
# π€ Available Models
|
| 19 |
|
|
|
|
| 191 |
| FakeOrReal | 0.999 | 0.975 | 0.996 | 0.953 | 0.974 | 0.003 | 0.047 | 1.18 @ 0.1514 |
|
| 192 |
| FakeOrReal-norm | 0.999 | 0.979 | 0.966 | 0.993 | 0.979 | 0.033 | 0.007 | 1.73 @ 0.7434 |
|
| 193 |
| In-the-Wild | 0.999 | 0.985 | 0.993 | 0.983 | 0.988 | 0.011 | 0.017 | 1.31 @ 0.3748 |
|
| 194 |
+
| Deepfake-Eval-2024 | 0.825 | 0.755 | 0.758 | 0.920 | 0.831 | 0.556 | 0.080 | 25.78 @ 0.9972 |
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
You can also fine-tune this model on a specific database, the corresponding code is provided in our [GitHub repository](https://github.com/nii-yamagishilab/AntiDeepfake). Fine-tuning will follow a similar process to training a new model, except that model weights will be initialized as AntiDeepfake checkpoints.
|
| 199 |
+
|
| 200 |
+
Below are the evaluation results of this model fine-tuned on the Deepfake-Eval-2024 training set and tested on its corresponding test set (as shown in the previous table):
|
| 201 |
+
|
| 202 |
+
| Test Input Length | ROC AUC | Accuracy | Precision | Recall | F1-score | FPR | FNR | EER (%) @ Threshold |
|
| 203 |
+
|-------------------|---------|----------|-----------|--------|----------|--------|--------|----------------------|
|
| 204 |
+
| 4s | 0.9211 | 0.7946 | 0.9486 | 0.7253 | 0.8221 | 0.0743 | 0.2747 | 19.82 @ 0.2562 |
|
| 205 |
+
| 10s | 0.9374 | 0.8298 | 0.9549 | 0.7756 | 0.8560 | 0.0687 | 0.2244 | 18.17 @ 0.2631 |
|
| 206 |
+
| 13s | 0.9401 | 0.8410 | 0.9574 | 0.7912 | 0.8664 | 0.0659 | 0.2088 | 18.19 @ 0.2653 |
|
| 207 |
+
| 30s | 0.9511 | 0.8678 | 0.9622 | 0.8281 | 0.8901 | 0.0595 | 0.1719 | 7.76 @ 0.2692 |
|
| 208 |
+
| 50s | 0.9541 | 0.8753 | 0.9543 | 0.8443 | 0.8959 | 0.0707 | 0.1557 | 8.91 @ 0.2393 |
|
| 209 |
|
| 210 |
|
| 211 |
|
| 212 |
# **Training Set**
|
| 213 |
+
Below is a breakdown of the training set used for post-training of speech SSL models.
|
| 214 |
|
| 215 |
| π Database | π Language | β
Genuine (hrs) | β Fake (hrs) |
|
| 216 |
|----------------------|------------------|----------------|-------------|
|
|
|
|
| 255 |
|
| 256 |
It is also partially supported by the following grants from the Japan Science and Technology Agency (JST):
|
| 257 |
- AIP Acceleration Research (Grant No. JPMJCR24U3)
|
| 258 |
+
- PRESTO (Grant No. JPMJPR23P9)
|
| 259 |
+
|
| 260 |
+
This study was carried out using the TSUBAME4.0 supercomputer at Institute of Science Tokyo.
|