allenhzy commited on
Commit
8f4ffcd
1 Parent(s): 7885478
Files changed (1) hide show
  1. index.html +11 -2
index.html CHANGED
@@ -230,12 +230,21 @@
230
  </div>
231
  </div>
232
  <div class="columns is-centered">
233
- <div class="column has-text-justified">
234
  <p>
235
  <strong>Figure 1. Neighborhood Relations of Benign Examples and AEs.</strong>
236
  </p>
237
  </div>
238
  </div>
 
 
 
 
 
 
 
 
 
239
  </div>
240
  </section>
241
 
@@ -245,7 +254,7 @@
245
  <div class="columns is-centered">
246
  <div class="column container-centered">
247
  <img src="./static/images/overview.png" alt="Method Overview of BEYOND"/>
248
- <p><strong>Figure 2. Overview of BEYOND.</strong>. First, we augment the input image to obtain a bunch of its neighbors. Then, we
249
  perform the label consistency detection mechanism on the classifier’s prediction of the input image and that of neighbors predicted by
250
  SSL’s classification head. Meanwhile, the representation similarity mechanism employs cosine distance to measure the similarity among
251
  the input image and its neighbors. Finally, The input image with poor label consistency or representation similarity is flagged as AE.</p>
 
230
  </div>
231
  </div>
232
  <div class="columns is-centered">
233
+ <div class="column has-text-justified is-four-fifths">
234
  <p>
235
  <strong>Figure 1. Neighborhood Relations of Benign Examples and AEs.</strong>
236
  </p>
237
  </div>
238
  </div>
239
+ <div class="columns is-centered">
240
+ <div class="column has-text-justified">
241
+ <p>
242
+ Latent Neighborhood Graph (LNG) represents the relationship between the input sample and the reference sample as a graph,
243
+ whose nodes are embeddings extracted by DDN and edges are built according to distances between the input node and reference nodes,
244
+ and train a graph neural network to detect AEs.
245
+ </p>
246
+ </div>
247
+ </div>
248
  </div>
249
  </section>
250
 
 
254
  <div class="columns is-centered">
255
  <div class="column container-centered">
256
  <img src="./static/images/overview.png" alt="Method Overview of BEYOND"/>
257
+ <p><strong>Figure 2. Overview of BEYOND.</strong> First, we augment the input image to obtain a bunch of its neighbors. Then, we
258
  perform the label consistency detection mechanism on the classifier’s prediction of the input image and that of neighbors predicted by
259
  SSL’s classification head. Meanwhile, the representation similarity mechanism employs cosine distance to measure the similarity among
260
  the input image and its neighbors. Finally, The input image with poor label consistency or representation similarity is flagged as AE.</p>