knowledge distillation
Technical term in machine learning where a smaller model (student) is trained to mimic a larger model (teacher).
Knowledge distillation is a technique to transfer the knowledge of a large model to a smaller one.
In this paper, they used knowledge distillation to make the model lighter.