paper-with-me

Papers

Scalable Neural Symbolic Regression using Control Variables

2023-06-07 · Xieting Chu, Hongjue Zhao, Enze Xu, Hairong Qi, Minghan Chen, Huajie Shao

Symbolic regression (SR) is a powerful technique for discovering the analytical mathematical expression from data, finding various applications in natural sciences due to its good interpretability of results. However, existing methods face scalability issues when dealing with complex equations involving multiple variables. To address this challenge, we propose ScaleSR, a scalable symbolic regression model that leverages control variables to enhance both accuracy and scalability. The core idea is to decompose multi-variable symbolic regression into a set of single-variable SR problems, which are then combined in a bottom-up manner. The proposed method involves a four-step process. First, we learn a data generator from observed data using deep neural networks (DNNs). Second, the data generator is used to generate samples for a certain variable by controlling the input variables. Thirdly, single-variable symbolic regression is applied to estimate the corresponding mathematical expression. Lastly, we repeat steps 2 and 3 by gradually adding variables one by one until completion. We evaluate the performance of our method on multiple benchmark datasets. Experimental results demonstrate that the proposed ScaleSR significantly outperforms state-of-the-art baselines in discovering mathematical expressions with multiple variables. Moreover, it can substantially reduce the search space for symbolic regression. The source code will be made publicly available upon publication.

📄 PDF Abstract BibTeX arXiv:2306.04718

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Symbolic Regression via Control Variable Genetic Programming

2023-05-25 · Nan Jiang, Yexiang Xue

Learning symbolic expressions directly from experiment data is a vital step in AI-driven scientific discovery. Nevertheless, state-of-the-art approaches are limited to learning simple expressions. Regressing expressions …

regressionscientific discoverySymbolic Regression

Vertical Symbolic Regression

2023-12-19 · Nan Jiang, Md Nasim, Yexiang Xue

Automating scientific discovery has been a grand goal of Artificial Intelligence (AI) and will bring tremendous societal impact. Learning symbolic expressions from experimental data is a vital step in AI-driven scientifi…

regressionscientific discoverySymbolic Regression

Predicting Friction System Performance with Symbolic Regression and Genetic Programming with Factor Variables

2021-07-19 · Gabriel Kronberger, Michael Kommenda, Andreas Promberger, Falk Nickel

Friction systems are mechanical systems wherein friction is used for force transmission (e.g. mechanical braking systems or automatic gearboxes). For finding optimal and safe design parameters, engineers have to predict …

FrictionregressionSymbolic Regression

Controllable Neural Symbolic Regression

2023-04-20 · Tommaso Bendinelli, Luca Biggio, Pierre-Alexandre Kamienny

In symbolic regression, the goal is to find an analytical expression that accurately fits experimental data with the minimal use of mathematical symbols such as operators, variables, and constants. However, the combinato…

Evolutionary AlgorithmsregressionSymbolic Regression

Racing Control Variable Genetic Programming for Symbolic Regression

2023-09-13 · Nan Jiang, Yexiang Xue

Symbolic regression, as one of the most crucial tasks in AI for science, discovers governing equations from experimental data. Popular approaches based on genetic programming, Monte Carlo tree search, or deep reinforceme…

Deep Reinforcement LearningregressionSymbolic Regression