Adaptive Sketches for Robust Regression with Importance Sampling
Sepideh Mahabadi, David P. Woodruff, Samson Zhou

TL;DR
This paper presents a novel data structure and algorithm for efficient importance sampling in robust regression, enabling faster stochastic gradient descent with reduced variance using only a single data pass.
Contribution
It introduces an approximate importance sampling method for robust regression that operates with sublinear space and a single data pass, improving upon traditional methods.
Findings
Efficient importance sampling reduces variance in SGD.
Algorithm operates with sublinear space and one data pass.
Extends to second-order optimization importance sampling.
Abstract
We introduce data structures for solving robust regression through stochastic gradient descent (SGD) by sampling gradients with probability proportional to their norm, i.e., importance sampling. Although SGD is widely used for large scale machine learning, it is well-known for possibly experiencing slow convergence rates due to the high variance from uniform sampling. On the other hand, importance sampling can significantly decrease the variance but is usually difficult to implement because computing the sampling probabilities requires additional passes over the data, in which case standard gradient descent (GD) could be used instead. In this paper, we introduce an algorithm that approximately samples gradients of dimension from nearly the optimal importance sampling distribution for a robust regression problem over rows. Thus our algorithm effectively runs steps of SGD…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Statistical Methods and Inference · Markov Chains and Monte Carlo Methods
MethodsStochastic Gradient Descent
