paper-with-me

홈 › Papers

Face Detection on Mobile: Five Implementations and Analysis

2022-05-11 · Kostiantyn Khabarlak

In many practical cases face detection on smartphones or other highly portable devices is a necessity. Applications include mobile face access control systems, driver status tracking, emotion recognition, etc. Mobile devices have limited processing power and should have long-enough battery life even with face detection application running. Thus, striking the right balance between algorithm quality and complexity is crucial. In this work we adapt 5 algorithms to mobile. These algorithms are based on handcrafted or neural-network-based features and include: Viola-Jones (Haar cascade), LBP, HOG, MTCNN, BlazeFace. We analyze inference time of these algorithms on different devices with different input image resolutions. We provide guidance, which algorithms are the best fit for mobile face access control systems and potentially other mobile applications. Interestingly, we note that cascaded algorithms perform faster on scenes without faces, while BlazeFace is slower on empty scenes. Exploiting this behavior might be useful in practice.

📄 PDF Abstract BibTeX arXiv:2205.05572

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionFace Detection

Similar Papers 제목 키워드 기반

Beyond the GUI Paradigm: Do Mobile Agents Need the Phone Screen?

2026-06-16 · Li Gu, Zihuan Jiang, Linqiang Guo, Zhixiang Chi 외 arxiv

Recent advances in mobile agents are dominated by the GUI paradigm, in which agents perceive UI information and emit screen interactions. However, mobile platforms also expose a command-line interface (CLI) that provides…

Fully Quantized Always-on Face Detector Considering Mobile Image Sensors

2023-11-02 · Haechang Lee, Wongi Jeong, Dongil Ryu, Hyunwoo Je 외

Despite significant research on lightweight deep neural networks (DNNs) designed for edge devices, the current face detectors do not fully meet the requirements for "intelligent" CMOS image sensors (iCISs) integrated wit…

Face Detection

Detecting soccer balls with reduced neural networks: a comparison of multiple architectures under constrained hardware scenarios

2020-09-28 · Douglas De Rizzo Meneghetti, Thiago Pedro Donadon Homem, Jonas Henrique Renolfi de Oliveira, Isaac Jesus da Silva 외

Object detection techniques that achieve state-of-the-art detection accuracy employ convolutional neural networks, implemented to have optimal performance in graphics processing units. Some hardware systems, such as mobi…

Objectobject-detectionObject Detection

Stereo-based terrain traversability analysis using normal-based segmentation and superpixel surface analysis

2019-07-16 · Aras R. Dargazany

In this paper, an stereo-based traversability analysis approach for all terrains in off-road mobile robotics, e.g. Unmanned Ground Vehicles (UGVs) is proposed. This approach reformulates the problem of terrain traversabi…

3D ReconstructionAllImage SegmentationSemantic Segmentation

Facial Landmark Detection Evaluation on MOBIO Database

2023-07-06 · Na Zhang

MOBIO is a bi-modal database that was captured almost exclusively on mobile phones. It aims to improve research into deploying biometric techniques to mobile devices. Research has been shown that face and speaker recogni…

3D Face ReconstructionFace AlignmentFace RecognitionFace Reconstruction+2