LGMLAug 9, 2021

On the Power of Differentiable Learning versus PAC and SQ Learning

arXiv:2108.04190v229 citations
AI Analysis

This work addresses theoretical foundations for machine learning practitioners by clarifying when gradient-based optimization can achieve full learning power, though it is incremental in extending prior results to batch settings.

The paper investigates the capabilities of differentiable learning methods like SGD and GD compared to PAC and SQ learning, showing that with sufficient gradient precision relative to batch size, these methods can simulate PAC learning, but with insufficient precision, they are limited to SQ learning.

We study the power of learning via mini-batch stochastic gradient descent (SGD) on the population loss, and batch Gradient Descent (GD) on the empirical loss, of a differentiable model or neural network, and ask what learning problems can be learnt using these paradigms. We show that SGD and GD can always simulate learning with statistical queries (SQ), but their ability to go beyond that depends on the precision $ρ$ of the gradient calculations relative to the minibatch size $b$ (for SGD) and sample size $m$ (for GD). With fine enough precision relative to minibatch size, namely when $b ρ$ is small enough, SGD can go beyond SQ learning and simulate any sample-based learning algorithm and thus its learning power is equivalent to that of PAC learning; this extends prior work that achieved this result for $b=1$. Similarly, with fine enough precision relative to the sample size $m$, GD can also simulate any sample-based learning algorithm based on $m$ samples. In particular, with polynomially many bits of precision (i.e. when $ρ$ is exponentially small), SGD and GD can both simulate PAC learning regardless of the mini-batch size. On the other hand, when $b ρ^2$ is large enough, the power of SGD is equivalent to that of SQ learning.

Foundations

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

Your Notes