paper-with-me

Papers

Evolutionary bagging for ensemble learning

2022-08-04 · Giang Ngo, Rodney Beard, Rohitash Chandra

Ensemble learning has gained success in machine learning with major advantages over other learning methods. Bagging is a prominent ensemble learning method that creates subgroups of data, known as bags, that are trained by individual machine learning methods such as decision trees. Random forest is a prominent example of bagging with additional features in the learning process. Evolutionary algorithms have been prominent for optimisation problems and also been used for machine learning. Evolutionary algorithms are gradient-free methods that work with a population of candidate solutions that maintain diversity for creating new solutions. In conventional bagged ensemble learning, the bags are created once and the content, in terms of the training examples, are fixed over the learning process. In our paper, we propose evolutionary bagged ensemble learning, where we utilise evolutionary algorithms to evolve the content of the bags in order to iteratively enhance the ensemble by providing diversity in the bags. The results show that our evolutionary ensemble bagging method outperforms conventional ensemble methods (bagging and random forests) for several benchmark datasets under certain constraints. We find that evolutionary bagging can inherently sustain a diverse set of bags without reduction in performance accuracy.

📄 PDF Abstract BibTeX arXiv:2208.02400

Code (1)

sydney-machine-learning/evolutionary-bagging 공식 구현

Tasks

BIG-bench Machine LearningDiversityEnsemble LearningEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Can Evolutionary Sampling Improve Bagged Ensembles?

2016-10-03 · Harsh Nisar, Bhanu Pratap Singh Rawat

Perturb and Combine (P&C) group of methods generate multiple versions of the predictor by perturbing the training set or construction and then combining them into a single predictor (Breiman, 1996b). The motive is to imp…

Evolutionary Algorithms

Generating Efficient DNN-Ensembles with Evolutionary Computation

2020-09-18 · Marc Ortiz, Florian Scheidegger, Marc Casas, Cristiano Malossi 외

In this work, we leverage ensemble learning as a tool for the creation of faster, smaller, and more accurate deep learning models. We demonstrate that we can jointly optimize for accuracy, inference time, and the number …

CPUEnsemble LearningGPUimage-classification+1

Optimized Participation of Multiple Fusion Functions in Consensus Creation: An Evolutionary Approach

2018-05-31 · Elaheh Rashedi, Abdolreza Mirzaei

Recent studies show that ensemble methods enhance the stability and robustness of unsupervised learning. These approaches are successfully utilized to construct multiple clustering and combine them into a one representat…

ClusteringClustering Ensemble

Two-Layer Mixture Network Ensemble for Apparel Attributes Classification

2018-07-11 · Han Tianqi, Fu Zhihui, Li Hongyu

Recognizing apparel attributes has recently drawn great interest in the computer vision community. Methods based on various deep neural networks have been proposed for image classification, which could be applied to appa…

ClassificationEnsemble LearningGeneral Classificationimage-classification+2

Simplex-Constrained Sparse Bagging: Transitioning from Uniform Priors to Sparse Posteriors in Ensemble Learning

2026-06-11 · Meher Sai Preetam Madiraju, Meher Bhaskar Madiraju arxiv

We present Simplex-Constrained Sparse Bagging (SCSB), a mathematically rigorous framework for post-training compression and probability calibration of bootstrap-based bagging ensembles. Standard bagging ensembles (such a…

Ensemble Learning