paper-with-me

홈 › Papers

SymbolNet: Neural Symbolic Regression with Adaptive Dynamic Pruning for Compression

2024-01-18 · Ho Fung Tsoi, Vladimir Loncar, Sridhara Dasu, Philip Harris

Compact symbolic expressions have been shown to be more efficient than neural network models in terms of resource consumption and inference speed when implemented on custom hardware such as FPGAs, while maintaining comparable accuracy~\cite{tsoi2023symbolic}. These capabilities are highly valuable in environments with stringent computational resource constraints, such as high-energy physics experiments at the CERN Large Hadron Collider. However, finding compact expressions for high-dimensional datasets remains challenging due to the inherent limitations of genetic programming, the search algorithm of most symbolic regression methods. Contrary to genetic programming, the neural network approach to symbolic regression offers scalability to high-dimensional inputs and leverages gradient methods for faster equation searching. Common ways of constraining expression complexity often involve multistage pruning with fine-tuning, which can result in significant performance loss. In this work, we propose $\tt{SymbolNet}$, a neural network approach to symbolic regression specifically designed as a model compression technique, aimed at enabling low-latency inference for high-dimensional inputs on custom hardware such as FPGAs. This framework allows dynamic pruning of model weights, input features, and mathematical operators in a single training process, where both training loss and expression complexity are optimized simultaneously. We introduce a sparsity regularization term for each pruning type, which can adaptively adjust its strength, leading to convergence at a target sparsity ratio. Unlike most existing symbolic regression methods that struggle with datasets containing more than $\mathcal{O}(10)$ inputs, we demonstrate the effectiveness of our model on the LHC jet tagging task (16 inputs), MNIST (784 inputs), and SVHN (3072 inputs).

📄 PDF Abstract BibTeX arXiv:2401.09949

Code (1)

hftsoi/symbolnet 공식 구현 tf

Tasks

Jet TaggingModel CompressionregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

PruneSymNet: A Symbolic Neural Network and Pruning Algorithm for Symbolic Regression

2024-01-25 · Min Wu, Weijun Li, Lina Yu, Wenqiang Li 외

Symbolic regression aims to derive interpretable symbolic expressions from data in order to better understand and interpret data. %which plays an important role in knowledge discovery and interpretable machine learning. …

Interpretable Machine LearningregressionSymbolic Regression

DeepPySR -- A Symbolic Regression Framework with Dynamic Pruning, Pareto Selection, and Hierarchical Composition for Real-World Scientific Discovery

2026-07-09 · Fuling Chen, Kevin Vinsen, Phillip Melton, Rae-Chi Huang arxiv

Symbolic regression (SR) discovers analytical equations from data, yielding glass-box models with directly interpretable formulas, unlike black-box methods that rely on unstable post-hoc tools such as SHAP or LIME. This …

Scalable Sparse Regression for Model Discovery: The Fast Lane to Insight

2024-05-14 · Matthew Golden

There exist endless examples of dynamical systems with vast available data and unsatisfying mathematical descriptions. Sparse regression applied to symbolic libraries has quickly emerged as a powerful tool for learning g…

Model Discoveryregression

Probabilistic fine-tuning of pruning masks and PAC-Bayes self-bounded learning

2021-10-22 · Soufiane Hayou, Bobby He, Gintare Karolina Dziugaite

We study an approach to learning pruning masks by optimizing the expected loss of stochastic pruning masks, i.e., masks which zero out each weight independently with some weight-specific probability. We analyze the train…

L2 Regularizationregression

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 r…

Deep LearningregressionSymbolic Regression