Probabilistic Boosting-Tree: Learning Discriminative Models for Classification, Recognition, and Clustering
Abstract
In this paper, a new learning framework - probabilistic boosting-tree (PBT), is proposed for learning two-class and multi-class discriminative models. In the learning stage, the probabilistic boosting-tree automatically constructs a tree in which each node combines a number of weak classifiers (evidence, knowledge,) into a strong classifier (a conditional posterior probability). It approaches the target posterior distribution by data augmentation (tree expansion) through a divide-and-conquer strategy. In the testing stage, the conditional probability is computed at each tree node based on the learned classifier, which guides the probability propagation in its sub-trees. The top node of the tree therefore outputs the overall posterior probability by integrating the probabilities gathered from its sub-trees. Also, clustering is naturally embedded in the learning phase and each sub-tree represents a cluster of certain level. The proposed framework is very general and it has interesting connections to a number of existing methods such as the A* algorithm, decision tree algorithms, generative models, and cascade approaches. In this paper, we show the applications of PBT for classification, detection, and object recognition. We have also applied the framework in segmentation
Cite
Text
Tu. "Probabilistic Boosting-Tree: Learning Discriminative Models for Classification, Recognition, and Clustering." IEEE/CVF International Conference on Computer Vision, 2005. doi:10.1109/ICCV.2005.194Markdown
[Tu. "Probabilistic Boosting-Tree: Learning Discriminative Models for Classification, Recognition, and Clustering." IEEE/CVF International Conference on Computer Vision, 2005.](https://mlanthology.org/iccv/2005/tu2005iccv-probabilistic/) doi:10.1109/ICCV.2005.194BibTeX
@inproceedings{tu2005iccv-probabilistic,
title = {{Probabilistic Boosting-Tree: Learning Discriminative Models for Classification, Recognition, and Clustering}},
author = {Tu, Zhuowen},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {2005},
pages = {1589-1596},
doi = {10.1109/ICCV.2005.194},
url = {https://mlanthology.org/iccv/2005/tu2005iccv-probabilistic/}
}