Bayesian Symbolic Regression
Ying Jin, Weilin Fu, Jian Kang, Jiadong Guo, Jian Guo

TL;DR
This paper introduces Bayesian Symbolic Regression (BSR), a novel approach that improves interpretability and efficiency over genetic programming by incorporating prior knowledge and using MCMC sampling to find concise, accurate symbolic expressions.
Contribution
The paper presents a Bayesian framework for symbolic regression that enhances interpretability, incorporates prior knowledge, and reduces computational memory compared to traditional genetic programming methods.
Findings
BSR produces more concise expressions than GP.
Solutions of BSR are closer to ground truth.
BSR is robust to hyper-parameter variations.
Abstract
Interpretability is crucial for machine learning in many scenarios such as quantitative finance, banking, healthcare, etc. Symbolic regression (SR) is a classic interpretable machine learning method by bridging X and Y using mathematical expressions composed of some basic functions. However, the search space of all possible expressions grows exponentially with the length of the expression, making it infeasible for enumeration. Genetic programming (GP) has been traditionally and commonly used in SR to search for the optimal solution, but it suffers from several limitations, e.g. the difficulty in incorporating prior knowledge; overly-complicated output expression and reduced interpretability etc. To address these issues, we propose a new method to fit SR under a Bayesian framework. Firstly, Bayesian model can naturally incorporate prior knowledge (e.g., preference of basis functions,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Neural Networks and Applications · Metaheuristic Optimization Algorithms Research
