Bagging and AdaBoost algorithms for vector quantization

  • Authors:
  • Noritaka Shigei;Hiromi Miyajima;Michiharu Maeda;Lixin Ma

  • Affiliations:
  • Kagoshima University, 1-21-40 Korimomto, Kagoshima 890-0065, Japan;Kagoshima University, 1-21-40 Korimomto, Kagoshima 890-0065, Japan;Fukuoka Institute of Technology, Fukuoka, Japan;University of Shanghai for Science and Technology, Shanghai, China

  • Venue:
  • Neurocomputing
  • Year:
  • 2009

Quantified Score

Hi-index 0.02

Visualization

Abstract

In this paper, we propose VQ methods based on ensemble learning algorithms Bagging and AdaBoost. The proposed methods consist of more than one weak learner, which are trained in parallel or sequentially. In Bagging, the weak learners are trained in parallel by using randomly selected data from a given data set. The output for Bagging is given as the average among the weak learners. In AdaBoost, the weak learners are sequentially trained. The first weak learner is trained by using randomly selected data from a given data set. For the second and later weak learners, the probability distribution of learning data is modified so that each weak learner focuses on data involving higher error for the previous weak one. The output for AdaBoost is given as the weighted average among the weak learners. The presented simulation results show that the proposed methods can achieve a good performance in shorter learning times than conventional ones such as K-means and NG.