Symbolic Models
https://github.com/openai/whisper
The presenter of this talk (https://www.youtube.com/watch?v=wmQIcTOzH0k)
- explains his paper (Discovering Symbolic Models from Deep Learning with Inductive Biases 2006.11287)
- why symbolic regression should be 1st class ML algorithms in Astrophysics
- how symbolic regression can be extended to high dimensional datasets
Why Symbolic Regression?
Wignerian Prior (Simple analytic equations generalize to out of distribution data.)
How to extend?
train a model with inductive bias on the structure of the solution. i.e. train mutiple internal functions on low dimensonal space of the problem, then do symbolic regresssion on those internal function, then combine the symbolic expressions.
Authors: Miles Cranmer, Alvaro Sanchez-Gonzalez, Peter Battaglia, Rui Xu, Kyle Cranmer, David Spergel, Shirley Ho
Abstract: We develop a general approach to distill symbolic representations of a learned deep model by introducing strong inductive biases. We focus on Graph Neural Networks (GNNs). The technique works as follows: we first encourage sparse latent representations when we train a GNN in a supervised setting, then we apply symbolic regression to components of the learned model to extract explicit physical relations. We find the correct known equations, including force laws and Hamiltonians, can be extracted from the neural network. We then apply our method to a non-trivial cosmology example-a detailed dark matter simulation-and discover a new analytic formula which can predict the concentration of dark matter from the mass distribution of nearby cosmic structures. The symbolic expressions extracted from the GNN using our technique also generalized to out-of-distribution data better than the GNN itself. Our approach offers alternative directions for interpreting neural networks and discovering novel physical principles from the representations they learn.