A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data

Abstract

Symbolic regression (SR) is a powerful technique for discovering the underlying mathematical expressions from observed data. Inspired by the success of deep learning, recent deep generative SR methods have shown promising results. However, these methods face difficulties in processing high-dimensional problems and learning constants due to the large search space, and they don’t scale well to unseen problems. In this work, we propose DySymNet, a novel neural-guided Dynamic Symbolic Network for SR. Instead of searching for expressions within a large search space, we explore symbolic networks with various structures, guided by reinforcement learning, and optimize them to identify expressions that better-fitting the data. Based on extensive numerical experiments on low-dimensional public standard benchmarks and the well-known SRBench with more variables, DySymNet shows clear superiority over several representative baseline models. Open source code is available at https://github.com/AILWQ/DySymNet.

Cite

Text

Li et al. "A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data." International Conference on Machine Learning, 2024.

Markdown

[Li et al. "A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/li2024icml-neuralguided/)

BibTeX

@inproceedings{li2024icml-neuralguided,
  title     = {{A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data}},
  author    = {Li, Wenqiang and Li, Weijun and Yu, Lina and Wu, Min and Sun, Linjun and Liu, Jingyi and Li, Yanjie and Wei, Shu and Yusong, Deng and Hao, Meilan},
  booktitle = {International Conference on Machine Learning},
  year      = {2024},
  pages     = {28222-28242},
  volume    = {235},
  url       = {https://mlanthology.org/icml/2024/li2024icml-neuralguided/}
}