🌙

GESR:一种用于符号回归的几何演化模型

GESR: A Geometric Evolution Model for Symbolic Regression

Evolutionary Computation · 2025
被引 0
ABS 3

中文导读

提出一种基于几何语义的符号回归算法GESR,通过将回归过程转化为n维语义空间中的单峰目标逼近,并引入语义梯度、几何语义搜索算子和L1正则化的Levenberg-Marquardt算法三个关键模块,在SRSD基准数据集上取得最优精度。

Abstract

Symbolic regression is a challenging task in machine learning that aims to automatically discover highly interpretable mathematical equations from limited data. Keen efforts have been devoted to addressing this issue, yielding promising results. However, there are still bottlenecks that current methods struggle with, especially when dealing with the datasets that characterize intricate mathematical expressions. In this work, we propose a novel Geometric Evolution Symbolic Regression algorithm. Leveraging geometric semantics, the process of symbolic regression in GESR is transformed into an approximation to an unimodal target in n-dimensional semantic space. Then, three key modules are presented to enhance the approximation: (1) a new semantic gradient concept, proposed from the observation of inaccurate approximation results within semantic backpropagation, to assist the exploration in the semantic space and improve the accuracy of semantic approximation; (2) a new geometric semantic search operator, tailored for efficiently approximating the target formula directly in the sparse semantic space, to obtain more accurate and interpretable solutions under strict program size constraints; (3) the Levenberg-Marquardt algorithm with L1 regularization, used for the adjustment of expression structures and the optimization of global subtree weights to assist the proposed geometric semantic search operator. Assisted with these modules, GESR achieves state-of-the-art accuracy performance on SRSD benchmark datasets. The implementation is available at https://github.com/MZT-srcount/GESR.

机器学习符号回归演化算法几何语义