paper-with-me

홈 › Papers

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 high computational cost, unstable performance, and limited scalability to large equation spaces. To address these challenges, we propose SRCO, a unified embedding-driven framework for symbolic regression that transforms symbolic structures into a continuous, optimizable representation space. The framework consists of three key components: (1) structure embedding: we first generate a large pool of exploratory equations using traditional symbolic regression algorithms and train a Transformer model to compress symbolic structures into a continuous embedding space; (2) continuous structure search: the embedding space enables efficient exploration using gradient-based or sampling-based optimization, significantly reducing the cost of navigating the combinatorial structure space; and (3) coefficient optimization: for each discovered structure, we treat symbolic coefficients as learnable parameters and apply gradient optimization to obtain accurate numerical values. Experiments on synthetic and real-world datasets show that our approach consistently outperforms state-of-the-art methods in equation accuracy, robustness, and search efficiency. This work introduces a new paradigm for symbolic regression by bridging symbolic equation discovery with continuous embedding learning and optimization.

📄 PDF Abstract BibTeX arXiv:2603.22429

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symbolic--KAN: Kolmogorov-Arnold Networks with Discrete Symbolic Structure for Interpretable Learning

2026-03-25 · Salah A Faroughi, Farinaz Mostajeran, Amirhossein Arzani, Shirko Faroughi arxiv

Symbolic discovery of governing equations is a long-standing goal in scientific machine learning, yet a fundamental trade-off persists between interpretability and scalable learning. Classical symbolic regression methods…

Geometric Relational Embeddings

2024-09-18 · Bo Xiong

Relational representation learning transforms relational data into continuous and low-dimensional vector representations. However, vector-based representations fall short in capturing crucial properties of relational dat…

Knowledge GraphsRepresentation Learning

Shared Symbolic Backbones for Physically Consistent Multi-Output Symbolic Regression

2026-07-29 · Manuel Rodriguez arxiv

Symbolic regression provides analytical expressions, but it is usually applied one output at a time. This is limiting in process systems, where state variables are often coupled through shared physical parameters. Indepe…

When Good Equations Get Bad Scores: Improving Symbolic Regression Through Better Parameter Optimization

2026-05-22 · Boxiao Wang, Kai Li, Zhiwei Chen, Yang Huang 외 arxiv

Symbolic Regression (SR) plays a central role in scientific knowledge discovery by distilling mathematical equations from observational data. Most existing SR methods function within a bi-level optimization framework: an…

SMILE: Bridging Continuous Optimization and Discrete Symbolic Recovery

2026-09-04 · Mansooreh Montazerin, Antonio Ortega, Ajitesh Srivastava arxiv

Symbolic regression (SR) discovers closed-form mathematical expressions from data, offering interpretability beyond black-box models. Existing methods suffer from slow convergence in combinatorial search spaces and lack …