pith. sign in

arxiv: 2209.08930 · v1 · pith:7BRKEH2Hnew · submitted 2022-09-19 · 💻 cs.CV

HiMFR: A Hybrid Masked Face Recognition Through Face Inpainting

classification 💻 cs.CV
keywords facemaskedinpaintingrecognitionhimfrfaceshybridmethod
0
0 comments X
read the original abstract

To recognize the masked face, one of the possible solutions could be to restore the occluded part of the face first and then apply the face recognition method. Inspired by the recent image inpainting methods, we propose an end-to-end hybrid masked face recognition system, namely HiMFR, consisting of three significant parts: masked face detector, face inpainting, and face recognition. The masked face detector module applies a pretrained Vision Transformer (ViT\_b32) to detect whether faces are covered with masked or not. The inpainting module uses a fine-tune image inpainting model based on a Generative Adversarial Network (GAN) to restore faces. Finally, the hybrid face recognition module based on ViT with an EfficientNetB3 backbone recognizes the faces. We have implemented and evaluated our proposed method on four different publicly available datasets: CelebA, SSDMNV2, MAFA, {Pubfig83} with our locally collected small dataset, namely Face5. Comprehensive experimental results show the efficacy of the proposed HiMFR method with competitive performance. Code is available at https://github.com/mdhosen/HiMFR

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Vision Transformers for Face Recognition Need More Registers

    cs.CV 2026-06 unverdicted novelty 5.0

    Adding eight register tokens to a CPE-based ViT-B for face recognition yields state-of-the-art verification accuracy on IJB-B and IJB-C while producing smoother attention maps.

  2. ViT-FREE: Efficient Face Recognition via Early Exiting and Synthetic Adaptation

    cs.CV 2026-06 conditional novelty 4.0

    ViT-FREE enables early exiting from pretrained ViTs for face verification with up to 20% speedup and 1.5 accuracy drop on IJB-C, plus a synthetic-data fine-tuning variant for shallow exits.