AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

This process involves transferring knowledge from a complex, high-performance ’teacher’ neural network to a simpler, more efficient ‘student’ network. The student learns not just from hard labels but also from the soft probability distributions output by the teacher, which contain richer information about class relationships. This allows the student to achieve comparable accuracy with significantly fewer parameters, enabling faster inference and lower computational costs, making it ideal for deployment on resource-constrained devices like mobile phones or edge hardware.

Summary

Knowledge distillation is a model compression technique where a smaller student model learns to mimic the behavior of a larger teacher model.

Key Concepts

Use Cases