Shared Symbolic Backbones for Physically Consistent Multi-Output Symbolic Regression
arXiv:2607.26528
2026
Architecture
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper introduces a reusable symbolic latent layer for multi-output regression: transformed input features are passed through a small bank of symbolic units, and each output selects a sparse additive or multiplicative combination of the same units. The transferable asset is explicit mechanism sharing, where multiple outputs reuse identical intermediate factors rather than merely sharing an unconstrained neural trunk. This is especially useful when outputs share weakly identifiable denominators, rate laws, or physical correction factors. A practical neural-network adaptation is a differentiable symbolic bottleneck before multiple prediction heads, followed by operator and gate hardening for interpretable deployment.
Ideas from this paper
✗ Mechanism failed
2026
Replace the shared hidden trunk of a multi-output regression network with a small bank of differentiable symbolic units, then let every output use a sparse additive or multiplicative combination of the same units. The architecture explicitly tests whether outputs share a latent mechanism instead of merely sharing arbitrary neural features, improving identifiability and producing equations that can be inspected or exported.
Useful7/10
Difficulty5/10
Novelty7/10