Spaces:
Running
Running
Overview
Browse files- index.html +9 -4
- static/images/overview.pdf +0 -0
index.html
CHANGED
|
@@ -262,9 +262,9 @@
|
|
| 262 |
|
| 263 |
<section class="section">
|
| 264 |
<div class="container is-max-desktop">
|
|
|
|
| 265 |
<div class="columns is-centered">
|
| 266 |
<div class="column has-text-centered">
|
| 267 |
-
<h2 class="title is-3">Method Overview of BEYOND</h2>
|
| 268 |
|
| 269 |
</div>
|
| 270 |
</div>
|
|
@@ -273,10 +273,15 @@
|
|
| 273 |
|
| 274 |
<section class="section">
|
| 275 |
<div class="container is-max-desktop">
|
|
|
|
| 276 |
<div class="columns is-centered">
|
| 277 |
-
<div class="column
|
| 278 |
-
<
|
| 279 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</div>
|
|
|
|
| 262 |
|
| 263 |
<section class="section">
|
| 264 |
<div class="container is-max-desktop">
|
| 265 |
+
<h2 class="title is-3">Method Overview of BEYOND</h2>
|
| 266 |
<div class="columns is-centered">
|
| 267 |
<div class="column has-text-centered">
|
|
|
|
| 268 |
|
| 269 |
</div>
|
| 270 |
</div>
|
|
|
|
| 273 |
|
| 274 |
<section class="section">
|
| 275 |
<div class="container is-max-desktop">
|
| 276 |
+
<h2 class="title is-3">Method Overview of BEYOND</h2>
|
| 277 |
<div class="columns is-centered">
|
| 278 |
+
<div class="column container-centered">
|
| 279 |
+
<img src="./static/images/overview.pdf" class="method_overview"
|
| 280 |
+
alt="Method Overview of BEYOND"/>
|
| 281 |
+
<p><strong>Figure 1.</strong> Overview of <strong>BEYOND</strong>. First, we augment the input image to obtain a bunch of its neighbors. Then, we
|
| 282 |
+
perform the label consistency detection mechanism on the classifier’s prediction of the input image and that of neighbors predicted by
|
| 283 |
+
SSL’s classification head. Meanwhile, the representation similarity mechanism employs cosine distance to measure the similarity among
|
| 284 |
+
the input image and its neighbors. Finally, The input image with poor label consistency or representation similarity is flagged as AE.</p>
|
| 285 |
</div>
|
| 286 |
</div>
|
| 287 |
</div>
|
static/images/overview.pdf
ADDED
|
Binary file (137 kB). View file
|
|
|