概念
distillation optimization
创建2026-04-15
更新2026-04-15
阅读量级1 分钟
概念导读

Reverse KL distillation uses the reverse Kullback-Leibler divergence (KL(student || teacher)) instead of the forward direction as the distillation objective. Unlike forward KL, which encourages the student to cover all modes of the teacher distribution, reverse KL encourages the student to be mode-seeking, potentially producing sharper but less diverse outpu...

  1. Related
  2. References

Reverse KL Distillation

Reverse KL distillation uses the reverse Kullback-Leibler divergence (KL(student || teacher)) instead of the forward direction as the distillation objective. Unlike forward KL, which encourages the student to cover all modes of the teacher distribution, reverse KL encourages the student to be mode-seeking, potentially producing sharper but less diverse outputs. This technique is discussed in the context of on-policy-distillation and relates to the broader analysis in kl-divergence-in-distillation.

References