Learn Before
Concept
Adversarial Generator
In adversarial distillation, an adversarial generator is trained to generate synthetic data, which is either added to or used as the training set. The distillation loss is:
Where:
- and are the teacher and student model outputs.
- represents the training samples generated by generator given a random input vector .
- is a distillation loss used to force the match between predicted and ground truth probability distributions (e.g., cross-entropy or Kullback-Leibler divergence loss).
0
1
Updated 2026-05-16
Contributors are:
Who are from:
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences