Low-Resolution Face Recognition via Adaptable Instance-Relation Distillation
Ruixin Shi, Weijia Guo, Shiming Ge
TL;DR
This work tackles low-resolution face recognition under data-distribution gaps between training and real-world testing. It introduces Adaptable Instance-Relation Distillation (AIRD), a teacher-student framework that jointly distills cross-resolution knowledge at the instance and relational levels, complemented by an online test-time adaptation stage called FaceBN. The method combines $\mathcal{L}_{IlD}$ and $\mathcal{L}_{RlD}$ losses to align embedding spaces while enhancing inter-class separation, and employs online batch-normalization statistics to bridge domain shifts without adding extra components. Experiments across verification and identification tasks demonstrate state-of-the-art performance and strong adaptability, validating AIRD’s effectiveness for practical, real-world LR-FR scenarios.
Abstract
Low-resolution face recognition is a challenging task due to the missing of informative details. Recent approaches based on knowledge distillation have proven that high-resolution clues can well guide low-resolution face recognition via proper knowledge transfer. However, due to the distribution difference between training and testing faces, the learned models often suffer from poor adaptability. To address that, we split the knowledge transfer process into distillation and adaptation steps, and propose an adaptable instance-relation distillation approach to facilitate low-resolution face recognition. In the approach, the student distills knowledge from high-resolution teacher in both instance level and relation level, providing sufficient cross-resolution knowledge transfer. Then, the learned student can be adaptable to recognize low-resolution faces with adaptive batch normalization in inference. In this manner, the capability of recovering missing details of familiar low-resolution faces can be effectively enhanced, leading to a better knowledge transfer. Extensive experiments on low-resolution face recognition clearly demonstrate the effectiveness and adaptability of our approach.
