paper-with-me

Papers

Cascade Learning by Optimally Partitioning

2015-08-18 · Yanwei Pang, Jiale Cao, Xuelong. Li

Cascaded AdaBoost classifier is a well-known efficient object detection algorithm. The cascade structure has many parameters to be determined. Most of existing cascade learning algorithms are designed by assigning detection rate and false positive rate to each stage either dynamically or statically. Their objective functions are not directly related to minimum computation cost. These algorithms are not guaranteed to have optimal solution in the sense of minimizing computation cost. On the assumption that a strong classifier is given, in this paper we propose an optimal cascade learning algorithm (we call it iCascade) which iteratively partitions the strong classifiers into two parts until predefined number of stages are generated. iCascade searches the optimal number ri of weak classifiers of each stage i by directly minimizing the computation cost of the cascade. Theorems are provided to guarantee the existence of the unique optimal solution. Theorems are also given for the proposed efficient algorithm of searching optimal parameters ri. Once a new stage is added, the parameter ri for each stage decreases gradually as iteration proceeds, which we call decreasing phenomenon. Moreover, with the goal of minimizing computation cost, we develop an effective algorithm for setting the optimal threshold of each stage classifier. In addition, we prove in theory why more new weak classifiers are required compared to the last stage. Experimental results on face detection demonstrate the effectiveness and efficiency of the proposed algorithm.

📄 PDF Abstract BibTeX arXiv:1508.04326

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Vertex nomination: The canonical sampling and the extended spectral nomination schemes

2018-02-14 · Jordan Yoder, Li Chen, Henry Pao, Eric Bridgeford 외

Suppose that one particular block in a stochastic block model is of interest, but block labels are only observed for a few of the vertices in the network. Utilizing a graph realized from the model and the observed block …

ClusteringStochastic Block Model

WHOMP: Optimizing Randomized Controlled Trials via Wasserstein Homogeneity

2024-09-27 · Shizhou Xu, Thomas Strohmer

We investigate methods for partitioning datasets into subgroups that maximize diversity within each subgroup while minimizing dissimilarity across subgroups. We introduce a novel partitioning method called the $\textit{W…

Diversity

Data Twinning

2021-10-06 · Akhil Vakayil, V. Roshan Joseph

In this work, we develop a method named Twinning, for partitioning a dataset into statistically similar twin sets. Twinning is based on SPlit, a recently proposed model-independent method for optimally splitting a datase…

Data Compression

A Transferable Approach for Partitioning Machine Learning Models on Multi-Chip-Modules

2021-12-07 · Xinfeng Xie, Prakash Prabhu, Ulysse Beaugnon, Phitchaya Mangpo Phothilimthana 외

Multi-Chip-Modules (MCMs) reduce the design and fabrication cost of machine learning (ML) accelerators while delivering performance and energy efficiency on par with a monolithic large chip. However, ML compilers targeti…

BIG-bench Machine LearningDeep Reinforcement LearningReinforcement Learning (RL)valid

On Optimally Partitioning Variable-Byte Codes

2018-04-29 · Giulio Ermanno Pibiri, Rossano Venturini

The ubiquitous Variable-Byte encoding is one of the fastest compressed representation for integer sequences. However, its compression ratio is usually not competitive with other more sophisticated encoders, especially wh…