S-AdaBoost and Pattern Detection in Complex Environment

Abstract

S-AdaBoost is a new variant of AdaBoost and is more effective than the conventional AdaBoost in handling outliers in pattern detection and classification in real world complex environment. Utilizing the divide and conquer principle, S-AdaBoost divides the input space into a few sub-spaces and uses dedicated classifiers to classify patterns in the sub-spaces. The final classification result is the combination of the outputs of the dedicated classifiers. S-AdaBoost system is made up of an AdaBoost divider, an AdaBoost classifier, a dedicated classifier for outliers, and a non-linear combiner. In addition to presenting face detection test results in a complex airport environment, we have also conducted experiments on a number of benchmark databases to test the algorithm. The experiment results clearly show S-AdaBoost's effectiveness in pattern detection and classification.

Cite

Text

Liu and Loe. "S-AdaBoost and Pattern Detection in Complex Environment." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211383

Markdown

[Liu and Loe. "S-AdaBoost and Pattern Detection in Complex Environment." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/liu2003cvpr-s/) doi:10.1109/CVPR.2003.1211383

BibTeX

@inproceedings{liu2003cvpr-s,
  title     = {{S-AdaBoost and Pattern Detection in Complex Environment}},
  author    = {Liu, Jimmy Jiang and Loe, Kia-Fock},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {413-418},
  doi       = {10.1109/CVPR.2003.1211383},
  url       = {https://mlanthology.org/cvpr/2003/liu2003cvpr-s/}
}