Sprecher Networks: A Parameter-Efficient Kolmogorov-Arnold Architecture
Christian Hägg, Kathlén Kohn, Giovanni Luca Marchetti, Boris Shapiro
TL;DR
Sprecher Networks propose a deep architecture built from blocks that realize Sprecher's 1965 shift-and-sum formula using shared monotone and general splines, with learnable shifts and vector mixing to enable parameter-efficient function approximation. The design achieves linear in width parameter scaling and memory-efficient forward computation via sequential evaluation, differentiating it from MLPs and edge-activation networks like KANs. Empirical results on synthetic regression and PDE benchmarks show SNs can match or outperform KANs at matched budgets, with lateral mixing especially beneficial for vector-valued outputs. The work also provides a detailed implementation blueprint, including domain propagation bounds and memory-saving strategies, and discusses theoretical open questions around deep universality and the role of lateral mixing. Overall, SNs offer a compelling, theory-grounded approach to building efficient, interpretable function-approximators with strong potential for scientific and memory-constrained applications.
Abstract
We present Sprecher Networks (SNs), a family of trainable neural architectures inspired by the classical Kolmogorov-Arnold-Sprecher (KAS) construction for approximating multivariate continuous functions. Distinct from Multi-Layer Perceptrons (MLPs) with fixed node activations and Kolmogorov-Arnold Networks (KANs) featuring learnable edge activations, SNs utilize shared, learnable splines (monotonic and general) within structured blocks incorporating explicit shift parameters and mixing weights. Our approach directly realizes Sprecher's specific 1965 sum of shifted splines formula in its single-layer variant and extends it to deeper, multi-layer compositions. We further enhance the architecture with optional lateral mixing connections that enable intra-block communication between output dimensions, providing a parameter-efficient alternative to full attention mechanisms. Beyond parameter efficiency with $O(LN + LG)$ scaling (where $G$ is the knot count of the shared splines) versus MLPs' $O(LN^2)$, SNs admit a sequential evaluation strategy that reduces peak forward-intermediate memory from $O(N^2)$ to $O(N)$ (treating batch size as constant), making much wider architectures feasible under memory constraints. We demonstrate empirically that composing these blocks into deep networks leads to highly parameter and memory-efficient models, discuss theoretical motivations, and compare SNs with related architectures (MLPs, KANs, and networks with learnable node activations).
