MetaSymNet: A Tree-like Symbol Network with Adaptive Architecture and Activation Functions
Yanjie Li, Weijun Li, Lina Yu, Min Wu, Jinyi Liu, Wenqiang Li, Meilan, Hao, Shu Wei, Yusong Deng

TL;DR
MetaSymNet is an adaptive neural network that dynamically adjusts its structure and employs a novel activation function to produce interpretable mathematical formulas, outperforming existing symbolic regression methods on multiple datasets.
Contribution
The paper introduces MetaSymNet, a neural network with real-time structural adaptation and a unique meta activation function, enabling automatic formula discovery and improved interpretability.
Findings
MetaSymNet outperforms four state-of-the-art symbolic regression algorithms on 10+ datasets.
It achieves better extrapolation and fitting ability than MLP and SVM.
MetaSymNet has simpler network structures compared to traditional MLP with similar performance.
Abstract
Mathematical formulas serve as the means of communication between humans and nature, encapsulating the operational laws governing natural phenomena. The concise formulation of these laws is a crucial objective in scientific research and an important challenge for artificial intelligence (AI). While traditional artificial neural networks (MLP) excel at data fitting, they often yield uninterpretable black box results that hinder our understanding of the relationship between variables x and predicted values y. Moreover, the fixed network architecture in MLP often gives rise to redundancy in both network structure and parameters. To address these issues, we propose MetaSymNet, a novel neural network that dynamically adjusts its structure in real-time, allowing for both expansion and contraction. This adaptive network employs the PANGU meta function as its activation function, which is a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications · Machine Learning in Materials Science · Evolutionary Algorithms and Applications
MethodsSupport Vector Machine · Pruning
