paper-with-me

Papers

An Automated Ensemble Learning Framework Using Genetic Programming for Image Classification

2019-07-01 · GECCO '19: Proceedings of the Genetic and Evolutionary Computation Conference 2019 7 · Ying Bi, Bing Xue, Mengjie Zhang

An ensemble consists of multiple learners and can achieve a better generalisation performance than a single learner. Genetic programming (GP) has been applied to construct ensembles using different strategies such as bagging and boosting. However, no GP-based ensemble methods focus on dealing with image classification, which is a challenging task in computer vision and machine learning. This paper proposes an automated ensemble learning framework using GP (EGP) for image classification. The new method integrates feature learning, classification function selection, classifier training, and combination into a single program tree. To achieve this, a novel program structure, a new function set and a new terminal set are developed in EGP. The performance of EGP is examined on nine different image classification data sets of varying difficulty and compared with a large number of commonly used methods including recently published methods. The results demonstrate that EGP achieves better performance than most competitive methods. Further analysis reveals that EGP evolves good ensembles simultaneously balancing diversity and accuracy. To the best of our knowledge, this study is the first work using GP to automatically generate ensembles for image classification.

📄 PDF Abstract BibTeX

Code (1)

yingbi7460/egp

Tasks

ClassificationDiversityEnsemble LearningGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Ensemble Genetic Programming

2020-01-21 · Nuno M. Rodrigues, João E. Batista, Sara Silva

Ensemble learning is a powerful paradigm that has been usedin the top state-of-the-art machine learning methods like Random Forestsand XGBoost. Inspired by the success of such methods, we have devel-oped a new Genetic Pr…

Binary ClassificationEnsemble Learning

INGEOTEC at SemEval 2017 Task 4: A B4MSA Ensemble based on Genetic Programming for Twitter Sentiment Analysis

2017-08-01 · SEMEVAL 2017 8 · Mir, Sabino a-Jim{\'e}nez, Mario Graff, Eric Sadit Tellez 외

This paper describes the system used in SemEval-2017 Task 4 (Subtask A): Message Polarity Classification for both English and Arabic languages. Our proposed system is an ensemble of two layers, the first one uses our gen…

ClassificationCombinatorial OptimizationGeneral ClassificationSentiment Analysis+1

Pruning Techniques for Mixed Ensembles of Genetic Programming Models

2018-01-23 · Mauro Castelli, Ivo Gonçalves, Luca Manzoni, Leonardo Vanneschi

The objective of this paper is to define an effective strategy for building an ensemble of Genetic Programming (GP) models. Ensemble methods are widely used in machine learning due to their features: they average out bia…

Diversity

SR-Forest: A Genetic Programming based Heterogeneous Ensemble Learning Method

2023-02-07 · IEEE Transactions on Evolutionary Computation 2023 2 · Hengzhe Zhang, Aimin Zhou, Qi Chen, Bing Xue 외

Ensemble learning methods have been widely used in machine learning in recent years due to their high predictive performance. With the development of genetic programming-based symbolic regression methods, many papers beg…

Ensemble LearningPenn Machine Learning BenchmarkregressionSymbolic Regression

StarBASE-GP: Biologically-Guided Automated Machine Learning for Genotype-to-Phenotype Association Analysis

2025-05-28 · Jose Guadalupe Hernandez, Attri Ghosh, Philip J. Freda, Yufei Meng 외

We present the Star-Based Automated Single-locus and Epistasis analysis tool - Genetic Programming (StarBASE-GP), an automated framework for discovering meaningful genetic variants associated with phenotypic variation in…

Benchmarking