paper-with-me

Papers

ICD-Face: Intra-class Compactness Distillation for Face Recognition

2023-01-01 · ICCV 2023 1 · Zhipeng Yu, Jiaheng Liu, Haoyu Qin, Yichao Wu, Kun Hu, Jiayi Tian, Ding Liang

Knowledge distillation is an effective model compression method to improve the performance of a lightweight student model by transferring the knowledge of a well-performed teacher model, which has been widely adopted in many computer vision tasks, including face recognition (FR). The current FR distillation methods usually utilize the Feature Consistency Distillation (FCD) (e.g., L2 distance) on the learned embeddings extracted by the teacher and student models. However, after using FCD, we observe that the intra-class similarities of the student model are lower than the intra-class similarities of the teacher model a lot. Therefore, we propose an effective FR distillation method called ICD-Face by introducing intra-class compactness distillation into the existing distillation framework. Specifically, in ICD-Face, we first propose to calculate the similarity distributions of the teacher and student models, where the feature banks are introduced to construct sufficient and high-quality positive pairs. Then, we estimate the probability distributions of the teacher and student models and introduce the Similarity Distribution Consistency (SDC) loss to improve the intra-class compactness of the student model. Extensive experimental results on multiple benchmark datasets demonstrate the effectiveness of our proposed ICD-Face for face recognition.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionKnowledge DistillationModel Compression

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 제목 키워드 기반

Angular Learning: Toward Discriminative Embedded Features

2019-12-17 · JT Wu, L. Wang

The margin-based softmax loss functions greatly enhance intra-class compactness and perform well on the tasks of face recognition and object classification. Outperformance, however, depends on the careful hyperparameter …

Face Recognition

En-Compactness: Self-Distillation Embedding & Contrastive Generation for Generalized Zero-Shot Learning

2022-01-01 · CVPR 2022 1 · Xia Kong, Zuodong Gao, Xiaofan Li, Ming Hong 외

Generalized zero-shot learning (GZSL) requires a classifier trained on seen classes that can recognize objects from both seen and unseen classes. Due to the absence of unseen training samples, the classifier tends to…

Generalized Zero-Shot LearningZero-Shot Learning

Sub-center ArcFace: Boosting Face Recognition by Large-scale Noisy Web Faces

2020-08-01 · ECCV 2020 8 · Jiankang Deng, Jia Guo, Tongliang Liu, Mingming Gong 외

Margin-based deep face recognition methods (e.g. SphereFace, CosFace, and ArcFace) have achieved remarkable success in unconstrained face recognition. However, these methods are susceptible to the massive label noise in …

Face Recognition

Rotation Consistent Margin Loss for Efficient Low-Bit Face Recognition

2020-06-01 · CVPR 2020 6 · Yudong Wu, Yichao Wu, Ruihao Gong, Yuanhao Lv 외

In this paper, we consider the low-bit quantization problem of face recognition (FR) under the open-set protocol. Different from well explored low-bit quantization on closed-set image classification task, the open-set ta…

Face Recognitionimage-classificationImage ClassificationQuantization

ExpFace: Exponential Angular Margin Loss for Deep Face Recognition

2025-09-24 · Jinhui Zheng, Xueyuan Gong arxiv

Face recognition is an open-set problem requiring high discriminative power to ensure that intra-class distances remain smaller than inter-class distances. Margin-based softmax losses, such as SphereFace, CosFace, and Ar…

Face Recognition