$V_kD:$ Improving Knowledge Distillation using Orthogonal Projections
About
Knowledge distillation is an effective method for training small and efficient deep learning models. However, the efficacy of a single method can degenerate when transferring to other tasks, modalities, or even other architectures. To address this limitation, we propose a novel constrained feature distillation method. This method is derived from a small set of core principles, which results in two emerging components: an orthogonal projection and a task-specific normalisation. Equipped with both of these components, our transformer models can outperform all previous methods on ImageNet and reach up to a 4.4% relative improvement over the previous state-of-the-art methods. To further demonstrate the generality of our method, we apply it to object detection and image generation, whereby we obtain consistent and substantial performance improvements over state-of-the-art. Code and models are publicly available: https://github.com/roymiles/vkd
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | Accuracy77.51 | 3518 | |
| Classification | ImageNet 1k (test val) | Top-1 Accuracy82.3 | 138 | |
| Image Generation | CIFAR-100 (20% data) | -- | 41 | |
| Image Generation | CIFAR-100 (10% data) | -- | 41 | |
| Image Generation | CIFAR-10 (20% data) | -- | 35 | |
| Image Generation | CIFAR-10 (10% data) | -- | 35 | |
| Image Generation | CIFAR-100 (full data) | -- | 35 | |
| Image Generation | CIFAR-10 100% data | -- | 30 | |
| Classification | BCIC-2A 9 subjects | Weighted F125.86 | 10 | |
| Classification | BCIC-2B 9 subjects | AUROC67.29 | 10 |