paper-with-me

홈 › Papers

Sparse Interpretable Deep Learning with LIES Networks for Symbolic Regression

2025-06-09 · Mansooreh Montazerin, Majd Al Aawar, Antonio Ortega, Ajitesh Srivastava

Symbolic regression (SR) aims to discover closed-form mathematical expressions that accurately describe data, offering interpretability and analytical insight beyond standard black-box models. Existing SR methods often rely on population-based search or autoregressive modeling, which struggle with scalability and symbolic consistency. We introduce LIES (Logarithm, Identity, Exponential, Sine), a fixed neural network architecture with interpretable primitive activations that are optimized to model symbolic expressions. We develop a framework to extract compact formulae from LIES networks by training with an appropriate oversampling strategy and a tailored loss function to promote sparsity and to prevent gradient instability. After training, it applies additional pruning strategies to further simplify the learned expressions into compact formulae. Our experiments on SR benchmarks show that the LIES framework consistently produces sparse and accurate symbolic formulae outperforming all baselines. We also demonstrate the importance of each design component through ablation studies.

📄 PDF Abstract BibTeX arXiv:2506.08267

Code (1)

MansoorehMontazerin/LIES 공식 구현 pytorch

Tasks

Deep LearningregressionSymbolic Regression

Similar Papers 제목 키워드 기반

Symbolic Discovery of Stochastic Differential Equations with Genetic Programming

2026-03-10 · Sigur de Vries, Sander W. Keemink, Marcel A. J. van Gerven arxiv

Automated scientific discovery aims to improve scientific understanding through machine learning. A central approach in this field is symbolic regression, which uses genetic programming or sparse regression to learn inte…

A Review on Symbolic Regression in Power Systems: Methods, Applications, and Future Directions

2025-04-06 · Amir Bahador Javadi, Philip Pong

As power systems evolve with the increasing integration of renewable energy sources and smart grid technologies, there is a growing demand for flexible and scalable modeling approaches capable of capturing the complex dy…

regressionSymbolic Regression

Data-driven Interpretable Hybrid Robot Dynamics

2025-12-10 · Christopher E. Mower, Rui Zong, Haitham Bou-Ammar arxiv

We study data-driven identification of interpretable hybrid robot dynamics, where an analytical rigid-body dynamics model is complemented by a learned residual torque term. Using symbolic regression and sparse identifica…

OccamNet: A Fast Neural Model for Symbolic Regression at Scale

2020-07-16 · Owen Dugan, Rumen Dangovski, Allan Costa, Samuel Kim 외

Neural networks' expressiveness comes at the cost of complex, black-box models that often extrapolate poorly beyond the domain of the training dataset, conflicting with the goal of finding compact analytic expressions to…

CPUGPUimage-classificationImage Classification+2

Discovering symbolic expressions with parallelized tree search

2024-07-05 · Kai Ruan, Ze-Feng Gao, Yike Guo, Hao Sun 외

Symbolic regression plays a crucial role in modern scientific research thanks to its capability of discovering concise and interpretable mathematical expressions from data. A grand challenge lies in the arduous search fo…

Equation DiscoveryregressionSymbolic Regression