paper-with-me

홈 › Papers

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 numerical behavior, leaving fitting error feedback too noisy to guide exploration. To address this challenge, we propose GenSR, a generative latent space-based SR framework following the map construction -> coarse localization -> fine search'' paradigm. Specifically, GenSR first pretrains a dual-branch Conditional Variational Autoencoder (CVAE) to reparameterize symbolic equations into a generative latent space with symbolic continuity and local numerical smoothness. This space can be regarded as a well-structured map'' of the equation space, providing directional signals for search. At inference, the CVAE coarsely localizes the input data to promising regions in the latent space. Then, a modified CMA-ES refines the candidate region, leveraging smooth latent gradients. From a Bayesian perspective, GenSR reframes the SR task as maximizing the conditional distribution $p(\mathrm{Equ.} \mid \mathrm{Num.})$, with CVAE training achieving this objective through the Evidence Lower Bound (ELBO). This new perspective provides a theoretical guarantee for the effectiveness of GenSR. Extensive experiments show that GenSR jointly optimizes predictive accuracy, expression simplicity, and computational efficiency, while remaining robust under noise.

📄 PDF Abstract BibTeX arXiv:2602.20557

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Symbolic Regression via Latent Iterative Refinement

2026-05-26 · Xieting Chu, Sriram Vishwanath, Vijay Ganesh arxiv

Symbolic regression (SR) seeks closed-form mathematical expressions that fit observed data. Neural SR methods amortize the search by training an encoder to map observations directly to expressions in a single pass, but t…

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 …

FormHeuristic Searchregressionscientific discovery+1

Unifying Search and Recommendation: A Generative Paradigm Inspired by Information Theory

2025-04-09 · Jujia Zhao, Wenjie Wang, Chen Xu, Xiuying Wang 외

Recommender systems and search engines serve as foundational elements of online platforms, with the former delivering information proactively and the latter enabling users to seek information actively. Unifying both task…

Contrastive LearningRecommendation SystemsRepresentation Learning

Neural Structure Embedding for Symbolic Regression via Continuous Structure Search and Coefficient Optimization

2026-03-23 · Fateme Memar, Tao Zhe, Dongjie Wang arxiv

Symbolic regression aims to discover human-interpretable equations that explain observational data. However, existing approaches rely heavily on discrete structure search (e.g., genetic programming), which often leads to…

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…