paper-with-me

Papers

Comparing Classes of Estimators: When does Gradient Descent Beat Ridge Regression in Linear Models?

2021-08-26 · Dominic Richards, Edgar Dobriban, Patrick Rebeschini

Methods for learning from data depend on various types of tuning parameters, such as penalization strength or step size. Since performance can depend strongly on these parameters, it is important to compare classes of estimators-by considering prescribed finite sets of tuning parameters-not just particularly tuned methods. In this work, we investigate classes of methods via the relative performance of the best method in the class. We consider the central problem of linear regression-with a random isotropic ground truth-and investigate the estimation performance of two fundamental methods, gradient descent and ridge regression. We unveil the following phenomena. (1) For general designs, constant stepsize gradient descent outperforms ridge regression when the eigenvalues of the empirical data covariance matrix decay slowly, as a power law with exponent less than unity. If instead the eigenvalues decay quickly, as a power law with exponent greater than unity or exponentially, we show that ridge regression outperforms gradient descent. (2) For orthogonal designs, we compute the exact minimax optimal class of estimators (achieving min-max-min optimality), showing it is equivalent to gradient descent with decaying learning rate. We find the sub-optimality of ridge regression and gradient descent with constant step size. Our results highlight that statistical performance can depend strongly on tuning parameters. In particular, while optimally tuned ridge regression is the best estimator in our setting, it can be outperformed by gradient descent by an arbitrary/unbounded amount when both methods are only tuned over finitely many regularization parameters.

📄 PDF Abstract BibTeX arXiv:2108.11872

Code (1)

dominicrichards/comparinggradientdescentridge 공식 구현

Tasks

regressionUnity

Similar Papers 제목 키워드 기반

Dimensional Peeking for Low-Variance Gradients in Zeroth-Order Discrete Optimization via Simulation

2026-01-21 · Philipp Andelfinger, Wentong Cai arxiv

Gradient-based optimization methods are commonly used to identify local optima in high-dimensional spaces. When derivatives cannot be evaluated directly, stochastic estimators can provide approximate gradients. However, …

Doubly Robust Off-Policy Value and Gradient Estimation for Deterministic Policies

2020-06-06 · NeurIPS 2020 12 · Nathan Kallus, Masatoshi Uehara

Offline reinforcement learning, wherein one uses off-policy data logged by a fixed behavior policy to evaluate and learn new policies, is crucial in applications where experimentation is limited such as medicine. We stud…

Coupled Gradient Estimators for Discrete Latent Variables

2021-06-15 · NeurIPS 2021 12 · Zhe Dong, andriy mnih, George Tucker

Training models with discrete latent variables is challenging due to the high variance of unbiased gradient estimators. While low-variance reparameterization gradients of a continuous relaxation can provide an effective …

High-Dimensional Linear Regression via Implicit Regularization

2019-03-22 · Peng Zhao, Yun Yang, Qiao-Chu He

Many statistical estimators for high-dimensional linear regression are M-estimators, formed through minimizing a data-dependent square loss function plus a regularizer. This work considers a new class of estimators impli…

regressionVocal Bursts Intensity Prediction

Techniques for Learning Binary Stochastic Feedforward Neural Networks

2014-06-11 · Tapani Raiko, Mathias Berglund, Guillaume Alain, Laurent Dinh

Stochastic binary hidden units in a multi-layer perceptron (MLP) network give at least three potential benefits when compared to deterministic MLP networks. (1) They allow to learn one-to-many type of mappings. (2) They …

Structured Prediction