LGCVJul 6, 2021

Confidence Conditioned Knowledge Distillation

arXiv:2107.06993v1
Originality Incremental advance
AI Analysis

This work addresses data inefficiency and lack of sample-specific adaptation in knowledge distillation for machine learning practitioners, though it is incremental as it builds on existing distillation frameworks.

The paper tackles the problem of inefficient knowledge transfer in distillation by proposing a confidence conditioned scheme (CCKD) that uses teacher confidence to create sample-specific loss functions and targets, achieving at least as much generalization as state-of-the-art methods while improving data efficiency and adversarial resilience, with performance increases of at least 3% on MNIST and Fashion MNIST and 6% on CIFAR10 against attacks.

In this paper, a novel confidence conditioned knowledge distillation (CCKD) scheme for transferring the knowledge from a teacher model to a student model is proposed. Existing state-of-the-art methods employ fixed loss functions for this purpose and ignore the different levels of information that need to be transferred for different samples. In addition to that, these methods are also inefficient in terms of data usage. CCKD addresses these issues by leveraging the confidence assigned by the teacher model to the correct class to devise sample-specific loss functions (CCKD-L formulation) and targets (CCKD-T formulation). Further, CCKD improves the data efficiency by employing self-regulation to stop those samples from participating in the distillation process on which the student model learns faster. Empirical evaluations on several benchmark datasets show that CCKD methods achieve at least as much generalization performance levels as other state-of-the-art methods while being data efficient in the process. Student models trained through CCKD methods do not retain most of the misclassifications commited by the teacher model on the training set. Distillation through CCKD methods improves the resilience of the student models against adversarial attacks compared to the conventional KD method. Experiments show at least 3% increase in performance against adversarial attacks for the MNIST and the Fashion MNIST datasets, and at least 6% increase for the CIFAR10 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes