paper-with-me

홈 › Papers

Genetic Programming and Gradient Descent: A Memetic Approach to Binary Image Classification

2019-09-28 · Benjamin Patrick Evans, Harith Al-Sahaf, Bing Xue, Mengjie Zhang

Image classification is an essential task in computer vision, which aims to categorise a set of images into different groups based on some visual criteria. Existing methods, such as convolutional neural networks, have been successfully utilised to perform image classification. However, such methods often require human intervention to design a model. Furthermore, such models are difficult to interpret and it is challenging to analyse the patterns of different classes. This paper presents a hybrid (memetic) approach combining genetic programming (GP) and Gradient-based optimisation for image classification to overcome the limitations mentioned. The performance of the proposed method is compared to a baseline version (without local search) on four binary classification image datasets to provide an insight into the usefulness of local search mechanisms for enhancing the performance of GP.

📄 PDF Abstract BibTeX arXiv:1909.13030

Code (1)

ben-ix/ConvGP

Tasks

Binary ClassificationClassificationGeneral Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Neural Network Architecture Search with Differentiable Cartesian Genetic Programming for Regression

2019-07-03 · Marcus Märtens, Dario Izzo

The ability to design complex neural network architectures which enable effective training by stochastic gradient descent has been the key for many achievements in the field of deep learning. However, developing such arc…

regression

Symbolic Regression for Space Applications: Differentiable Cartesian Genetic Programming Powered by Multi-objective Memetic Algorithms

2022-06-13 · Marcus Märtens, Dario Izzo

Interpretable regression models are important for many application domains, as they allow experts to understand relations between variables from sparse data. Symbolic regression addresses this issue by searching the spac…

regressionSymbolic Regression

Symbolic Metamodels for Interpreting Black-boxes Using Primitive Functions

2023-02-09 · Mahed Abroshan, Saumitra Mishra, Mohammad Mahdi Khalili

One approach for interpreting black-box machine learning models is to find a global approximation of the model using simple interpretable functions, which is called a metamodel (a model of the model). Approximating the b…

Feature ImportanceFormSymbolic Regression

Analytic Continued Fractions for Regression: A Memetic Algorithm Approach

2019-12-18 · Pablo Moscato, Haoyuan Sun, Mohammad Nazmul Haque

We present an approach for regression problems that employs analytic continued fractions as a novel representation. Comparative computational results using a memetic algorithm are reported in this work. Our experiments i…

BIG-bench Machine LearningregressionSymbolic Regression

Neurogenetic Programming Framework for Explainable Reinforcement Learning

2021-02-08 · Vadim Liventsev, Aki Härmä, Milan Petković

Automatic programming, the task of generating computer programs compliant with a specification without a human developer, is usually tackled either via genetic programming methods based on mutation and recombination of p…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)