NEAILGMar 3, 2023

Vectorial Genetic Programming -- Optimizing Segments for Feature Extraction

arXiv:2303.03200v12 citationsh-index: 27
Originality Synthesis-oriented
AI Analysis

This addresses a parameter optimization bottleneck in an incremental extension of genetic programming for feature extraction.

The paper tackles the problem of optimizing window segments for vector aggregation in Vectorial Genetic Programming, finding that random sampling strategies don't significantly impact performance while guided strategies get stuck in local optima.

Vectorial Genetic Programming (Vec-GP) extends GP by allowing vectors as input features along regular, scalar features, using them by applying arithmetic operations component-wise or aggregating vectors into scalars by some aggregation function. Vec-GP also allows aggregating vectors only over a limited segment of the vector instead of the whole vector, which offers great potential but also introduces new parameters that GP has to optimize. This paper formalizes an optimization problem to analyze different strategies for optimizing a window for aggregation functions. Different strategies are presented, included random and guided sampling, where the latter leverages information from an approximated gradient. Those strategies can be applied as a simple optimization algorithm, which itself ca be applied inside a specialized mutation operator within GP. The presented results indicate, that the different random sampling strategies do not impact the overall algorithm performance significantly, and that the guided strategies suffer from becoming stuck in local optima. However, results also indicate, that there is still potential in discovering more efficient algorithms that could outperform the presented strategies.

Foundations

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

Your Notes