SyMANTIC: An Efficient Symbolic Regression Method for Interpretable and Parsimonious Model Discovery in Science and Beyond
Madhav R. Muthyala, Farshud Sorourifar, You Peng, Joel A. Paulson
TL;DR
SyMANTIC tackles the challenge of discovering interpretable, parsimonious symbolic expressions from high-dimensional data by combining mutual-information feature screening, a complexity-aware library of expanded features, and a complexity-constrained SISSO (C$^2$-SISSO) approach to efficiently search near the Pareto frontier of accuracy and simplicity. The method, implemented in PyTorch with GPU acceleration, automatically tunes hyperparameters and produces a set of approximate Pareto-optimal models rather than a single solution. Across synthetic benchmarks, dynamical and material-property problems, SyMANTIC achieves superior recovery rates, lower structural complexity, and faster runtimes than state-of-the-art SR methods, even under noise and limited data. This yields practical, interpretable models suitable for scientific discovery and real-world applications, with the open-source package enabling easy adoption and extension.
Abstract
Symbolic regression (SR) is an emerging branch of machine learning focused on discovering simple and interpretable mathematical expressions from data. Although a wide-variety of SR methods have been developed, they often face challenges such as high computational cost, poor scalability with respect to the number of input dimensions, fragility to noise, and an inability to balance accuracy and complexity. This work introduces SyMANTIC, a novel SR algorithm that addresses these challenges. SyMANTIC efficiently identifies (potentially several) low-dimensional descriptors from a large set of candidates (from $\sim 10^5$ to $\sim 10^{10}$ or more) through a unique combination of mutual information-based feature selection, adaptive feature expansion, and recursively applied $\ell_0$-based sparse regression. In addition, it employs an information-theoretic measure to produce an approximate set of Pareto-optimal equations, each offering the best-found accuracy for a given complexity. Furthermore, our open-source implementation of SyMANTIC, built on the PyTorch ecosystem, facilitates easy installation and GPU acceleration. We demonstrate the effectiveness of SyMANTIC across a range of problems, including synthetic examples, scientific benchmarks, real-world material property predictions, and chaotic dynamical system identification from small datasets. Extensive comparisons show that SyMANTIC uncovers similar or more accurate models at a fraction of the cost of existing SR methods.
