Truncated Kernel Stochastic Gradient Descent with General Losses and Spherical Radial Basis Functions
Jinhui Bai, Andreas Christmann, Lei Shi
TL;DR
This work addresses scalable kernel-based online learning with general losses on spherical data by introducing Truncated Kernel SGD (T-kernel SGD). The method leverages spherical radial basis functions to decompose the RKHS into nested finite-dimensional spaces and projects stochastic gradients onto these spaces, enabling adaptive regularization and efficient updates. The authors prove minimax-optimal excess-risk and strong RKHS convergence rates for general losses, avoiding the saturation seen in standard kernel SGD, and demonstrate favorable time and memory complexity when the minimizer is smooth. Numerical experiments on circular and higher-dimensional spherical data, as well as MNIST-derived non-spherical data, validate the theory and show tangible gains in both accuracy and computational efficiency.
Abstract
In this paper, we propose a novel kernel stochastic gradient descent (SGD) algorithm for large-scale supervised learning with general losses. Compared to traditional kernel SGD, our algorithm improves efficiency and scalability through an innovative regularization strategy. By leveraging the infinite series expansion of spherical radial basis functions, this strategy projects the stochastic gradient onto a finite-dimensional hypothesis space, which is adaptively scaled according to the bias-variance trade-off, thereby enhancing generalization performance. Based on a new estimation of the spectral structure of the kernel-induced covariance operator, we develop an analytical framework that unifies optimization and generalization analyses. We prove that both the last iterate and the suffix average converge at minimax-optimal rates, and we further establish optimal strong convergence in the reproducing kernel Hilbert space. Our framework accommodates a broad class of classical loss functions, including least-squares, Huber, and logistic losses. Moreover, the proposed algorithm significantly reduces computational complexity and achieves optimal storage complexity by incorporating coordinate-wise updates from linear SGD, thereby avoiding the costly pairwise operations typical of kernel SGD and enabling efficient processing of streaming data. Finally, extensive numerical experiments demonstrate the efficiency of our approach.
