A Neural-Guided Dynamic Symbolic Network for Exploring Mathematical Expressions from Data
Wenqiang Li, Weijun Li, Lina Yu, Min Wu, Linjun Sun, Jingyi Liu, Yanjie Li, Shu Wei, Yusong Deng, Meilan Hao
TL;DR
DySymNet presents a neural-guided dynamic symbolic network for symbolic regression, reframing the search from expression trees to architecture search guided by a controller RNN. By training DySymNet with end-to-end differentiation, adaptive regularization, and pruning, and by refining constants with BFGS, the method achieves state-of-the-art fitting accuracy on standard SR benchmarks and SRBench, while demonstrating robustness to noise. The approach also shows practical value in discovering physical laws from data, outperforming several baselines in a free-fall with air resistance experiment. Overall, DySymNet offers a scalable, flexible, and interpretable SR framework that leverages reinforcement learning to navigate a compact architectural search space, delivering parsimonious yet accurate expressions for high-dimensional problems.
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.
