An Efficient Method for Face Quality Assessment on the Edge

Abstract

. Face recognition applications in practice are composed of two main steps; face detection and feature extraction. In a sole vision-based solution, the first step generates multiple detections for a single identity by ingesting a camera stream. A practical approach on edge devices should prioritize these detections of identities according to their conformity to recognition. In this perspective, we propose a face quality score regression by just appending a single layer to a face landmark detection network. With almost no additional cost, face quality scores are obtained by training this single layer to regress recognition scores with surveillance like augmentations. We implemented the proposed approach on edge GPUs with all face detection pipeline steps, including detection, tracking, and alignment. Comprehensive experiments show the proposed approach’s efficiency through comparison with state-of-the-art face quality regression models on different data sets and real-life scenarios.

Cite

Text

Okcu et al. "An Efficient Method for Face Quality Assessment on the Edge." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-68238-5_5

Markdown

[Okcu et al. "An Efficient Method for Face Quality Assessment on the Edge." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/okcu2020eccvw-efficient/) doi:10.1007/978-3-030-68238-5_5

BibTeX

@inproceedings{okcu2020eccvw-efficient,
  title     = {{An Efficient Method for Face Quality Assessment on the Edge}},
  author    = {Okcu, Sefa Burak and Özkalayci, Burak Oguz and Çigla, Cevahir},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2020},
  pages     = {54-70},
  doi       = {10.1007/978-3-030-68238-5_5},
  url       = {https://mlanthology.org/eccvw/2020/okcu2020eccvw-efficient/}
}