paper-with-me

홈 › 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 can effectively reduce network size without significantly affecting performance. In this work, we propose a novel face detection pruning pipeline that leverages Filter Pruning via Geometric Median (FPGM) pruning, Soft Filter Pruning (SFP) and Bayesian optimization in order to achieve a superior trade-off between size and performance compared to existing approaches. FPGM pruning is a structured pruning technique that allows pruning the least significant filters in each layer, while SFP iteratively prunes the filters and allows them to be updated in any subsequent training step. Bayesian optimization is employed in order to optimize the pruning rates of each layer, rather than relying on engineering expertise to determine the optimal pruning rates for each layer. In our experiments across all three subsets of the WIDER FACE dataset, our proposed approach B-FPGM consistently outperforms existing ones in balancing model size and performance. All our experiments were applied to EResFD, the currently smallest (in number of parameters) well-performing face detector of the literature; a small ablation study with a second small face detector, EXTD, is also reported. The source code and trained pruned face detection models can be found at: https://github.com/IDTITI/B-FPGM.

📄 PDF Abstract BibTeX arXiv:2501.16917

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationFace DetectionNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

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

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

Efficient Training of One Class Classification-SVMs

2023-09-28 · Isaac Amornortey Yowetu, Nana Kena Frempong

This study examines the use of a highly effective training method to conduct one-class classification. The existence of both positive and negative examples in the training data is necessary to develop an effective classi…

Binary ClassificationClassificationOne-Class Classification

Frequency Prior Guided Matching: A Data Augmentation Approach for Generalizable Semi-Supervised Polyp Segmentation

2025-07-30 · Haoran Xi, Chen Liu, Xiaolin Li arxiv

Automated polyp segmentation is essential for early diagnosis of colorectal cancer, yet developing robust models remains challenging due to limited annotated data and significant performance degradation under domain shif…

Zero-shot GeneralizationPolyp SegmentationData Augmentation

Enhancing ECG Classification Robustness with Lightweight Unsupervised Anomaly Detection Filters

2025-10-30 · Mustafa Fuad Rifet Ibrahim, Maurice Meijer, Alexander Schlaefer, Peer Stelldinger arxiv

Continuous electrocardiogram (ECG) monitoring via wearable devices is vital for early cardiovascular disease detection. However, deploying deep learning models on resource-constrained microcontrollers faces reliability c…

Unsupervised Anomaly DetectionNeural Architecture SearchECG Classification