paper-with-me

홈 › Papers

ParFam -- (Neural Guided) Symbolic Regression Based on Continuous Global Optimization

2023-10-09 · Philipp Scholl, Katharina Bieker, Hillary Hauger, Gitta Kutyniok

The problem of symbolic regression (SR) arises in many different applications, such as identifying physical laws or deriving mathematical equations describing the behavior of financial markets from given data. Various methods exist to address the problem of SR, often based on genetic programming. However, these methods are usually complicated and involve various hyperparameters. In this paper, we present our new approach ParFam that utilizes parametric families of suitable symbolic functions to translate the discrete symbolic regression problem into a continuous one, resulting in a more straightforward setup compared to current state-of-the-art methods. In combination with a global optimizer, this approach results in a highly effective method to tackle the problem of SR. We theoretically analyze the expressivity of ParFam and demonstrate its performance with extensive numerical experiments based on the common SR benchmark suit SRBench, showing that we achieve state-of-the-art results. Moreover, we present an extension incorporating a pre-trained transformer network DL-ParFam to guide ParFam, accelerating the optimization process by up to two magnitudes. Our code and results can be found at https://github.com/Philipp238/parfam.

📄 PDF Abstract BibTeX arXiv:2310.05537

Code (1)

philipp238/parfam 공식 구현 pytorch

Tasks

global-optimizationregressionSymbolic Regression

Similar Papers 제목 키워드 기반

Symbolic recovery of PDEs from measurement data

2026-02-17 · Erion Morina, Philipp Scholl, Martin Holler arxiv

Models based on partial differential equations (PDEs) are powerful for describing a wide range of complex phenomena in the natural sciences. Accurately identifying the PDE model, which represents the underlying physical …

$\mathcal{C}^1$-approximation with rational functions and rational neural networks

2025-08-27 · Erion Morina, Martin Holler arxiv

We show that suitably regular functions can be approximated in the $\mathcal{C}^1$-norm both with rational functions and rational neural networks, including approximation rates with respect to width and depth of the netw…

Discovering Mathematical Equations with Diffusion Language Model

2025-09-16 · Xiaoxu Han, Chengzhen Ning, Jinghui Zhong, Fubiao Yang 외 arxiv

Discovering valid and meaningful mathematical equations from observed data plays a crucial role in scientific discovery. While this task, symbolic regression, remains challenging due to the vast search space and the trad…

Data-Efficient Symbolic Regression via Foundation Model Distillation

2025-08-27 · Wangyang Ying, Jinghan Zhang, Haoyue Bai, Nanxu Gong 외 arxiv

Discovering interpretable mathematical equations from observed data (a.k.a. equation discovery or symbolic regression) is a cornerstone of scientific discovery, enabling transparent modeling of physical, biological, and …

Symbolic Regression via Neural-Guided Genetic Programming Population Seeding

2021-10-29 · T. Nathan Mundhenk, Mikel Landajuela, Ruben Glatt, Claudio P. Santiago 외

Symbolic regression is the process of identifying mathematical expressions that fit observed output from a black-box process. It is a discrete optimization problem generally believed to be NP-hard. Prior approaches to so…

Combinatorial OptimizationregressionSymbolic Regression