paper-with-me

Papers

Asymmetric Pruning for Learning Cascade Detectors

2013-03-25 · Sakrapee Paisitkriangkrai, Chunhua Shen, Anton Van Den Hengel

Cascade classifiers are one of the most important contributions to real-time object detection. Nonetheless, there are many challenging problems arising in training cascade detectors. One common issue is that the node classifier is trained with a symmetric classifier. Having a low misclassification error rate does not guarantee an optimal node learning goal in cascade classifiers, i.e., an extremely high detection rate with a moderate false positive rate. In this work, we present a new approach to train an effective node classifier in a cascade detector. The algorithm is based on two key observations: 1) Redundant weak classifiers can be safely discarded; 2) The final detector should satisfy the asymmetric learning objective of the cascade architecture. To achieve this, we separate the classifier training into two steps: finding a pool of discriminative weak classifiers/features and training the final classifier by pruning weak classifiers which contribute little to the asymmetric learning criterion (asymmetric classifier construction). Our model reduction approach helps accelerate the learning time while achieving the pre-determined learning objective. Experimental results on both face and car data sets verify the effectiveness of the proposed algorithm. On the FDDB face data sets, our approach achieves the state-of-the-art performance, which demonstrates the advantage of our approach.

📄 PDF Abstract BibTeX arXiv:1303.6066

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionReal-Time Object Detection

Similar Papers 제목 키워드 기반

Multiple-Instance Pruning For Learning Efficient Cascade Detectors

2007-12-01 · NeurIPS 2007 12 · Cha Zhang, Paul A. Viola

Cascade detectors have been shown to operate extremely rapidly, with high accuracy, and have important applications such as face detection. Driven by this success, cascade earning has been an area of active research in r…

Face DetectionMultiple Instance Learning

Cascade Weight Shedding in Deep Neural Networks: Benefits and Pitfalls for Network Pruning

2021-03-19 · Kambiz Azarian, Fatih Porikli

We report, for the first time, on the cascade weight shedding phenomenon in deep neural networks where in response to pruning a small percentage of a network's weights, a large percentage of the remaining is shed over a …

Network Pruning

Anchor Cascade for Efficient Face Detection

2018-05-09 · Baosheng Yu, DaCheng Tao

Face detection is essential to facial analysis tasks such as facial reenactment and face recognition. Both cascade face detectors and anchor-based face detectors have translated shining demos into practice and received i…

Face DetectionFace Recognitionimage-classificationImage Classification

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

Cascade R-CNN: High Quality Object Detection and Instance Segmentation

2019-06-24 · Zhaowei Cai, Nuno Vasconcelos

In object detection, the intersection over union (IoU) threshold is frequently used to define positives/negatives. The threshold used to train a detector defines its \textit{quality}. While the commonly used threshold of…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation+1