Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Knowledge Distillation

Knowledge Distillation

Training a compact student model to mimic a larger teacher model's behavior through soft target distributions.

Year: 2015Generality: 880Added: Apr 17, 2026
Back to Vocab

Knowledge distillation

Knowledge distillation transfers capabilities from a large, high-performing model to a smaller, more efficient model by training the student on the teacher's output distributions rather than raw labels.

The student learns from the full probability distribution over all possible outputs that the teacher produces instead of one-hot correct answers. For example, an image of a cat might receive a probability of 0.7 for the cat class and 0.25 for the dog class. The student learns the significance of these relative probabilities. The soft targets capture dark knowledge: relationships between classes and confidence calibration that plain labels cannot express. Modern approaches often combine temperature-scaled softmax outputs with contrastive learning signals to preserve the teacher's predictions and learned representations.

Distilled models can achieve 90–95% of the teacher's performance while requiring substantially less compute and memory. Performance gaps remain for rare or ambiguous cases in which the teacher's probability distributions are themselves uninformative. The teacher must be substantially larger and more capable than the student for the knowledge transfer to be meaningful, and the student inherits any biases in the teacher.

The theoretical conditions under which dark knowledge is maximally useful for a student have not been fully characterized. Whether factual, procedural, or stylistic knowledge distills more effectively than other types remains an open empirical question. Reliable scaling laws have not yet captured the relationship between teacher-student capacity ratio and downstream task performance.

Sources

  1. Distilling the Knowledge in a Neural Network

    arXiv · Mar 9, 2015

Research this in Signals

Scan Knowledge Distillation for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Knowledge Distillation already loaded, so edit it or scan as is.