HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

TinaFace: Strong but Simple Baseline for Face Detection

Yanjia Zhu; Hongxiang Cai; Shuhan Zhang; Chenhao Wang; Yichao Xiong

TinaFace: Strong but Simple Baseline for Face Detection

Abstract

Face detection has received intensive attention in recent years. Many works present lots of special methods for face detection from different perspectives like model architecture, data augmentation, label assignment and etc., which make the overall algorithm and system become more and more complex. In this paper, we point out that \textbf{there is no gap between face detection and generic object detection}. Then we provide a strong but simple baseline method to deal with face detection named TinaFace. We use ResNet-50 \cite{he2016deep} as backbone, and all modules and techniques in TinaFace are constructed on existing modules, easily implemented and based on generic object detection. On the hard test set of the most popular and challenging face detection benchmark WIDER FACE \cite{yang2016wider}, with single-model and single-scale, our TinaFace achieves 92.1\% average precision (AP), which exceeds most of the recent face detectors with larger backbone. And after using test time augmentation (TTA), our TinaFace outperforms the current state-of-the-art method and achieves 92.4\% AP. The code will be available at \url{https://github.com/Media-Smart/vedadet}.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
occluded-face-detection-on-wider-face-easyTinaFace(ResNet-50)
AP: 0.97
occluded-face-detection-on-wider-face-hardTinaFace(ResNet-50)
AP: 0.934
occluded-face-detection-on-wider-face-mediumTinaFace(ResNet-50)
AP: 0.963

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
TinaFace: Strong but Simple Baseline for Face Detection | Papers | HyperAI