Optimization, Generalization and Differential Privacy Bounds for Gradient Descent on Kolmogorov-Arnold Networks
Puyu Wang, Junyu Zhou, Philipp Liznerski, Marius Kloft
TL;DR
This paper studies gradient descent on two-layer Kolmogorov–Arnol'd Networks (KANs), deriving a unified framework that bounds optimization, generalization, and differential privacy (DP) performance. Under an NTK-separable logistic loss, GD achieves an optimization rate of $O(1/T)$ and a generalization rate of $O(1/n)$ with polylogarithmic width, while DP-GD yields a privacy-utility bound of $ ilde{O}( ext{sqrt}(d)/(n\epsilon))$ and requires a polylog width for meaningful privacy guarantees. The results reveal a qualitative gap between non-private and private training regimes in terms of width sufficiency, and they provide practical guidance on width and early stopping for KANs. Empirical validation on synthetic data and MNIST corroborates the theoretical predictions and demonstrates how width and iteration choices impact both private and non-private performance.
Abstract
Kolmogorov--Arnold Networks (KANs) have recently emerged as a structured alternative to standard MLPs, yet a principled theory for their training dynamics, generalization, and privacy properties remains limited. In this paper, we analyze gradient descent (GD) for training two-layer KANs and derive general bounds that characterize their training dynamics, generalization, and utility under differential privacy (DP). As a concrete instantiation, we specialize our analysis to logistic loss under an NTK-separable assumption, where we show that polylogarithmic network width suffices for GD to achieve an optimization rate of order $1/T$ and a generalization rate of order $1/n$, with $T$ denoting the number of GD iterations and $n$ the sample size. In the private setting, we characterize the noise required for $(ε,δ)$-DP and obtain a utility bound of order $\sqrt{d}/(nε)$ (with $d$ the input dimension), matching the classical lower bound for general convex Lipschitz problems. Our results imply that polylogarithmic width is not only sufficient but also necessary under differential privacy, revealing a qualitative gap between non-private (sufficiency only) and private (necessity also emerges) training regimes. Experiments further illustrate how these theoretical insights can guide practical choices, including network width selection and early stopping.
