Closed Git-Yxt closed 2 years ago
We update the memory bank every 400 iterations in the paper. Actually, we tested a higher update frequency, such as every 200 or 300 iterations, but the final results remain almost the same.
Thanks for your explanation. But I still have the question. I think you mean that the memory bank's updating process is conducted with re-clustering at the beginning of each epoch. Why didn't you use momentum to update the memory bank as some papers do? Is there any difference? Thank you for your reply.
I know some papers use momentum on feature vectors in the memory bank. I use momentum on network weights. I remember that I tested both and the results are also similar.
Thanks for your detailed explanation.
why didn't the author update the camera-aware memory bank in an epoch?