Litcius/Paper detail

Bagging and Boosting Fine-Tuning for Ensemble Learning

Changming Zhao, Ruimin Peng, Dongrui Wu

2023IEEE Transactions on Artificial Intelligence35 citationsDOI

Abstract

Ensemble learning aggregates outputs from multiple base learners for better performance. Bootstrap aggregating (bagging) and boosting are two popular such approaches. They are suitable for integrating unstable base learners with large variance and weak base learners with large bias, respectively, but not base learners with small variance and/or bias, e.g., support vector machine, regularized logistic regression, and ridge regression. This article proposes two novel ensemble-learning-based fine-tuning approaches, boosting fine-tuning (BF) and bagging and boosting fine-tuning (BBF), to fine-tune learners with small variance and/or bias for better performance. BF embeds boosting in a single hidden layer neural network. In each iteration, BF first uses the Newton's method to generate a temporary training set, and then trains a boosting learner on it. BBF combines BF and bagging. It first uses bootstrap to obtain multiple replicas of the training set, and then trains a BF learner on each replica. Extensive experiments on 46 real-world datasets demonstrated that BBF is flexible, robust, and effective, and can fine-tune many popular classifiers to achieve better generalization performance.

Topics & Concepts

Boosting (machine learning)Ensemble learningComputer scienceArtificial intelligenceMachine learningArtificial neural networkBootstrap aggregatingGradient boostingGeneralization errorTrainRandom forestCartographyGeographyMachine Learning and Data ClassificationMachine Learning and ELMNeural Networks and Applications