Learn Before
Concept
Generator-Based Adversarial Distillation
In generator-based adversarial distillation, an adversarial generator is trained to produce synthetic data that is added to or used as the training set for knowledge distillation. 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-07-10
Contributors are:
Who are from:
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences