paper-with-me

홈 › 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 compact face detection models that can function efficiently across resource-constrained devices. Over recent years, network pruning techniques have attracted a lot of attention from researchers. These methods haven't been well examined in the context of face detectors, despite their expanding popularity. In this paper, we implement filter pruning on two already small and compact face detectors, named EXTD (Extremely Tiny Face Detector) and EResFD (Efficient ResNet Face Detector). The main pruning algorithm that we utilize is Filter Pruning via Geometric Median (FPGM), combined with the Soft Filter Pruning (SFP) iterative procedure. We also apply L1 Norm pruning, as a baseline to compare with the proposed approach. The experimental evaluation on the WIDER FACE dataset indicates that the proposed approach has the potential to further reduce the model size of already lightweight face detectors, with limited accuracy loss, or even with small accuracy gain for low pruning rates.

📄 PDF Abstract BibTeX arXiv:2311.16613

Code (1)

idt-iti/lightweight-face-detector-pruning 공식 구현 pytorch

Tasks

Face DetectionNetwork Pruning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Pruning 설명 없음
Batch Normalization 설명 없음
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

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

CaKDP: Category-aware Knowledge Distillation and Pruning Framework for Lightweight 3D Object Detection

2024-01-01 · CVPR 2024 1 · Haonan Zhang, Longjun Liu, Yuqi Huang, Zhao Yang 외

Knowledge distillation (KD) possesses immense potential to accelerate the deep neural networks (DNNs) for LiDAR-based 3D detection. However in most of prevailing approaches the suboptimal teacher models and insuffici…

3D Object DetectionKnowledge Distillationobject-detectionObject Detection

Filter Pruning via Geometric Median for Deep Convolutional Neural Networks Acceleration

2018-11-01 · CVPR 2019 6 · Yang He, Ping Liu, Ziwei Wang, Zhilan Hu 외

Previous works utilized ''smaller-norm-less-important'' criterion to prune filters with smaller norm values in a convolutional neural network. In this paper, we analyze this norm-based criterion and point out that its ef…

image-classificationImage Classification

Creating Lightweight Object Detectors with Model Compression for Deployment on Edge Devices

2019-05-06 · Yiwu Yao, Weiqiang Yang, Haoqi Zhu

To achieve lightweight object detectors for deployment on the edge devices, an effective model compression pipeline is proposed in this paper. The compression pipeline consists of automatic channel pruning for the backbo…

Knowledge DistillationModel CompressionObject

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 mu…

Face Detection