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

Teacher top-k local support matching is a technique used in knowledge distillation where the student is trained to match not just the full output distribution of the teacher, but specifically the top-k highest-probability tokens at each position. This provides more focused training signal and can improve distillation efficiency by concentrating learning on t...

  1. Related
  2. References

Teacher Top-K Local Support Matching

Teacher top-k local support matching is a technique used in knowledge distillation where the student is trained to match not just the full output distribution of the teacher, but specifically the top-k highest-probability tokens at each position. This provides more focused training signal and can improve distillation efficiency by concentrating learning on the most important tokens. The technique is discussed in the context of on-policy-distillation.

References