菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - In-Context Symbolic Regression for Robustness-Improved Kolmogorov-Arnold Networks

Symbolic regression aims to replace black-box predictors with concise analytical expressions that can be inspected and validated in scientific machine learning. Kolmogorov-Arnold Networks (KANs) are well suited to this goal because each connection between adjacent units (an "edge") is parametrised by a learnable univariate function that can, in principle, be replaced by a symbolic operator. In practice, however, symbolic extraction is a bottleneck: the standard KAN-to-symbol approach fits operators to each learned edge function in isolation, making the discrete choice sensitive to initialisation and non-convex parameter fitting, and ignoring how local substitutions interact through the full network. We study in-context symbolic regression for operator extraction in KANs, and present two complementary instantiations. Greedy in-context Symbolic Regression (GSR) performs greedy, in-context selection by choosing edge replacements according to end-to-end loss improvement after brief fine-tuning. Gated Matching Pursuit (GMP) amortises this in-context selection by training a differentiable gated operator layer that places an operator library behind sparse gates on each edge; after convergence, gates are discretised (optionally followed by a short in-context greedy refinement pass). We quantify robustness via one-factor-at-a-time (OFAT) hyper-parameter sweeps and assess both predictive error and qualitative consistency of recovered formulas. Across several experiments, greedy in-context symbolic regression achieves up to 99.8% reduction in median OFAT test MSE.

顶级标签: machine learning model training theory
详细标签: symbolic regression kolmogorov-arnold networks model robustness operator extraction in-context learning 或 搜索:

基于上下文符号回归的鲁棒性提升型柯尔莫哥洛夫-阿诺德网络 / In-Context Symbolic Regression for Robustness-Improved Kolmogorov-Arnold Networks


1️⃣ 一句话总结

这篇论文提出了一种新的上下文符号回归方法,通过贪婪搜索或门控匹配策略,将柯尔莫哥洛夫-阿诺德网络中的可学习函数替换为简洁的数学符号表达式,从而显著提升了模型的可解释性和公式提取的鲁棒性。

源自 arXiv: 2603.15250