NEApr 17, 2017

Learning Linear Feature Space Transformations in Symbolic Regression

arXiv:1704.05134v21 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for symbolic regression researchers, offering new node types and training methods to enhance model accuracy.

The paper tackled the problem of improving symbolic regression by introducing linear combination feature nodes with different synchronization modes and weight evolution methods, finding that two configurations increased algorithm performance.

We propose a new type of leaf node for use in Symbolic Regression (SR) that performs linear combinations of feature variables (LCF). These nodes can be handled in three different modes -- an unsynchronized mode, where all LCFs are free to change on their own, a synchronized mode, where LCFs are sorted into groups in which they are forced to be identical throughout the whole individual, and a globally synchronized mode, which is similar to the previous mode but the grouping is done across the whole population. We also present two methods of evolving the weights of the LCFs -- a purely stochastic way via mutation and a gradient-based way based on the backpropagation algorithm known from neural networks -- and also a combination of both. We experimentally evaluate all configurations of LCFs in Multi-Gene Genetic Programming (MGGP), which was chosen as baseline, on a number of benchmarks. According to the results, we identified two configurations which increase the performance of the algorithm.

Foundations

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

Your Notes