PocketNet: Extreme Lightweight Face Recognition Network using Neural Architecture Search and Multi-Step Knowledge Distillation

Deep neural networks have rapidly become the mainstream method for face recognition (FR). However, this limits the deployment of such models that contain an extremely large number of parameters to embedded and low-end devices. In this work, we present an extremely lightweight and accurate FR solution, namely PocketNet. We utilize neural architecture search to develop a new family of lightweight face-specific architectures. We additionally propose a novel training paradigm based on knowledge distillation (KD), the multi-step KD, where the knowledge is distilled from the teacher model to the student model at different stages of the training maturity. We conduct a detailed ablation study proving both, the sanity of using NAS for the specific task of FR rather than general object classification, and the benefits of our proposed multi-step KD. We present an extensive experimental evaluation and comparisons with the state-of-the-art (SOTA) compact FR models on nine different benchmarks including large-scale evaluation benchmarks such as IJB-B, IJB-C, and MegaFace. PocketNets have consistently advanced the SOTA FR performance on nine mainstream benchmarks when considering the same level of model compactness. With 0.92M parameters, our smallest network PocketNetS-128 achieved very competitive results to recent SOTA compacted models that contain up to 4M parameters.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Lightweight Face Recognition AgeDB-30 PocketNetS-128 - multi-step KD MFLOPs 587.11 # 3
Accuracy 0.961 # 3
Lightweight Face Recognition CALFW PocketNetS-128 - multi-step KD Accuracy 0.9548 # 2
MFLOPs 587.11 # 3
Lightweight Face Recognition CFP-FP PocketNetS-128 - multi-step KD Accuracy 0.9421 # 3
MFLOPs 587.11 # 3
Lightweight Face Recognition CPLFW PocketNetS-128 - multi-step KD Accuracy 0.8963 # 3
MFLOPs 587.11 # 3
Lightweight Face Recognition IJB-B PocketNetS-128 - multi-step KD TAR @ FAR=0.01 0.8944 # 4
MFLOPs 587.11 # 4
Lightweight Face Recognition IJB-C PocketNetS-128 - multi-step KD TAR @ FAR=0.01 0.9162 # 4
MFLOPs 587.11 # 4
Lightweight Face Recognition LFW PocketNetS-128 - multi-step KD Accuracy 0.9958 # 5
MFLOPs 587.11 # 4

Methods