paper-with-me

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 recent years. Nevertheless, there are still challenging technical problems during the training process of cascade detectors. In particular, determining the optimal target detection rate for each stage of the cascade remains an unsolved issue. In this paper, we propose the multiple instance pruning (MIP) algorithm for soft cascades. This algorithm computes a set of thresholds which aggressively terminate computation with no reduction in detection rate or increase in false positive rate on the training dataset. The algorithm is based on two key insights: i) examples that are destined to be rejected by the complete classifier can be safely pruned early; ii) face detection is a multiple instance learning problem. The MIP process is fully automatic and requires no assumptions of probability distributions, statistical independence, or ad hoc intermediate rejection targets. Experimental results on the MIT+CMU dataset demonstrate significant performance advantages.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionMultiple Instance Learning

Similar 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 cla…

object-detectionObject DetectionReal-Time Object Detection

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

CascadeV-Det: Cascade Point Voting for 3D Object Detection

2024-01-15 · Yingping Liang, Ying Fu

Anchor-free object detectors are highly efficient in performing point-based prediction without the need for extra post-processing of anchors. However, different from the 2D grids, the 3D points used in these detectors ar…

3D Object DetectionObjectobject-detectionObject Detection

Simple Training Strategies and Model Scaling for Object Detection

2021-06-30 · Xianzhi Du, Barret Zoph, Wei-Chih Hung, Tsung-Yi Lin

The speed-accuracy Pareto curve of object detection systems have advanced through a combination of better model architectures, training and inference methods. In this paper, we methodically evaluate a variety of these te…

Instance SegmentationObjectobject-detectionObject Detection+1

CBNet: A Novel Composite Backbone Network Architecture for Object Detection

2019-09-09 · Yudong Liu, Yongtao Wang, Siwei Wang, Ting-Ting Liang 외

In existing CNN based detectors, the backbone network is a very important component for basic feature extraction, and the performance of the detectors highly depends on it. In this paper, we aim to achieve better detecti…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation