Learn Before
Concept

Discriminator-Based Adversarial Distillation

In discriminator-based adversarial distillation, a discriminator distinguishes the samples or features of the student model from those of the teacher model. A representative objective function is:

LGANKD=LCE(G(Fs(x)),y)+αLKL(G(Fs(x)),Ft(x))+βLGAN(Fs(x),Ft(x))L_{\text{GANKD}} = L_{\text{CE}}(G(F_s(x)), y) + \alpha L_{\text{KL}}(G(F_s(x)), F_t(x)) + \beta L_{\text{GAN}}(F_s(x), F_t(x))

Where:

  • GG is a student network.
  • LGAN()L_{\text{GAN}}(\cdot) is a typical adversarial loss function used to make the student and teacher outputs similar.

0

1

Updated 2026-06-13

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences