paper-with-me

홈 › Papers

Enhancing Low-resolution Face Recognition with Feature Similarity Knowledge Distillation

2023-03-08 · Sungho Shin, Yeonguk Yu, Kyoobin Lee

In this study, we introduce a feature knowledge distillation framework to improve low-resolution (LR) face recognition performance using knowledge obtained from high-resolution (HR) images. The proposed framework transfers informative features from an HR-trained network to an LR-trained network by reducing the distance between them. A cosine similarity measure was employed as a distance metric to effectively align the HR and LR features. This approach differs from conventional knowledge distillation frameworks, which use the L_p distance metrics and offer the advantage of converging well when reducing the distance between features of different resolutions. Our framework achieved a 3% improvement over the previous state-of-the-art method on the AgeDB-30 benchmark without bells and whistles, while maintaining a strong performance on HR images. The effectiveness of cosine similarity as a distance metric was validated through statistical analysis, making our approach a promising solution for real-world applications in which LR images are frequently encountered. The code and pretrained models are publicly available on https://github.com/gist-ailab/feature-similarity-KD.

📄 PDF Abstract BibTeX arXiv:2303.04681

Code (1)

gist-ailab/teaching-where-to-look pytorch

Tasks

Face RecognitionKnowledge Distillation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Embedding Similarity Guided License Plate Super Resolution

2025-01-02 · Abderrezzaq Sendjasni, Mohamed-Chaker Larabi

Super-resolution (SR) techniques play a pivotal role in enhancing the quality of low-resolution images, particularly for applications such as security and surveillance, where accurate license plate recognition is crucial…

License Plate RecognitionOptical Character RecognitionOptical Character Recognition (OCR)Super-Resolution

Cross-resolution Face Recognition via Identity-Preserving Network and Knowledge Distillation

2023-03-15 · Yuhang Lu, Touradj Ebrahimi

Cross-resolution face recognition has become a challenging problem for modern deep face recognition systems. It aims at matching a low-resolution probe image with high-resolution gallery images registered in a database. …

Face RecognitionKnowledge DistillationSuper-Resolution

Teaching Where to Look: Attention Similarity Knowledge Distillation for Low Resolution Face Recognition

2022-09-29 · Sungho Shin, Joosoon Lee, Junseok Lee, Yeonguk Yu 외

Deep learning has achieved outstanding performance for face recognition benchmarks, but performance reduces significantly for low resolution (LR) images. We propose an attention similarity knowledge distillation approach…

Face RecognitionKnowledge Distillation

MagnifyMe: Aiding Cross Resolution Face Recognition via Identity Aware Synthesis

2018-02-22 · Maneet Singh, Shruti Nagpal, Richa Singh, Mayank Vatsa 외

Enhancing low resolution images via super-resolution or image synthesis for cross-resolution face recognition has been well studied. Several image processing and machine learning paradigms have been explored for addressi…

Face IdentificationFace RecognitionImage GenerationSuper-Resolution

Homogeneous Low-Resolution Face Recognition Method based Correlation Features

2021-11-25 · Xuan Zhao

Face recognition technology has been widely adopted in many mission-critical scenarios like means of human identification, controlled admission, and mobile device access, etc. Security surveillance is a typical scenario …

Face Recognition