CVSep 9, 2017

Model Distillation with Knowledge Transfer from Face Classification to Alignment and Verification

arXiv:1709.02929v226 citations
Originality Incremental advance
AI Analysis

This work addresses model compression for face recognition tasks, offering incremental improvements by adapting distillation to non-classification domains.

The paper tackles the problem of extending knowledge distillation beyond classification tasks to face alignment and verification, demonstrating that a student network can match or surpass a teacher network in these tasks under specific compression rates on CelebA and CASIA-WebFace datasets.

Knowledge distillation is a potential solution for model compression. The idea is to make a small student network imitate the target of a large teacher network, then the student network can be competitive to the teacher one. Most previous studies focus on model distillation in the classification task, where they propose different architects and initializations for the student network. However, only the classification task is not enough, and other related tasks such as regression and retrieval are barely considered. To solve the problem, in this paper, we take face recognition as a breaking point and propose model distillation with knowledge transfer from face classification to alignment and verification. By selecting appropriate initializations and targets in the knowledge transfer, the distillation can be easier in non-classification tasks. Experiments on the CelebA and CASIA-WebFace datasets demonstrate that the student network can be competitive to the teacher one in alignment and verification, and even surpasses the teacher network under specific compression rates. In addition, to achieve stronger knowledge transfer, we also use a common initialization trick to improve the distillation performance of classification. Evaluations on the CASIA-Webface and large-scale MS-Celeb-1M datasets show the effectiveness of this simple trick.

Foundations

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

Your Notes