Knowledge Distillation¶
Definition
AI-generated
Knowledge distillation trains a smaller student network to match the outputs (soft probability targets or intermediate representations) of a larger teacher model, transferring behavior with fewer parameters or faster inference—often summarized as “distillation.”
Synonyms
Why it matters in GWAS¶
Deploying variant or cell-type predictors on laptops or clusters may require compact student models; performance on held-out ancestries and functional benchmarks must be re-checked because distillation can amplify teacher blind spots.
Example usage¶
"The methods use Knowledge Distillation to improve representation learning before downstream association tasks."
Related terms¶
References¶
- Hinton G, Vinyals O, Dean J. (2015). Distilling the knowledge in a neural network. NIPS Deep Learning Workshop.
Last updated (UTC · Git history)