xljesse commited on
Commit
c5f709d
·
verified ·
1 Parent(s): d6d97c9

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +731 -0
index.html ADDED
@@ -0,0 +1,731 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="description"
6
+ content="Measuring the Robustness of Audio Deepfake Detection under Real-World Corruptions">
7
+ <meta name="keywords" content="Audio Deepfake Detection">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <title>Measuring the Robustness of Audio Deepfake Detection under Real-World Corruptions</title>
10
+
11
+ <!-- Global site tag (gtag.js) - Google Analytics -->
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+
16
+ function gtag() {
17
+ dataLayer.push(arguments);
18
+ }
19
+
20
+ gtag('js', new Date());
21
+
22
+ gtag('config', 'G-PYVRSFMDRL');
23
+ </script>
24
+
25
+ <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
26
+ rel="stylesheet">
27
+
28
+ <link rel="stylesheet" href="./static/css/bulma.min.css">
29
+ <link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
30
+ <link rel="stylesheet" href="./static/css/bulma-slider.min.css">
31
+ <link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
32
+ <link rel="stylesheet"
33
+ href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
34
+ <link rel="stylesheet" href="./static/css/index.css">
35
+ <!-- <link rel="icon" href="./static/images/favicon.svg"> -->
36
+ <link rel="stylesheet" href="./static/css/audio-table.css">
37
+
38
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
39
+ <script defer src="./static/js/fontawesome.all.min.js"></script>
40
+ <script src="./static/js/bulma-carousel.min.js"></script>
41
+ <script src="./static/js/bulma-slider.min.js"></script>
42
+ <script src="./static/js/index.js"></script>
43
+ </head>
44
+ <body>
45
+ <!--
46
+ <nav class="navbar" role="navigation" aria-label="main navigation">
47
+ <div class="navbar-brand">
48
+ <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
49
+ <span aria-hidden="true"></span>
50
+ <span aria-hidden="true"></span>
51
+ <span aria-hidden="true"></span>
52
+ </a>
53
+ </div>
54
+ <div class="navbar-menu">
55
+ <div class="navbar-start" style="flex-grow: 1; justify-content: center;">
56
+ <a class="navbar-item" href="https://keunhong.com">
57
+ <span class="icon">
58
+ <i class="fas fa-home"></i>
59
+ </span>
60
+ </a>
61
+
62
+ <div class="navbar-item has-dropdown is-hoverable">
63
+ <a class="navbar-link">
64
+ More Research
65
+ </a>
66
+ <div class="navbar-dropdown">
67
+ <a class="navbar-item" href="https://hypernerf.github.io">
68
+ HyperNeRF
69
+ </a>
70
+ <a class="navbar-item" href="https://nerfies.github.io">
71
+ Nerfies
72
+ </a>
73
+ <a class="navbar-item" href="https://latentfusion.github.io">
74
+ LatentFusion
75
+ </a>
76
+ <a class="navbar-item" href="https://photoshape.github.io">
77
+ PhotoShape
78
+ </a>
79
+ </div>
80
+ </div>
81
+ </div>
82
+
83
+ </div>
84
+ </nav> -->
85
+
86
+
87
+ <section class="hero">
88
+ <div class="hero-body">
89
+ <div class="container is-max-desktop">
90
+ <div class="columns is-centered">
91
+ <div class="column has-text-centered">
92
+ <h1 class="title is-1 publication-title">Measuring the Robustness of Audio Deepfake Detection under Real-World Corruptions</h1>
93
+ <div class="is-size-5 publication-authors">
94
+ <span class="author-block">
95
+ <a href="https://jessegator.github.io/">Xiang Li</a><sup>1</sup>,</span>
96
+ <span class="author-block">
97
+ <a href="https://sites.google.com/site/pinyuchenpage/home">Pin-Yu Chen</a><sup>2</sup>,</span>
98
+ <span class="author-block">
99
+ <a href="https://wenqiwei789.github.io/Homepage/">Wenqi Wei</a><sup>1</sup>,
100
+ </span>
101
+ </div>
102
+
103
+ <div class="is-size-5 publication-authors">
104
+ <span class="author-block"><sup>1</sup>Fordham University,</span>
105
+ <span class="author-block"><sup>2</sup>IBM Research</span>
106
+ </div>
107
+
108
+ <div class="column has-text-centered">
109
+ <div class="publication-links">
110
+ <!-- PDF Link. -->
111
+ <!-- <span class="link-block">
112
+ <a href="https://arxiv.org/pdf/2011.12948"
113
+ class="external-link button is-normal is-rounded is-dark">
114
+ <span class="icon">
115
+ <i class="fas fa-file-pdf"></i>
116
+ </span>
117
+ <span>Paper</span>
118
+ </a>
119
+ </span> -->
120
+ <span class="link-block">
121
+ <a href="https://arxiv.org/pdf/2503.17577"
122
+ class="external-link button is-normal is-rounded is-dark">
123
+ <span class="icon">
124
+ <i class="ai ai-arxiv"></i>
125
+ </span>
126
+ <span>arXiv</span>
127
+ </a>
128
+ </span>
129
+ <!-- Video Link. -->
130
+ <!-- <span class="link-block">
131
+ <a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
132
+ class="external-link button is-normal is-rounded is-dark">
133
+ <span class="icon">
134
+ <i class="fab fa-youtube"></i>
135
+ </span>
136
+ <span>Video</span>
137
+ </a>
138
+ </span> -->
139
+ <!-- Code Link. -->
140
+ <span class="link-block">
141
+ <a href="https://github.com/Jessegator/Audio_robustness_evaluation"
142
+ class="external-link button is-normal is-rounded is-dark">
143
+ <span class="icon">
144
+ <i class="fab fa-github"></i>
145
+ </span>
146
+ <span>Code</span>
147
+ </a>
148
+ </span>
149
+ <!-- Dataset Link. -->
150
+ <!-- <span class="link-block">
151
+ <a href="https://github.com/google/nerfies/releases/tag/0.1"
152
+ class="external-link button is-normal is-rounded is-dark">
153
+ <span class="icon">
154
+ <i class="far fa-images"></i>
155
+ </span>
156
+ <span>Data</span>
157
+ </a> -->
158
+ </div>
159
+
160
+ </div>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </section>
166
+
167
+ <!-- "hero teaser" -->
168
+ <section class="hero is-light is-small">
169
+ <div class="container is-max-desktop">
170
+ <div class="hero-body">
171
+ <img src="./static/images/Overview.png"
172
+ class=""interpolation-image
173
+ alt="Overview">
174
+ </img>
175
+ <h2 class="subtitle has-text-centered">
176
+ Overview
177
+ </h2>
178
+ </div>
179
+ </div>
180
+ </section>
181
+
182
+
183
+ <section class="section">
184
+ <div class="container is-max-desktop">
185
+ <!-- Abstract. -->
186
+ <div class="columns is-centered has-text-centered">
187
+ <div class="column is-four-fifths">
188
+ <h2 class="title is-3">Abstract</h2>
189
+ <div class="content has-text-justified">
190
+ <p>
191
+ Deepfakes have emerged as a widespread and rapidly escalating concern in generative
192
+ AI, spanning various media types such as images, audio, and videos. Among these,
193
+ audio deepfakes are particularly alarming due to the growing accessibility
194
+ of high-quality voice synthesis tools and the ease with which synthetic speech
195
+ can be distributed via platforms like social media and robocalls. Consequently,
196
+ detecting audio deepfakes is critical in combating the misuse of AI-synthesized
197
+ speech. However, real-world audio is often subject to various corruptions, such
198
+ as noise, modification, and compression, that may significantly impact detection
199
+ performance. In this work, we systematically evaluate the robustness of 10 audio
200
+ deepfake detection models against 18 common corruption types, grouped into
201
+ categories: noise perturbation, audio modification, and compression. Using both
202
+ traditional deep learning models and state-of-the-art foundation models, our study
203
+ yields four key insights. (1) Most models demonstrate strong robustness to noise
204
+ but they are notably more vulnerable to audio modifications and compression,
205
+ especially when neural codecs are applied. (2) Speech foundation models generally
206
+ outperform traditional models across most corruption scenarios, likely due to their
207
+ extensive pre-training on large-scale and diverse audio datasets. (3) Increasing
208
+ model size improves robustness, though with diminishing returns. (4) Robustness to
209
+ unseen corruptions can be enhanced by targeted data augmentation during training
210
+ or by applying speech enhancement techniques at inference time. These findings
211
+ highlight the importance of comprehensive evaluation against diverse corruption
212
+ types and developing more robust audio deepfake detection frameworks to ensure
213
+ reliability in practical deployment settings. We further advocate that future research
214
+ in deepfake detection-across all media formats-should account for the diverse and
215
+ often unpredictable distortions common in real-world environments.
216
+ </p>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ <!--/ Abstract. -->
221
+
222
+ <!-- Paper video. -->
223
+ <!-- <div class="columns is-centered has-text-centered">
224
+ <div class="column is-four-fifths">
225
+ <h2 class="title is-3">Video</h2>
226
+ <div class="publication-video">
227
+ <iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
228
+ frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
229
+ </div>
230
+ </div>
231
+ </div> -->
232
+ <!--/ Paper video. -->
233
+ </div>
234
+ </section>
235
+
236
+
237
+
238
+ <section class="section">
239
+ <div class="container is-max-desktop">
240
+
241
+ <div class="columns is-centered">
242
+
243
+ <!-- Audio Perturbation Samples. -->
244
+ <div class="columns is-centered has-text-centered">
245
+ <div class="column is-full-width">
246
+ <h2 class="title is-3">Audio Perturbation Samples</h2>
247
+
248
+ <!-- Noise Perturbation. -->
249
+ <h3 class="title is-4">Noise Perturbation</h3>
250
+ <div class="table-container">
251
+ <table class="audio-table">
252
+ <thead>
253
+ <tr>
254
+ <th style="text-align: center">Perturbation type</th>
255
+ <th style="text-align: center">Original</th>
256
+ <th style="text-align: center">SNR=5</th>
257
+ <th style="text-align: center">SNR=10</th>
258
+ <th style="text-align: center">SNR=20</th>
259
+ <th style="text-align: center">SNR=30</th>
260
+ <th style="text-align: center">SNR=40</th>
261
+ </tr>
262
+ </thead>
263
+ <tbody>
264
+ <tr>
265
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Gaussian Noise</td>
266
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ042-0224.wav" >Your browser does not support the audio element.</audio></td>
267
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/gaussian_5.wav" >Your browser does not support the audio element.</audio></td>
268
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/gaussian_10.wav" >Your browser does not support the audio element.</audio></td>
269
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/gaussian_20.wav" >Your browser does not support the audio element.</audio></td>
270
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/gaussian_30.wav" >Your browser does not support the audio element.</audio></td>
271
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/gaussian_40.wav" >Your browser does not support the audio element.</audio></td>
272
+ </tr>
273
+
274
+ <tr>
275
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Background Noise</td>
276
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ040-0111.wav" >Your browser does not support the audio element.</audio></td>
277
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/background_5.wav" >Your browser does not support the audio element.</audio></td>
278
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/background_10.wav" >Your browser does not support the audio element.</audio></td>
279
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/background_20.wav" >Your browser does not support the audio element.</audio></td>
280
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/background_30.wav" >Your browser does not support the audio element.</audio></td>
281
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/background_40.wav" >Your browser does not support the audio element.</audio></td>
282
+ </tr>
283
+
284
+ <tr>
285
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Background Music</td>
286
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ041-0055.wav" >Your browser does not support the audio element.</audio></td>
287
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/music_5.wav" >Your browser does not support the audio element.</audio></td>
288
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/music_10.wav" >Your browser does not support the audio element.</audio></td>
289
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/music_20.wav" >Your browser does not support the audio element.</audio></td>
290
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/music_30.wav" >Your browser does not support the audio element.</audio></td>
291
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/music_40.wav" >Your browser does not support the audio element.</audio></td>
292
+ </tr>
293
+
294
+ </tbody>
295
+ </table>
296
+ </div>
297
+ <br/>
298
+ <!--/ Noise Perturbation. -->
299
+
300
+ <!-- Modification. -->
301
+ <!-- High/Low pass Filter -->
302
+ <h3 class="title is-4">Modification</h3>
303
+ <div class="table-container">
304
+ <table class="audio-table">
305
+ <thead>
306
+ <tr>
307
+ <th style="text-align: center">Perturbation type</th>
308
+ <th style="text-align: center">Original</th>
309
+ <th style="text-align: center">Cutoff Ratio=0.1</th>
310
+ <th style="text-align: center">Cutoff Ratio=0.2</th>
311
+ <th style="text-align: center">Cutoff Ratio=0.3</th>
312
+ <th style="text-align: center">Cutoff Ratio=0.4</th>
313
+ <th style="text-align: center">Cutoff Ratio=0.5</th>
314
+ </tr>
315
+ </thead>
316
+ <tbody>
317
+ <tr>
318
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Highpass Filter</td>
319
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ043-0118.wav" >Your browser does not support the audio element.</audio></td>
320
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/highpass_0.1.wav" >Your browser does not support the audio element.</audio></td>
321
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/highpass_0.2.wav" >Your browser does not support the audio element.</audio></td>
322
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/highpass_0.3.wav" >Your browser does not support the audio element.</audio></td>
323
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/highpass_0.4.wav" >Your browser does not support the audio element.</audio></td>
324
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/highpass_0.5.wav" >Your browser does not support the audio element.</audio></td>
325
+ </tr>
326
+
327
+ <tr>
328
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Lowpass Filter</td>
329
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ043-0118.wav" >Your browser does not support the audio element.</audio></td>
330
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/lowpass_0.1.wav" >Your browser does not support the audio element.</audio></td>
331
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/lowpass_0.2.wav" >Your browser does not support the audio element.</audio></td>
332
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/lowpass_0.3.wav" >Your browser does not support the audio element.</audio></td>
333
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/lowpass_0.4.wav" >Your browser does not support the audio element.</audio></td>
334
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/lowpass_0.5.wav" >Your browser does not support the audio element.</audio></td>
335
+ </tr>
336
+
337
+ </tbody>
338
+ </table>
339
+ </div>
340
+ <!-- High/Low pass Filter -->
341
+
342
+ <!-- Pitch Shift -->
343
+ <div class="table-container">
344
+ <table class="audio-table">
345
+ <thead>
346
+ <tr>
347
+ <th style="text-align: center">Perturbation type</th>
348
+ <th style="text-align: center">Original</th>
349
+ <th style="text-align: center">Semitone=-2</th>
350
+ <th style="text-align: center">Semitone=-1</th>
351
+ <th style="text-align: center">Semitone=-0.5</th>
352
+ <th style="text-align: center">Semitone=0.5</th>
353
+ <th style="text-align: center">Semitone=1</th>
354
+ <th style="text-align: center">Semitone=2</th>
355
+ </tr>
356
+ </thead>
357
+ <tbody>
358
+ <tr>
359
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Pitch Shift</td>
360
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ044-0121.wav" >Your browser does not support the audio element.</audio></td>
361
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_-2.wav" >Your browser does not support the audio element.</audio></td>
362
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_-1.wav" >Your browser does not support the audio element.</audio></td>
363
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_-0.5.wav" >Your browser does not support the audio element.</audio></td>
364
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_0.5.wav" >Your browser does not support the audio element.</audio></td>
365
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_1.wav" >Your browser does not support the audio element.</audio></td>
366
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/pitch_shift_2.wav" >Your browser does not support the audio element.</audio></td>
367
+ </tr>
368
+
369
+ </tbody>
370
+ </table>
371
+ </div>
372
+ <!-- Pitch Shift -->
373
+
374
+ <!-- Time Stretch -->
375
+ <div class="table-container">
376
+ <table class="audio-table">
377
+ <thead>
378
+ <tr>
379
+ <th style="text-align: center">Perturbation type</th>
380
+ <th style="text-align: center">Original</th>
381
+ <th style="text-align: center">Speed Factor=0.7</th>
382
+ <th style="text-align: center">Speed Factor=0.9</th>
383
+ <th style="text-align: center">Speed Factor=1.1</th>
384
+ <th style="text-align: center">Speed Factor=1.3</th>
385
+ <th style="text-align: center">Speed Factor=1.5</th>
386
+ </tr>
387
+ </thead>
388
+ <tbody>
389
+ <tr>
390
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Time Stretch</td>
391
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ045-0200.wav" >Your browser does not support the audio element.</audio></td>
392
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/time_stretch_0.7.wav" >Your browser does not support the audio element.</audio></td>
393
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/time_stretch_0.9.wav" >Your browser does not support the audio element.</audio></td>
394
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/time_stretch_1.1.wav" >Your browser does not support the audio element.</audio></td>
395
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/time_stretch_1.3.wav" >Your browser does not support the audio element.</audio></td>
396
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/time_stretch_1.5.wav" >Your browser does not support the audio element.</audio></td>
397
+ </tr>
398
+
399
+ </tbody>
400
+ </table>
401
+ </div>
402
+ <!-- Time Stretch -->
403
+
404
+ <!-- Echo -->
405
+ <div class="table-container">
406
+ <table class="audio-table">
407
+ <thead>
408
+ <tr>
409
+ <th style="text-align: center">Perturbation type</th>
410
+ <th style="text-align: center">Original</th>
411
+ <th style="text-align: center">Delay=0.1s</th>
412
+ <th style="text-align: center">Delay=0.3s</th>
413
+ <th style="text-align: center">Delay=0.5s</th>
414
+ <th style="text-align: center">Delay=0.7s</th>
415
+ <th style="text-align: center">Delayr=0.9s</th>
416
+ </tr>
417
+ </thead>
418
+ <tbody>
419
+ <tr>
420
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Echo</td>
421
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ049-0047.wav" >Your browser does not support the audio element.</audio></td>
422
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/echo_0.1.wav" >Your browser does not support the audio element.</audio></td>
423
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/echo_0.3.wav" >Your browser does not support the audio element.</audio></td>
424
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/echo_0.5.wav" >Your browser does not support the audio element.</audio></td>
425
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/echo_0.7.wav" >Your browser does not support the audio element.</audio></td>
426
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/echo_0.9.wav" >Your browser does not support the audio element.</audio></td>
427
+ </tr>
428
+
429
+ </tbody>
430
+ </table>
431
+ </div>
432
+ <!-- Echo -->
433
+
434
+ <!-- Silence Insertion -->
435
+ <div class="table-container">
436
+ <table class="audio-table">
437
+ <thead>
438
+ <tr>
439
+ <th style="text-align: center">Perturbation type</th>
440
+ <th style="text-align: center">Original</th>
441
+ <th style="text-align: center">Length Ratio=0.1</th>
442
+ <th style="text-align: center">Length Ratio=0.2</th>
443
+ <th style="text-align: center">Length Ratio=0.3</th>
444
+ <th style="text-align: center">Length Ratio=0.4</th>
445
+ <th style="text-align: center">Length Ratio=0.5</th>
446
+ </tr>
447
+ </thead>
448
+ <tbody>
449
+ <tr>
450
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Silence Insertion</td>
451
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ039-0240.wav" >Your browser does not support the audio element.</audio></td>
452
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/silence_0.1.wav" >Your browser does not support the audio element.</audio></td>
453
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/silence_0.2.wav" >Your browser does not support the audio element.</audio></td>
454
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/silence_0.3.wav" >Your browser does not support the audio element.</audio></td>
455
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/silence_0.4.wav" >Your browser does not support the audio element.</audio></td>
456
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/silence_0.5.wav" >Your browser does not support the audio element.</audio></td>
457
+ </tr>
458
+
459
+ </tbody>
460
+ </table>
461
+ </div>
462
+ <!-- Silence Insertion -->
463
+
464
+ <!-- Smooth -->
465
+ <div class="table-container">
466
+ <table class="audio-table">
467
+ <thead>
468
+ <tr>
469
+ <th style="text-align: center">Perturbation type</th>
470
+ <th style="text-align: center">Original</th>
471
+ <th style="text-align: center">Window Size=6</th>
472
+ <th style="text-align: center">Window Size=10</th>
473
+ <th style="text-align: center">Window Size=14</th>
474
+ <th style="text-align: center">Window Size=18</th>
475
+ <th style="text-align: center">Window Size=22</th>
476
+ <th style="text-align: center">Window Size=26</th>
477
+ </tr>
478
+ </thead>
479
+ <tbody>
480
+ <tr>
481
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Smooth</td>
482
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ046-0222.wav" >Your browser does not support the audio element.</audio></td>
483
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_6.wav" >Your browser does not support the audio element.</audio></td>
484
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_10.wav" >Your browser does not support the audio element.</audio></td>
485
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_14.wav" >Your browser does not support the audio element.</audio></td>
486
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_18.wav" >Your browser does not support the audio element.</audio></td>
487
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_22.wav" >Your browser does not support the audio element.</audio></td>
488
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/smooth_26.wav" >Your browser does not support the audio element.</audio></td>
489
+ </tr>
490
+
491
+ </tbody>
492
+ </table>
493
+ </div>
494
+ <!-- Smooth -->
495
+
496
+
497
+ <!-- Autotune -->
498
+ <div class="table-container">
499
+ <table class="audio-table">
500
+ <thead>
501
+ <tr>
502
+ <th style="text-align: center">Perturbation type</th>
503
+ <th style="text-align: center">Original</th>
504
+ <th style="text-align: center">Key=C</th>
505
+ <th style="text-align: center">Key=D</th>
506
+ <th style="text-align: center">Key=E</th>
507
+ <th style="text-align: center">Key=F</th>
508
+ <th style="text-align: center">Key=G</th>
509
+ <th style="text-align: center">Key=A</th>
510
+ <th style="text-align: center">Key=B</th>
511
+ </tr>
512
+ </thead>
513
+ <tbody>
514
+ <tr>
515
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Autotune</td>
516
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ037-0203.wav" >Your browser does not support the audio element.</audio></td>
517
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_C.wav" >Your browser does not support the audio element.</audio></td>
518
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_D.wav" >Your browser does not support the audio element.</audio></td>
519
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_E.wav" >Your browser does not support the audio element.</audio></td>
520
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_F.wav" >Your browser does not support the audio element.</audio></td>
521
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_G.wav" >Your browser does not support the audio element.</audio></td>
522
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_A.wav" >Your browser does not support the audio element.</audio></td>
523
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/autotune_B.wav" >Your browser does not support the audio element.</audio></td>
524
+ </tr>
525
+
526
+ </tbody>
527
+ </table>
528
+ </div>
529
+ <!-- Autotune -->
530
+ <br/>
531
+ <!-- Modification. -->
532
+
533
+
534
+ <!-- Compression. -->
535
+ <h3 class="title is-4">Compression</h3>
536
+ <!-- Quantization -->
537
+ <div class="table-container">
538
+ <table class="audio-table">
539
+ <thead>
540
+ <tr>
541
+ <th style="text-align: center">Perturbation type</th>
542
+ <th style="text-align: center">Original</th>
543
+ <th style="text-align: center">BitLevel=2</th>
544
+ <th style="text-align: center">BitLevel=4</th>
545
+ <th style="text-align: center">BitLevel=6</th>
546
+ <th style="text-align: center">BitLevel=8</th>
547
+ <th style="text-align: center">BitLevel=10</th>
548
+ </tr>
549
+ </thead>
550
+ <tbody>
551
+ <tr>
552
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Quantization</td>
553
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ047-0180.wav" >Your browser does not support the audio element.</audio></td>
554
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/quantization_2.wav" >Your browser does not support the audio element.</audio></td>
555
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/quantization_4.wav" >Your browser does not support the audio element.</audio></td>
556
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/quantization_6.wav" >Your browser does not support the audio element.</audio></td>
557
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/quantization_8.wav" >Your browser does not support the audio element.</audio></td>
558
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/quantization_10.wav" >Your browser does not support the audio element.</audio></td>
559
+ </tr>
560
+
561
+ </tbody>
562
+ </table>
563
+ </div>
564
+ <!-- Quantization -->
565
+
566
+ <!-- Opus -->
567
+ <div class="table-container">
568
+ <table class="audio-table">
569
+ <thead>
570
+ <tr>
571
+ <th style="text-align: center">Perturbation type</th>
572
+ <th style="text-align: center">Original</th>
573
+ <th style="text-align: center">Bitrate=16kbps</th>
574
+ <th style="text-align: center">Bitrate=32kbps</th>
575
+ <th style="text-align: center">Bitrate=64kbps</th>
576
+ <th style="text-align: center">Bitrate=128kbps</th>
577
+ <th style="text-align: center">Bitrate=256kbps</th>
578
+ <th style="text-align: center">Bitrate=496kbps</th>
579
+ </tr>
580
+ </thead>
581
+ <tbody>
582
+ <tr>
583
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Opus</td>
584
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ050-0200.wav" >Your browser does not support the audio element.</audio></td>
585
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_16k.wav" >Your browser does not support the audio element.</audio></td>
586
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_32k.wav" >Your browser does not support the audio element.</audio></td>
587
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_64k.wav" >Your browser does not support the audio element.</audio></td>
588
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_128k.wav" >Your browser does not support the audio element.</audio></td>
589
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_256k.wav" >Your browser does not support the audio element.</audio></td>
590
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/opus_496k.wav" >Your browser does not support the audio element.</audio></td>
591
+ </tr>
592
+
593
+ </tbody>
594
+ </table>
595
+ </div>
596
+ <!-- Opus -->
597
+
598
+ <!-- MP3 -->
599
+ <div class="table-container">
600
+ <table class="audio-table">
601
+ <thead>
602
+ <tr>
603
+ <th style="text-align: center">Perturbation type</th>
604
+ <th style="text-align: center">Original</th>
605
+ <th style="text-align: center">Bitrate=8kbps</th>
606
+ <th style="text-align: center">Bitrate=16kbps</th>
607
+ <th style="text-align: center">Bitrate=24kbps</th>
608
+ <th style="text-align: center">Bitrate=32kbps</th>
609
+ <th style="text-align: center">Bitrate=40kbps</th>
610
+ </tr>
611
+ </thead>
612
+ <tbody>
613
+ <tr>
614
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">MP3</td>
615
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ048-0283.wav" >Your browser does not support the audio element.</audio></td>
616
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/mp3_8k.wav" >Your browser does not support the audio element.</audio></td>
617
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/mp3_16k.wav" >Your browser does not support the audio element.</audio></td>
618
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/mp3_24k.wav" >Your browser does not support the audio element.</audio></td>
619
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/mp3_32k.wav" >Your browser does not support the audio element.</audio></td>
620
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/mp3_40k.wav" >Your browser does not support the audio element.</audio></td>
621
+ </tr>
622
+
623
+ </tbody>
624
+ </table>
625
+ </div>
626
+ <!-- MP3 -->
627
+
628
+ <!-- Encodec -->
629
+ <div class="table-container">
630
+ <table class="audio-table">
631
+ <thead>
632
+ <tr>
633
+ <th style="text-align: center">Perturbation type</th>
634
+ <th style="text-align: center">Original</th>
635
+ <th style="text-align: center">Bandwidth=1.5kHz</th>
636
+ <th style="text-align: center">Bandwidth=3kHz</th>
637
+ <th style="text-align: center">Bandwidth=6kHz</th>
638
+ <th style="text-align: center">Bandwidth=12kHz</th>
639
+ <th style="text-align: center">Bandwidth=24kHz</th>
640
+ </tr>
641
+ </thead>
642
+ <tbody>
643
+ <tr>
644
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Encodec</td>
645
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ049-0229.wav" >Your browser does not support the audio element.</audio></td>
646
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Encodec_1.5.wav" >Your browser does not support the audio element.</audio></td>
647
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Encodec_3.wav" >Your browser does not support the audio element.</audio></td>
648
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Encodec_6.wav" >Your browser does not support the audio element.</audio></td>
649
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Encodec_12.wav" >Your browser does not support the audio element.</audio></td>
650
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Encodec_24.wav" >Your browser does not support the audio element.</audio></td>
651
+ </tr>
652
+
653
+ </tbody>
654
+ </table>
655
+ </div>
656
+ <!-- Encodec -->
657
+
658
+ <!-- Other Neural Codecs -->
659
+ <div class="table-container">
660
+ <table class="audio-table">
661
+ <thead>
662
+ <tr>
663
+ <th style="text-align: center">Perturbation type</th>
664
+ <th style="text-align: center">Original</th>
665
+ <th style="text-align: center">AudioDec</th>
666
+ <th style="text-align: center">FACodec</th>
667
+ <th style="text-align: center">DAC</th>
668
+ </tr>
669
+ </thead>
670
+ <tbody>
671
+ <tr>
672
+ <td style="text-align: center;vertical-align:middle;width: 200px;min-width: 200px">Other Neural Codecs</td>
673
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/LJ050-0277.wav" >Your browser does not support the audio element.</audio></td>
674
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/Audiodec.wav" >Your browser does not support the audio element.</audio></td>
675
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/FACodec.wav" >Your browser does not support the audio element.</audio></td>
676
+ <td style="text-align: center"><audio controls="controls" style="width: 200px;"><source src="./static/audios/DAC.wav" >Your browser does not support the audio element.</audio></td>
677
+ </tr>
678
+
679
+ </tbody>
680
+ </table>
681
+ </div>
682
+ <!-- Other Neural Codecs -->
683
+ <!-- Compression. -->
684
+ </div>
685
+ </div>
686
+ <!--/ Audio Perturbation Samples. -->
687
+
688
+
689
+ </div>
690
+ </section>
691
+
692
+
693
+ <section class="section" id="BibTeX">
694
+ <div class="container is-max-desktop content">
695
+ <h2 class="title">BibTeX</h2>
696
+ <pre><code>@article{li2025measuring,
697
+ title={Measuring the Robustness of Audio Deepfake Detectors},
698
+ author={Li, Xiang and Chen, Pin-Yu and Wei, Wenqi},
699
+ journal={arXiv preprint arXiv:2503.17577},
700
+ year={2025}
701
+ }</code></pre>
702
+ </div>
703
+ </section>
704
+
705
+
706
+ <footer class="footer">
707
+ <div class="container">
708
+
709
+ <div class="columns is-centered">
710
+ <div class="column is-8">
711
+ <div class="content">
712
+ <p>
713
+ This website is licensed under a <a rel="license"
714
+ href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
715
+ Commons Attribution-ShareAlike 4.0 International License</a>.
716
+ </p>
717
+ <p>
718
+ This means you are free to borrow the <a
719
+ href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
720
+ we just ask that you link back to this page in the footer.
721
+ Please remember to remove the analytics code included in the header of the website which
722
+ you do not want on your website.
723
+ </p>
724
+ </div>
725
+ </div>
726
+ </div>
727
+ </div>
728
+ </footer>
729
+
730
+ </body>
731
+ </html>