pytorch-metric-learning
pytorch-metric-learning copied to clipboard
Dynamic arcface
Hello, I am working on Dynamic Arcface: https://arxiv.org/pdf/2010.05350.pdf. I implemented a unit test. However, I have some implementation concerns. Particularly, Dynamic Arcface seems to more of a wrapper than a separate DM loss. I would prefer implementing it as a Wrapper class but I would love to know what you think. Thank you!
Sorry I haven't had a chance yet to look at this. I'm still interested though, so I'm re-opening. (Unless you really want it to be closed.)
@KevinMusgrave I was not sure about the name I gave to it. I have recently found a work with the exact same name (Dyn-Arcface) (https://www.youtube.com/watch?v=Qa1WWYtYPE8). This algorithm, however, is more of a tech report, as far as I understand. So, I am not sure what to do with it.