English

CLIP-Embed-KD: Computationally Efficient Knowledge Distillation Using Embeddings as Teachers

Machine Learning 2024-09-02 v1 Artificial Intelligence

Abstract

Contrastive Language-Image Pre-training (CLIP) has been shown to improve zero-shot generalization capabilities of language and vision models. In this paper, we extend CLIP for efficient knowledge distillation, by utilizing embeddings as teachers. Typical knowledge distillation frameworks require running forward passes through a teacher model, which is often prohibitive in the case of billion or trillion parameter teachers. In these cases, using only the embeddings of the teacher models to guide the distillation can yield significant computational savings. Our preliminary findings show that CLIP-based knowledge distillation with embeddings can outperform full scale knowledge distillation using 9×9\times less memory and 8×8\times less training time. Code available at: https://github.com/lnairGT/CLIP-Distillation/

Keywords

Cite

@article{arxiv.2404.06170,
  title  = {CLIP-Embed-KD: Computationally Efficient Knowledge Distillation Using Embeddings as Teachers},
  author = {Lakshmi Nair},
  journal= {arXiv preprint arXiv:2404.06170},
  year   = {2024}
}

Comments

Short paper - 5 pages; 5 figures

R2 v1 2026-06-28T15:48:34.267Z