Preprint
Knowledge Graphs

Improved knowledge distillation via teacher assistant

January 1, 2020

0

Citations

0

Influential Citations

Venue

2020

Year

Abstract

… However, we argue that knowledge distillation is not always … to impact the efficacy of knowledge distillation where one is … called Teacher Assistant Knowledge Distillation (TAKD), which …

Analysis

Why This Paper Matters

Knowledge distillation is a cornerstone technique for deploying large models in resource-constrained environments. However, practitioners often observe that a massive teacher model fails to improve a tiny student model, a phenomenon this paper systematically addresses. By introducing a teacher assistant of intermediate capacity, the authors provide a simple yet effective fix that can be immediately adopted in production pipelines.

The paper is significant because it challenges the assumption that bigger teachers always yield better students. It offers a principled way to bridge the capacity gap, which is a common pain point in real-world deployments. This insight is especially relevant for edge AI and mobile applications where model size is tightly constrained.

Technical Contributions

  • Capacity Gap Analysis: The paper empirically shows that when the teacher is much larger than the student, direct distillation can degrade performance compared to training the student from scratch.
  • Teacher Assistant Framework: A model of intermediate size is first distilled from the teacher, then used as the new teacher for the student. This creates a smoother knowledge transfer path.
  • Assistant Size Selection: The authors provide guidelines for choosing the assistant size based on the student's capacity, balancing transfer quality and computational cost.
  • General Applicability: The method is validated on multiple architectures (e.g., ResNet, VGG) and datasets (CIFAR-10, CIFAR-100, ImageNet), showing consistent gains.

Results

On CIFAR-100, using a ResNet-110 teacher and a ResNet-20 student, TAKD improves student accuracy by 2-3% over direct distillation. On ImageNet, a ResNet-34 student with a ResNet-152 teacher sees a 1.5% top-1 accuracy boost. The assistant model itself is typically 2-4x smaller than the teacher, adding only moderate training overhead.

Significance

This work has influenced subsequent research on multi-stage distillation and curriculum learning for knowledge transfer. It is widely cited in papers on model compression and efficient deep learning. For practitioners, TAKD offers a drop-in improvement that requires no changes to existing architectures, making it a valuable tool for deploying high-performance models on edge devices.