Reducing the amount of computations at the second stage of an ensemble classifier with stacking on mine-detection drones
DOI:
https://doi.org/10.15276/aait.07.2024.26Keywords:
Multilayer perceptron, neural network, thinning connections, pruning, weighting coefficients, classification qualityAbstract
Using drones to search for mines is a promising area that allows accelerating the process of demining an area and reducing the
danger to people. To increase the probability of detecting mines, drones use sensors with different operating principles. Each type of
sensor requires specialized processing, which is carried out at the first stage of the ensemble classifier with stacking. The sensor
signals are combined at the second stage of the ensemble classifier, where a multilayer perceptron is usually used as a neural
network. Acceleration of terrain survey requires that processing be carried out in real time on the computing equipment of the drone
itself. This, in turn, requires a reduction in the amount of computation for all algorithms used on the drone. The article is devoted to
reducing the amount of computation when implementing a multilayer perceptron. The original homogeneous structure of the
perceptron, when each of the neurons of the previous layer has connections with all neurons of the next layer, is redundant, since it
does not take into account the features of the processed data set. The article proposes a method for finding a balance between the
dimensionality and number of layers of the perceptron, the time interval between the procedures of thinning connections, the training
step and the number of connections removed at a time. Using thinning connections taking into account other parameters allows you
to reduce the amount of calculations by 80% or more, while saving and even increasing the quality of classification. There are
removed connections that do not make a noticeable contribution to the quality of classification, but introduce additional noise into the
perceptron training process and the formation of the output result.