Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -258,13 +258,13 @@ of &alpha and &beta. Specifically, when &alpha is fixed, a larger value of &beta
|
|
| 258 |
ASR increase. When &beta is fixed, larger &alpha would both reduce the ASR and the Win Rate.</p>
|
| 259 |
<div class="image-container">
|
| 260 |
<figure>
|
| 261 |
-
<img src="
|
| 262 |
-
<figcaption>
|
| 263 |
</figure>
|
| 264 |
|
| 265 |
<figure>
|
| 266 |
-
<img src="
|
| 267 |
-
<figcaption>
|
| 268 |
</figure>
|
| 269 |
</div>
|
| 270 |
|
|
|
|
| 258 |
ASR increase. When &beta is fixed, larger &alpha would both reduce the ASR and the Win Rate.</p>
|
| 259 |
<div class="image-container">
|
| 260 |
<figure>
|
| 261 |
+
<img src="./asr_heatmap.png" alt="Image 1">
|
| 262 |
+
<figcaption>Attack Success Rate</figcaption>
|
| 263 |
</figure>
|
| 264 |
|
| 265 |
<figure>
|
| 266 |
+
<img src="./win_rate_heatmap.png" alt="Image 2">
|
| 267 |
+
<figcaption>Win Rate</figcaption>
|
| 268 |
</figure>
|
| 269 |
</div>
|
| 270 |
|