HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

It's All in the Head: Representation Knowledge Distillation through Classifier Sharing

Emanuel Ben-Baruch Matan Karklinsky Yossi Biton Avi Ben-Cohen Hussam Lawen Nadav Zamir

It's All in the Head: Representation Knowledge Distillation through Classifier Sharing

Abstract

Representation knowledge distillation aims at transferring rich information from one model to another. Common approaches for representation distillation mainly focus on the direct minimization of distance metrics between the models' embedding vectors. Such direct methods may be limited in transferring high-order dependencies embedded in the representation vectors, or in handling the capacity gap between the teacher and student models. Moreover, in standard knowledge distillation, the teacher is trained without awareness of the student's characteristics and capacity. In this paper, we explore two mechanisms for enhancing representation distillation using classifier sharing between the teacher and student. We first investigate a simple scheme where the teacher's classifier is connected to the student backbone, acting as an additional classification head. Then, we propose a student-aware mechanism that asks to tailor the teacher model to a student with limited capacity by training the teacher with a temporary student's head. We analyze and compare these two mechanisms and show their effectiveness on various datasets and tasks, including image classification, fine-grained classification, and face verification. In particular, we achieve state-of-the-art results for face verification on the IJB-C dataset for a MobileFaceNet model: TAR@(FAR=1e-5)=93.7\%. Code is available at https://github.com/Alibaba-MIIL/HeadSharingKD.

Code Repositories

alibaba-miil/headsharingkd
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
face-verification-on-ijb-cHeadSharing: TH-KD
TAR @ FAR=1e-4: 95.48%
TAR @ FAR=1e-5: 93.50%
TAR @ FAR=1e-6: 89.82%
model: MobileFaceNet
training dataset: MS1M V3
face-verification-on-ijb-cHeadSharing: SH-KD
TAR @ FAR=1e-4: 95.64%
TAR @ FAR=1e-5: 93.73%
TAR @ FAR=1e-6: 90.24%
model: MobileFaceNet
training dataset: MS1M V3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
It's All in the Head: Representation Knowledge Distillation through Classifier Sharing | Papers | HyperAI