VkD: Improving Knowledge Distillation Using Orthogonal Projections

Abstract

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.

Cite

Text

Miles et al. "VkD: Improving Knowledge Distillation Using Orthogonal Projections." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01488

Markdown

[Miles et al. "VkD: Improving Knowledge Distillation Using Orthogonal Projections." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/miles2024cvpr-vkd/) doi:10.1109/CVPR52733.2024.01488

BibTeX

@inproceedings{miles2024cvpr-vkd,
  title     = {{VkD: Improving Knowledge Distillation Using Orthogonal Projections}},
  author    = {Miles, Roy and Elezi, Ismail and Deng, Jiankang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {15720-15730},
  doi       = {10.1109/CVPR52733.2024.01488},
  url       = {https://mlanthology.org/cvpr/2024/miles2024cvpr-vkd/}
}