Solomonoff Induction and Singular Integrals
arXiv:2609.01666
2026
Regularization
1 ideas extracted · analyzed Sep 3, 2026
What the math gives to ML
The paper gives a constructive bridge between universal algorithmic priors and Bayesian model evidence: a monotone-machine semimeasure can reproduce the evidence of any computable model up to a constant factor. The transferable asset is the singular-learning asymptotic, in which the complexity penalty is not parameter count but the learning coefficient \(\lambda\) and multiplicity \(m\), invariants of the model's local geometry near optimal parameters. This suggests a neural architecture-selection and pruning criterion that measures how quickly each candidate's marginal likelihood grows with dataset size, favoring models with low singular complexity rather than merely few weights. The practical route is to estimate evidence for a small set of candidate networks using posterior samples, fit the \(\log n\) scaling, and use the estimated coefficient to select widths, ranks, or experts.
Ideas from this paper
Unverified
2026
Replace parameter-count or validation-loss-only model selection with a singular-complexity score based on the evidence scaling of each candidate neural network. Select or prune architectures using \(n\widehat L_n+\widehat\lambda\log n-(\widehat m-1)\log\log n\), which can prefer overparameterized but highly redundant networks when their effective singular complexity is lower.
Useful6/10
Difficulty7/10
Novelty6/10