MLLGMay 28, 2025

Learning Curves of Stochastic Gradient Descent in Kernel Regression

arXiv:2505.22048v14 citationsh-index: 2ICML
Originality Incremental advance
AI Analysis

This addresses a foundational problem in machine learning theory by comparing online and offline algorithms for kernel regression, with incremental theoretical insights.

The paper analyzes stochastic gradient descent (SGD) in kernel regression under misspecified models, showing that SGD achieves min-max optimal rates without saturation across most sample size scales, except in highly misspecified final stages.

This paper considers a canonical problem in kernel regression: how good are the model performances when it is trained by the popular online first-order algorithms, compared to the offline ones, such as ridge and ridgeless regression? In this paper, we analyze the foundational single-pass Stochastic Gradient Descent (SGD) in kernel regression under source condition where the optimal predictor can even not belong to the RKHS, i.e. the model is misspecified. Specifically, we focus on the inner product kernel over the sphere and characterize the exact orders of the excess risk curves under different scales of sample sizes $n$ concerning the input dimension $d$. Surprisingly, we show that SGD achieves min-max optimal rates up to constants among all the scales, without suffering the saturation, a prevalent phenomenon observed in (ridge) regression, except when the model is highly misspecified and the learning is in a final stage where $n\gg d^γ$ with any constant $γ>0$. The main reason for SGD to overcome the curse of saturation is the exponentially decaying step size schedule, a common practice in deep neural network training. As a byproduct, we provide the \emph{first} provable advantage of the scheme over the iterative averaging method in the common setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes