Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

EXTD: Extremely Tiny Face Detector via Iterative Filter Reuse

About

In this paper, we propose a new multi-scale face detector having an extremely tiny number of parameters (EXTD),less than 0.1 million, as well as achieving comparable performance to deep heavy detectors. While existing multi-scale face detectors extract feature maps with different scales from a single backbone network, our method generates the feature maps by iteratively reusing a shared lightweight and shallow backbone network. This iterative sharing of the backbone network significantly reduces the number of parameters, and also provides the abstract image semantics captured from the higher stage of the network layers to the lower-level feature map. The proposed idea is employed by various model architectures and evaluated by extensive experiments. From the experiments from WIDER FACE dataset, we show that the proposed face detector can handle faces with various scale and conditions, and achieved comparable performance to the more massive face detectors that few hundreds and tens times heavier in model size and floating point operations.

YoungJoon Yoo, Dongyoon Han, Sangdoo Yun• 2019

Related benchmarks

TaskDatasetResultRank
Face DetectionWIDER FACE (val)
mAP (Easy)92.1
62
Face DetectionWiderFace (test)
AP (easy)91.2
33
Object DetectionUSE50k Set-2
mAP (Person)72.9
8
Object DetectionUSE50k Set-1
mAP (Person)77.4
8
Face DetectionWIDER FACE <= 3 faces (val)
mAP (Easy)0.93
7
Showing 5 of 5 rows

Other info

Code

Follow for update