paper-with-me

Papers

Learning Unified Representations for Multi-Resolution Face Recognition

2023-10-14 · Hulingxiao He, Wu Yuan, Yidian Huang, Shilong Zhao, Wen Yuan, Hanqing Li

In this work, we propose Branch-to-Trunk network (BTNet), a representation learning method for multi-resolution face recognition. It consists of a trunk network (TNet), namely a unified encoder, and multiple branch networks (BNets), namely resolution adapters. As per the input, a resolution-specific BNet is used and the output are implanted as feature maps in the feature pyramid of TNet, at a layer with the same resolution. The discriminability of tiny faces is significantly improved, as the interpolation error introduced by rescaling, especially up-sampling, is mitigated on the inputs. With branch distillation and backward-compatible training, BTNet transfers discriminative high-resolution information to multiple branches while guaranteeing representation compatibility. Our experiments demonstrate strong performance on face recognition benchmarks, both for multi-resolution identity matching and feature aggregation, with much less computation amount and parameter storage. We establish new state-of-the-art on the challenging QMUL-SurvFace 1: N face identification task. Our code is available at https://github.com/StevenSmith2000/BTNet.

📄 PDF Abstract BibTeX arXiv:2310.09563

Code (2)

stevensmith2000/btnet 공식 구현 pytorch
Recognito-Vision/Face-SDK-Linux-Demos

Tasks

Face IdentificationFace RecognitionRepresentation Learning

Similar Papers 제목 키워드 기반

Generate to Adapt: Resolution Adaption Network for Surveillance Face Recognition

2020-08-01 · ECCV 2020 8 · Han Fang, Weihong Deng, Yaoyao Zhong, Jiani Hu

Although deep learning techniques have largely improved face recognition, unconstrained surveillance face recognition (FR) is still an unsolved challenge, due to the limited training data and the gap of domain distributi…

Face RecognitionTranslation

Efficient Low-Resolution Face Recognition via Bridge Distillation

2024-09-18 · Shiming Ge, Shengwei Zhao, Chenyu Li, Yu Zhang 외

Face recognition in the wild is now advancing towards light-weight models, fast inference speed and resolution-adapted capability. In this paper, we propose a bridge distillation approach to turn a complex face model pre…

CPUDataset DistillationFace ModelFace Recognition+3

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

Low-Resolution Face Recognition

2018-11-21 · Zhiyi Cheng, Xiatian Zhu, Shaogang Gong

Whilst recent face-recognition (FR) techniques have made significant progress on recognising constrained high-resolution web images, the same cannot be said on natively unconstrained low-resolution images at large scales…

Face RecognitionSuper-Resolution

Cross-Resolution Face Recognition via Prior-Aided Face Hallucination and Residual Knowledge Distillation

2019-05-26 · Hanyang Kong, Jian Zhao, Xiaoguang Tu, Junliang Xing 외

Recent deep learning based face recognition methods have achieved great performance, but it still remains challenging to recognize very low-resolution query face like 28x28 pixels when CCTV camera is far from the capture…

Face HallucinationFace RecognitionGenerative Adversarial NetworkHallucination+2