paper-with-me

Papers

Neuroevolutionary algorithms driven by neuron coverage metrics for semi-supervised classification

2023-03-05 · Roberto Santana, Ivan Hidalgo-Cenalmor, Unai Garciarena, Alexander Mendiburu, Jose Antonio Lozano

In some machine learning applications the availability of labeled instances for supervised classification is limited while unlabeled instances are abundant. Semi-supervised learning algorithms deal with these scenarios and attempt to exploit the information contained in the unlabeled examples. In this paper, we address the question of how to evolve neural networks for semi-supervised problems. We introduce neuroevolutionary approaches that exploit unlabeled instances by using neuron coverage metrics computed on the neural network architecture encoded by each candidate solution. Neuron coverage metrics resemble code coverage metrics used to test software, but are oriented to quantify how the different neural network components are covered by test instances. In our neuroevolutionary approach, we define fitness functions that combine classification accuracy computed on labeled examples and neuron coverage metrics evaluated using unlabeled examples. We assess the impact of these functions on semi-supervised problems with a varying amount of labeled instances. Our results show that the use of neuron coverage metrics helps neuroevolution to become less sensitive to the scarcity of labeled data, and can lead in some cases to a more robust generalization of the learned classifiers.

📄 PDF Abstract BibTeX arXiv:2303.02801

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

An Overview of Structural Coverage Metrics for Testing Neural Networks

2022-08-05 · Muhammad Usman, Youcheng Sun, Divya Gopinath, Rishi Dange 외

Deep neural network (DNN) models, including those used in safety-critical domains, need to be thoroughly tested to ensure that they can reliably perform well in different scenarios. In this article, we provide an overvie…

DNN Testing

On the Exploitation of Neuroevolutionary Information: Analyzing the Past for a More Efficient Future

2021-05-26 · Unai Garciarena, Nuno Lourenço, Penousal Machado, Roberto Santana 외

Neuroevolutionary algorithms, automatic searches of neural network structures by means of evolutionary techniques, are computationally costly procedures. In spite of this, due to the great performance provided by the arc…

On Evolvability and Behavior Landscapes in Neuroevolutionary Divergent Search

2023-06-16 · Bruno Gašperov, Marko Đurasević

Evolvability refers to the ability of an individual genotype (solution) to produce offspring with mutually diverse phenotypes. Recent research has demonstrated that divergent search methods, particularly novelty search, …

Diversity

First Steps Towards a Runtime Analysis of Neuroevolution

2023-07-03 · Paul Fischer, Emil Lundt Larsen, Carsten Witt

We consider a simple setting in neuroevolution where an evolutionary algorithm optimizes the weights and activation functions of a simple artificial neural network. We then define simple example functions to be learned b…

Behavior-based Neuroevolutionary Training in Reinforcement Learning

2021-05-17 · Jörg Stork, Martin Zaefferer, Nils Eisler, Patrick Tichelmann 외

In addition to their undisputed success in solving classical optimization problems, neuroevolutionary and population-based algorithms have become an alternative to standard reinforcement learning methods. However, evolut…

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)