Learn Before
Concept
Discriminator
A discriminator distinguishes the samples from student and teacher models using either logits or features. A representative model is L_{GANKD} = L_{CE}(G(F_s(x)), y) + \alphaL_{KL}(G(F_s(x)), F_t(x)) + \betaL_{GAN|(F_s(x), F_t(x))
- G is a student network
- is a typical loss function in GAN to make student and teacher outputs similar
0
1
Updated 2022-10-29
Tags
Deep Learning (in Machine learning)