paper-with-me

홈 › Papers

On Optimal Interpolation In Linear Regression

2021-10-21 · NeurIPS 2021 12 · Eduard Oravkin, Patrick Rebeschini

Understanding when and why interpolating methods generalize well has recently been a topic of interest in statistical learning theory. However, systematically connecting interpolating methods to achievable notions of optimality has only received partial attention. In this paper, we investigate the question of what is the optimal way to interpolate in linear regression using functions that are linear in the response variable (as the case for the Bayes optimal estimator in ridge regression) and depend on the data, the population covariance of the data, the signal-to-noise ratio and the covariance of the prior for the signal, but do not depend on the value of the signal itself nor the noise vector in the training data. We provide a closed-form expression for the interpolator that achieves this notion of optimality and show that it can be derived as the limit of preconditioned gradient descent with a specific initialization. We identify a regime where the minimum-norm interpolator provably generalizes arbitrarily worse than the optimal response-linear achievable interpolator that we introduce, and validate with numerical experiments that the notion of optimality we consider can be achieved by interpolating methods that only use the training data as input in the case of an isotropic prior. Finally, we extend the notion of optimal response-linear interpolation to random features regression under a linear data-generating model that has been previously studied in the literature.

📄 PDF Abstract BibTeX arXiv:2110.11258

Code (2)

EduardOravkin/optimal_response_linear_interpolator
EduardOravkin/optimal_rla_interpolator

Tasks

Learning Theoryregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Determinantal Point Processes Implicitly Regularize Semi-parametric Regression Problems

2020-11-13 · Michaël Fanuel, Joachim Schreurs, Johan A. K. Suykens

Semi-parametric regression models are used in several applications which require comprehensibility without sacrificing accuracy. Typical examples are spline interpolation in geophysics, or non-linear time series problems…

GeophysicsPoint ProcessesregressionTime Series+1

Memorize to Generalize: on the Necessity of Interpolation in High Dimensional Linear Regression

2022-02-20 · Chen Cheng, John Duchi, Rohith Kuditipudi

We examine the necessity of interpolation in overparameterized models, that is, when achieving optimal predictive risk in machine learning problems requires (nearly) interpolating the training data. In particular, we con…

regression

Preventing Model Collapse Under Overparametrization: Optimal Mixing Ratios for Interpolation Learning and Ridge Regression

2025-09-26 · Anvit Garg, Sohom Bhattacharya, Pragya Sur arxiv

Model collapse occurs when generative models degrade after repeatedly training on their own synthetic outputs. We study this effect in overparameterized linear regression in a setting where each iteration mixes fresh rea…

Harmless interpolation of noisy data in regression

2019-03-21 · Vidya Muthukumar, Kailas Vodrahalli, Vignesh Subramanian, Anant Sahai

A continuing mystery in understanding the empirical success of deep neural networks is their ability to achieve zero training error and generalize well, even when the training data is noisy and there are more parameters …

regression

Deep Learning for Subspace Regression

2025-09-27 · Vladimir Fanaskov, Vladislav Trifonov, Alexander Rudikov, Ekaterina Muravleva 외 arxiv

It is often possible to perform reduced order modelling by specifying linear subspace which accurately captures the dynamics of the system. This approach becomes especially appealing when linear subspace explicitly depen…