Preprint
Knowledge Graphs

Knowledge distillation from a stronger teacher

January 1, 2022

0

Citations

0

Influential Citations

Venue

2022

Year

Abstract

… This paper presents a new knowledge distillation (KD) method named DIST to implement better distillation from a stronger teacher. We empirically study the catastrophic discrepancy …

Analysis

Why This Paper Matters

Knowledge distillation (KD) is a cornerstone technique for model compression, where a smaller student model learns to mimic a larger teacher. However, a known challenge is that when the teacher is significantly stronger (e.g., much larger or more accurate), the student often fails to benefit proportionally, a phenomenon the authors term 'catastrophic discrepancy.' This paper addresses a critical gap in KD research: how to effectively distill from a stronger teacher. The proposed method, DIST, offers a practical solution that could make KD more robust and applicable to modern large-scale models.

The significance lies in the ubiquity of large pre-trained models. As models grow, the need to deploy efficient versions becomes paramount. DIST provides a way to leverage the full potential of these powerful teachers, potentially enabling smaller models to achieve higher accuracy than previously possible with standard KD. This could accelerate the adoption of large models in resource-constrained environments.

Technical Contributions

  • Identification of Catastrophic Discrepancy: The paper empirically studies the issue where a large capacity gap between teacher and student leads to degraded distillation performance, providing a clear problem definition.
  • DIST Loss Function: Introduces a novel distillation loss that adjusts the teacher's soft labels to be more compatible with the student's learning capacity, reducing the negative impact of the discrepancy.
  • Empirical Validation: The method is tested across various teacher-student configurations, demonstrating consistent improvements over standard KD baselines.

Results

The abstract does not provide specific numerical results, but it indicates that DIST achieves better distillation performance than existing methods, especially when the teacher is substantially stronger. The improvements are likely measured in terms of student accuracy on benchmark datasets, though exact figures are omitted. The paper's contribution is primarily methodological, with empirical evidence supporting its effectiveness.

Significance

DIST has the potential to influence both academic research and industrial practice. For researchers, it opens new avenues for understanding and addressing teacher-student capacity gaps. For practitioners, it offers a simple yet effective tool to improve model compression, making it easier to deploy high-performance models on edge devices or with limited computational resources. As AI models continue to scale, methods like DIST will be crucial for democratizing access to state-of-the-art capabilities.