Computer Engineering and Applications ›› 2009, Vol. 45 ›› Issue (19): 160-162.DOI: 10.3778/j.issn.1002-8331.2009.19.049

• 图形、图像、模式识别 • Previous Articles     Next Articles

Adaboost detector based on multiple thresholds for weak classifier

ZHONG Xiang-yang1,LING Jie2   

  1. 1.Department of Computer,Jiaying University,Meizhou,Guangdong 514015,China
    2.Department of Computer,Guangdong University of Technology,Guangzhou 510090,China
  • Received:2008-06-10 Revised:2008-09-25 Online:2009-07-01 Published:2009-07-01
  • Contact: ZHONG Xiang-yang

基于多阈值弱学习的Adaboost检测器

钟向阳1,凌 捷2   

  1. 1.广东省嘉应学院 计算机系,广东 梅州 514015
    2.广东工业大学 计算机学院,广州 510090
  • 通讯作者: 钟向阳

Abstract: Recently the human face detection system based on Adaboost is successfully used in application areas because of its high speed and accepted detection rates.However,the Adaboost algorithms using the single threshold weak classifiers are too weak to fit complex distributions,and the training procedure is hard to converge.To overcome this dilemma,this paper provides classification trees as a weak learner.The learner greedily splits the node which causes the biggest reduction in measure of error as the partition criteria and builds a weak classifier.Then boosts a weak classifier using real Adaboost or gentle Adaboost methods on training dataset given in data and labels.Experimental results show that using multiple thresholds for the weak classifier can improve the performance of the classifier significantly.

Key words: face detection, Adaboost algorithm, weak classifier, gentle Adaboost

摘要: 近年来基于Adaboost 的人脸检测算法因其快速和可接受的检测率得到了成功的应用。但采用单阈值作弱分类器显得太弱难于适应复杂的统计分布,且训练过程较慢收敛。为克服这些困难,采用分类树作弱学习器,该学习器以贪婪的的方法用误差测度减少最大化的划分准则划分节点,并由此生成弱分类器,然后采用RAB或GAB方法在给定数据和标签的训练集上将这些弱分类器提升为强分类器。实践结果表明采用多阈值作弱分类器能显著提高分类器性能。

关键词: 人脸检测, Adaboost算法, 弱分类器, 平缓的Adaboost