English

Efficient Generator of Mathematical Expressions for Symbolic Regression

Machine Learning 2023-09-12 v2 Artificial Intelligence

Abstract

We propose an approach to symbolic regression based on a novel variational autoencoder for generating hierarchical structures, HVAE. It combines simple atomic units with shared weights to recursively encode and decode the individual nodes in the hierarchy. Encoding is performed bottom-up and decoding top-down. We empirically show that HVAE can be trained efficiently with small corpora of mathematical expressions and can accurately encode expressions into a smooth low-dimensional latent space. The latter can be efficiently explored with various optimization methods to address the task of symbolic regression. Indeed, random search through the latent space of HVAE performs better than random search through expressions generated by manually crafted probabilistic grammars for mathematical expressions. Finally, EDHiE system for symbolic regression, which applies an evolutionary algorithm to the latent space of HVAE, reconstructs equations from a standard symbolic regression benchmark better than a state-of-the-art system based on a similar combination of deep learning and evolutionary algorithms.\v{z}

Keywords

Cite

@article{arxiv.2302.09893,
  title  = {Efficient Generator of Mathematical Expressions for Symbolic Regression},
  author = {Sebastian Mežnar and Sašo Džeroski and Ljupčo Todorovski},
  journal= {arXiv preprint arXiv:2302.09893},
  year   = {2023}
}

Comments

35 pages, 11 tables, 7 multi-part figures, Machine learning (Springer) and journal track of ECML/PKDD 2023

R2 v1 2026-06-28T08:44:21.476Z