paper-with-me

홈 › Papers

Deep Generative Symbolic Regression

2023-12-30 · Samuel Holt, Zhaozhi Qian, Mihaela van der Schaar

Symbolic regression (SR) aims to discover concise closed-form mathematical equations from data, a task fundamental to scientific discovery. However, the problem is highly challenging because closed-form equations lie in a complex combinatorial search space. Existing methods, ranging from heuristic search to reinforcement learning, fail to scale with the number of input variables. We make the observation that closed-form equations often have structural characteristics and invariances (e.g., the commutative law) that could be further exploited to build more effective symbolic regression solutions. Motivated by this observation, our key contribution is to leverage pre-trained deep generative models to capture the intrinsic regularities of equations, thereby providing a solid foundation for subsequent optimization steps. We show that our novel formalism unifies several prominent approaches of symbolic regression and offers a new perspective to justify and improve on the previous ad hoc designs, such as the usage of cross-entropy loss during pre-training. Specifically, we propose an instantiation of our framework, Deep Generative Symbolic Regression (DGSR). In our experiments, we show that DGSR achieves a higher recovery rate of true equations in the setting of a larger number of input variables, and it is more computationally efficient at inference time than state-of-the-art RL symbolic regression solutions.

📄 PDF Abstract BibTeX arXiv:2401.00282

Code (2)

samholt/deepgenerativesymbolicregression 공식 구현 pytorch
vanderschaarlab/deepgenerativesymbolicregression 공식 구현 pytorch

Tasks

FormHeuristic Searchregressionscientific discoverySymbolic Regression

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

SymbolicGPT: A Generative Transformer Model for Symbolic Regression

2021-06-27 · Mojtaba Valipour, Bowen You, Maysum Panju, Ali Ghodsi

Symbolic regression is the task of identifying a mathematical expression that best fits a provided dataset of input and output values. Due to the richness of the space of mathematical expressions, symbolic regression is …

Language ModelingLanguage Modellingmodelregression+1

Symbolic Regression with Multimodal Large Language Models and Kolmogorov Arnold Networks

2025-05-12 · Thomas R. Harvey, Fabian Ruehle, Cristofero S. Fraser-Taliente, James Halverson

We present a novel approach to symbolic regression using vision-capable large language models (LLMs) and the ideas behind Google DeepMind's Funsearch. The LLM is given a plot of a univariate function and tasked with prop…

Kolmogorov-Arnold NetworksLanguage ModelingLanguage ModellingPrompt Engineering+2

Symbolic Discovery of Stochastic Differential Equations with Genetic Programming

2026-03-10 · Sigur de Vries, Sander W. Keemink, Marcel A. J. van Gerven arxiv

Automated scientific discovery aims to improve scientific understanding through machine learning. A central approach in this field is symbolic regression, which uses genetic programming or sparse regression to learn inte…

Diffusion-Based Symbolic Regression

2025-05-30 · Zachary Bastiani, Robert M. Kirby, Jacob Hochhalter, Shandian Zhe

Diffusion has emerged as a powerful framework for generative modeling, achieving remarkable success in applications such as image and audio synthesis. Enlightened by this progress, we propose a novel diffusion-based appr…

Audio SynthesisDenoisingregressionSymbolic Regression

GENSR: Symbolic Regression Based in Equation Generative Space

2026-02-24 · Qian Li, Yuxiao Hu, Juncheng Liu, Yuntian Chen arxiv

Symbolic Regression (SR) tries to reveal the hidden equations behind observed data. However, most methods search within a discrete equation space, where the structural modifications of equations rarely align with their n…

Computational Efficiency