MLOct 27, 2016

Statistical Inference for Model Parameters in Stochastic Gradient Descent

arXiv:1610.08637v4163 citations
Originality Incremental advance
AI Analysis

This addresses the need for reliable uncertainty quantification in SGD-based statistical estimation, which is incremental but practically important for large-scale and online data applications.

The paper tackles the problem of statistical inference for model parameters in stochastic gradient descent (SGD), proposing consistent estimators for asymptotic covariance in fixed dimensions and a debiased estimator for high-dimensional linear regression, enabling asymptotically exact confidence intervals and hypothesis tests.

The stochastic gradient descent (SGD) algorithm has been widely used in statistical estimation for large-scale data due to its computational and memory efficiency. While most existing works focus on the convergence of the objective function or the error of the obtained solution, we investigate the problem of statistical inference of true model parameters based on SGD when the population loss function is strongly convex and satisfies certain smoothness conditions. Our main contributions are two-fold. First, in the fixed dimension setup, we propose two consistent estimators of the asymptotic covariance of the average iterate from SGD: (1) a plug-in estimator, and (2) a batch-means estimator, which is computationally more efficient and only uses the iterates from SGD. Both proposed estimators allow us to construct asymptotically exact confidence intervals and hypothesis tests. Second, for high-dimensional linear regression, using a variant of the SGD algorithm, we construct a debiased estimator of each regression coefficient that is asymptotically normal. This gives a one-pass algorithm for computing both the sparse regression coefficients and confidence intervals, which is computationally attractive and applicable to online data.

Foundations

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

Your Notes