Closed skr998 closed 2 years ago
Hi @skr998,
If all neighbors are incorrect, we only trained on augmented views for that specific image. Keep in mind, this is only to provide an approximation of the upperbound of our method since this requires lables.
Thanks @wvangansbeke , you said "If all neighbors are incorrect, we only trained on augmented views for that specific image.", is that means you also only select 1 from the K neighbors set corrected by labels, to compute the scan loss?
Moreover, you evaluate the model every epoch, and select 5 neighbors to compute the loss together. Have you used the labels to correct this neighbor set in the evaluation phase every epoch? I guess you didn't.
Hi @skr998,
Hello, thanks for your outstanding work.
There is a question about the "Results without false positives in the nearest neighbors" in your paper, because if you remove some samples in the nearest neighbors set, you can't obtain K nearest neighbors for every samples.
So how did you solve this problem?