NEAIMar 5, 2023

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

arXiv:2303.02801v12 citationsh-index: 51
Originality Incremental advance
AI Analysis

This work addresses semi-supervised learning for scenarios with limited labeled data, representing an incremental improvement in neuroevolution methods.

The paper tackled the problem of evolving neural networks for semi-supervised classification by introducing neuroevolutionary algorithms that use neuron coverage metrics from unlabeled data to enhance fitness functions, resulting in reduced sensitivity to scarce labeled data and improved generalization in some cases.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes