Symbolic Regression via Control Variable Genetic Programming
Nan Jiang, Yexiang Xue

TL;DR
This paper introduces Control Variable Genetic Programming (CVGP), a novel method for symbolic regression that leverages controlled experiments to efficiently discover complex expressions involving many variables, surpassing previous methods.
Contribution
CVGP presents a new approach that uses controlled experiments to incrementally build symbolic expressions, significantly reducing the search space and improving learning performance.
Findings
CVGP achieves better accuracy than baseline methods on multi-variable symbolic regression tasks.
Theoretically, CVGP reduces the search space exponentially for certain expression classes.
Experimental results demonstrate CVGP's scalability to complex expressions with many variables.
Abstract
Learning symbolic expressions directly from experiment data is a vital step in AI-driven scientific discovery. Nevertheless, state-of-the-art approaches are limited to learning simple expressions. Regressing expressions involving many independent variables still remain out of reach. Motivated by the control variable experiments widely utilized in science, we propose Control Variable Genetic Programming (CVGP) for symbolic regression over many independent variables. CVGP expedites symbolic expression discovery via customized experiment design, rather than learning from a fixed dataset collected a priori. CVGP starts by fitting simple expressions involving a small set of independent variables using genetic programming, under controlled experiments where other variables are held as constants. It then extends expressions learned in previous generations by adding new independent variables,…
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 · Metaheuristic Optimization Algorithms Research · Evolution and Genetic Dynamics
