TL;DR
Training large speech recognition models is computationally expensive and data-hungry, limiting practical deployment. Researchers developed an on-policy distillation method that transfers knowledge from a large teacher model to a smaller student model using only relevant data samples.
✦ Why It Matters
Engineers can deploy smaller, faster speech recognition models without sacrificing accuracy by using on-policy distillation techniques.
Key Takeaways
How It Works
On-policy distillation involves training a smaller student model using the outputs of a larger teacher model during the same training phase. This method allows the student to learn from the teacher's predictions, improving its performance without needing extensive labeled data.
Related