paper-with-me

Papers

Cross Architecture Distillation for Face Recognition

2023-06-26 · Weisong Zhao, Xiangyu Zhu, Zhixiang He, Xiao-Yu Zhang, Zhen Lei

Transformers have emerged as the superior choice for face recognition tasks, but their insufficient platform acceleration hinders their application on mobile devices. In contrast, Convolutional Neural Networks (CNNs) capitalize on hardware-compatible acceleration libraries. Consequently, it has become indispensable to preserve the distillation efficacy when transferring knowledge from a Transformer-based teacher model to a CNN-based student model, known as Cross-Architecture Knowledge Distillation (CAKD). Despite its potential, the deployment of CAKD in face recognition encounters two challenges: 1) the teacher and student share disparate spatial information for each pixel, obstructing the alignment of feature space, and 2) the teacher network is not trained in the role of a teacher, lacking proficiency in handling distillation-specific knowledge. To surmount these two constraints, 1) we first introduce a Unified Receptive Fields Mapping module (URFM) that maps pixel features of the teacher and student into local features with unified receptive fields, thereby synchronizing the pixel-wise spatial information of teacher and student. Subsequently, 2) we develop an Adaptable Prompting Teacher network (APT) that integrates prompts into the teacher, enabling it to manage distillation-specific knowledge while preserving the model's discriminative capacity. Extensive experiments on popular face benchmarks and two large-scale verification sets demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2306.14662

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

How Knowledge Distillation Mitigates the Synthetic Gap in Fair Face Recognition

2024-08-30 · Pedro C. Neto, Ivona Colakovic, Sašo Karakatič, Ana F. Sequeira

Leveraging the capabilities of Knowledge Distillation (KD) strategies, we devise a strategy to fight the recent retraction of face recognition datasets. Given a pretrained Teacher model trained on a real dataset, we show…

Face RecognitionFairnessKnowledge Distillation

Distilling Generative-Discriminative Representations for Very Low-Resolution Face Recognition

2024-09-10 · Junzheng Zhang, Weijia Guo, Bochao Liu, Ruixin Shi 외

Very low-resolution face recognition is challenging due to the serious loss of informative facial details in resolution degradation. In this paper, we propose a generative-discriminative representation distillation appro…

Face RecognitionKnowledge DistillationSuper-ResolutionTransfer Learning

Cross-Resolution Face Recognition via Prior-Aided Face Hallucination and Residual Knowledge Distillation

2019-05-26 · Hanyang Kong, Jian Zhao, Xiaoguang Tu, Junliang Xing 외

Recent deep learning based face recognition methods have achieved great performance, but it still remains challenging to recognize very low-resolution query face like 28x28 pixels when CCTV camera is far from the capture…

Face HallucinationFace RecognitionGenerative Adversarial NetworkHallucination+2

MarginDistillation: distillation for margin-based softmax

2020-03-05 · David Svitov, Sergey Alyamkin

The usage of convolutional neural networks (CNNs) in conjunction with a margin-based softmax approach demonstrates a state-of-the-art performance for the face recognition problem. Recently, lightweight neural network mod…

Face IdentificationFace Recognition

Efficient Low-Resolution Face Recognition via Bridge Distillation

2024-09-18 · Shiming Ge, Shengwei Zhao, Chenyu Li, Yu Zhang 외

Face recognition in the wild is now advancing towards light-weight models, fast inference speed and resolution-adapted capability. In this paper, we propose a bridge distillation approach to turn a complex face model pre…

CPUDataset DistillationFace ModelFace Recognition+3