paper-with-me

홈 › Papers

Deep Divide-and-Reduce in Symbolic Regression

2026-07-26 · Yusong Deng, Yanjie Li, Weijun Li arxiv

Symbolic regression (SR) is the task of discovering underlying patterns from data and representing them using mathematical expressions. Current machine learning approaches to SR often lack a profound understanding of the intrinsic mathematical and physical principles governing these expressions. While the pioneering AI Feynman method leverages the mathematical properties underlying the data, its expression decomposition mechanism suffers from a narrow scope of applicability and is prone to failure on complex equations. Furthermore, its underlying mechanisms rely heavily on brute-force searches for sub-expressions, severely limiting its practical utility. Building on AI Feynman, we propose Deep Divide-and-Reduce in Symbolic Regression (DDRSR), a principled extension derived from a formal analysis of a broader class of decomposition structures. DDRSR fundamentally broadens the applicability of expression decomposition and reduction and ensures both wider versatility and sound analytical grounding. Empirical evaluations demonstrate that these theoretical principles yield substantial advantages in both expression decomposition and downstream symbolic regression performance. Finally, we discuss the applicable scenarios and inherent limitations of this paradigm, alongside promising directions for future research.

📄 PDF Abstract BibTeX arXiv:2608.02628

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A divide and conquer method for symbolic regression

2017-05-23 · Changtong Luo, Chen Chen, Zonglin Jiang

Symbolic regression aims to find a function that best explains the relationship between independent variables and the objective value based on a given set of sample data. Genetic programming (GP) is usually considered as…

regressionSymbolic Regression

KAN-SR: A Kolmogorov-Arnold Network Guided Symbolic Regression Framework

2025-09-12 · Marco Andrea Bühler, Gonzalo Guillén-Gosálbez arxiv

We introduce a novel symbolic regression framework, namely KAN-SR, built on Kolmogorov Arnold Networks (KANs) which follows a divide-and-conquer approach. Symbolic regression searches for mathematical equations that best…

Block building programming for symbolic regression

2017-05-22 · Chen Chen, Changtong Luo, Zonglin Jiang

Symbolic regression that aims to detect underlying data-driven models has become increasingly important for industrial data analysis. For most existing algorithms such as genetic programming (GP), the convergence speed m…

Computational EfficiencyregressionSymbolic Regression

Discovering interpretable elastoplasticity models via the neural polynomial method enabled symbolic regressions

2023-07-24 · Bahador Bahmani, Hyoung Suk Suh, WaiChing Sun

Conventional neural network elastoplasticity models are often perceived as lacking interpretability. This paper introduces a two-step machine learning approach that returns mathematical models interpretable by human expe…

regressionSymbolic Regression

Bayesian Symbolic Regression via Posterior Sampling

2025-12-11 · Geoffrey F. Bomarito, Patrick E. Leser arxiv

Symbolic regression is a powerful tool for discovering governing equations directly from data, but its sensitivity to noise hinders its broader application. This paper introduces a Sequential Monte Carlo (SMC) framework …