paper-with-me

홈 › Papers

EXTD: Extremely Tiny Face Detector via Iterative Filter Reuse

2019-06-15 · YoungJoon Yoo, Dongyoon Han, Sangdoo Yun

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.

📄 PDF Abstract BibTeX arXiv:1906.06579

Code (2)

clovaai/EXTD_Pytorch 공식 구현 pytorch
SeungyounShin/EXTD pytorch

Tasks

Face Detection

Similar Papers 제목 키워드 기반

Filter-Pruning of Lightweight Face Detectors Using a Geometric Median Criterion

2023-11-28 · Konstantinos Gkrispanis, Nikolaos Gkalelis, Vasileios Mezaris

Face detectors are becoming a crucial component of many applications, including surveillance, that often have to run on edge devices with limited processing power and memory. Therefore, there's a pressing demand for comp…

Face DetectionNetwork Pruning

TinyDet: Accurate Small Object Detection in Lightweight Generic Detectors

2023-04-07 · Shaoyu Chen, Tianheng Cheng, Jiemin Fang, Qian Zhang 외

Small object detection requires the detection head to scan a large number of positions on image feature maps, which is extremely hard for computation- and energy-efficient lightweight generic detectors. To accurately det…

object-detectionObject DetectionSmall Object Detection

B-FPGM: Lightweight Face Detection via Bayesian-Optimized Soft FPGM Pruning

2025-01-28 · Nikolaos Kaparinos, Vasileios Mezaris

Face detection is a computer vision application that increasingly demands lightweight models to facilitate deployment on devices with limited computational resources. Neural network pruning is a promising technique that …

Bayesian OptimizationFace DetectionNetwork Pruning

D$^3$R-DETR: DETR with Dual-Domain Density Refinement for Tiny Object Detection in Aerial Images

2026-01-06 · Zixiao Wen, Zhen Yang, Xianjie Bao, Lei Zhang 외 arxiv

Detecting tiny objects plays a vital role in remote sensing intelligent interpretation, as these objects often carry critical information for downstream applications. However, due to the extremely limited pixel informati…

Object Detection In Aerial Images

TextDS: Parameter-Efficient Representation Alignment for Scene Text Detection under Distribution Shifts

2026-06-26 · Boyuan Chen, Zichen Dang, Chuang Yang, Lap-Pui Chau 외 arxiv

In real-world deployments, scene text detectors inevitably face distribution shifts beyond the training distribution. Prior work often depends on large-scale scene-text pretraining, yet evaluation under cross-domain chan…

Scene Text Detection