pytorch-metric-learning icon indicating copy to clipboard operation
pytorch-metric-learning copied to clipboard

Dynamic arcface

Open chingisooinar opened this issue 2 years ago • 2 comments

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!

chingisooinar avatar Mar 19 '22 07:03 chingisooinar

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 avatar Jun 05 '22 03:06 KevinMusgrave

@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.

chingisooinar avatar Jun 06 '22 02:06 chingisooinar