Ultrafast On-chip Online Learning via Spline Locality in Kolmogorov-Arnold Networks
Duc Hoang, Aarush Gupta, Philip Harris
TL;DR
This work tackles the challenge of ultrafast, model-free online learning on-chip under fixed-point constraints. It shows that Kolmogorov–Arnold Networks (KANs), with their B-spline activations, enable sparse per-sample updates and capacity growth by increasing grid size $G$, while keeping compute roughly constant. The authors prove and demonstrate both theoretical properties—sparse gradient updates and robustness to fixed-point quantization—and empirical hardware results on FPGA showing sub-100 ns latency with superior resource efficiency compared to MLP baselines. The approach yields robust online learning in drifting regression, adaptive qubit readout, and non-stationary control, offering a practical path to deterministic, deterministic-timescale adaptation in quantum, plasma, and sensing systems. Overall, the paper presents a compelling case for specialized spline-based networks as a hardware-native solution for real-time, on-device learning.
Abstract
Ultrafast online learning is essential for high-frequency systems, such as controls for quantum computing and nuclear fusion, where adaptation must occur on sub-microsecond timescales. Meeting these requirements demands low-latency, fixed-precision computation under strict memory constraints, a regime in which conventional Multi-Layer Perceptrons (MLPs) are both inefficient and numerically unstable. We identify key properties of Kolmogorov-Arnold Networks (KANs) that align with these constraints. Specifically, we show that: (i) KAN updates exploiting B-spline locality are sparse, enabling superior on-chip resource scaling, and (ii) KANs are inherently robust to fixed-point quantization. By implementing fixed-point online training on Field-Programmable Gate Arrays (FPGAs), a representative platform for on-chip computation, we demonstrate that KAN-based online learners are significantly more efficient and expressive than MLPs across a range of low-latency and resource-constrained tasks. To our knowledge, this work is the first to demonstrate model-free online learning at sub-microsecond latencies.
