paper-with-me

홈 › Papers

Operator Feature Neural Network for Symbolic Regression

2024-08-14 · Yusong Deng, Min Wu, Lina Yu, Jingyi Liu, Shu Wei, YanJie Li, Weijun Li

Symbolic regression is a task aimed at identifying patterns in data and representing them through mathematical expressions, generally involving skeleton prediction and constant optimization. Many methods have achieved some success, however they treat variables and symbols merely as characters of natural language without considering their mathematical essence. This paper introduces the operator feature neural network (OF-Net) which employs operator representation for expressions and proposes an implicit feature encoding method for the intrinsic mathematical operational logic of operators. By substituting operator features for numeric loss, we can predict the combination of operators of target expressions. We evaluate the model on public datasets, and the results demonstrate that the model achieves superior recovery rates and high $R^2$ scores. With the discussion of the results, we analyze the merit and demerit of OF-Net and propose optimizing schemes.

📄 PDF Abstract BibTeX arXiv:2408.07719

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

LLM-Meta-SR: Learning to Evolve Selection Operators for Symbolic Regression

2025-05-24 · Hengzhe Zhang, Qi Chen, Bing Xue, Mengjie Zhang

Large language models (LLMs) have revolutionized algorithm development, yet their application in symbolic regression, where algorithms automatically discover symbolic expressions from data, remains constrained and is typ…

regressionSymbolic Regression

In-Context Symbolic Regression for Robustness-Improved Kolmogorov-Arnold Networks

2026-03-16 · Francesco Sovrano, Lidia Losavio, Giulia Vilone, Marc Langheinrich arxiv

Symbolic regression aims to replace black-box predictors with concise analytical expressions that can be inspected and validated in scientific machine learning. Kolmogorov-Arnold Networks (KANs) are well suited to this g…

Interval Arithmetic and Interval-Aware Operators for Genetic Programming

2017-04-17 · Grant Dick

Symbolic regression via genetic programming is a flexible approach to machine learning that does not require up-front specification of model structure. However, traditional approaches to symbolic regression require the u…

regressionSymbolic Regression

Zoetrope Genetic Programming for Regression

2021-02-26 · Aurélie Boisbunon, Carlo Fanara, Ingrid Grenet, Jonathan Daeden 외

The Zoetrope Genetic Programming (ZGP) algorithm is based on an original representation for mathematical expressions, targeting evolutionary symbolic regression.The zoetropic representation uses repeated fusion operation…

regressionSymbolic Regression

VaSST: Variational Inference for Symbolic Regression using Soft Symbolic Trees

2026-02-27 · Somjit Roy, Pritam Dey, Bani K. Mallick arxiv

Symbolic regression (SR) has gained recent traction in AI-driven scientific discovery for learning closed-form physical laws. Yet existing methods are dominated by heuristic search or data-intensive approaches that often…