math.STAug 19, 2026

Algorithms for adaptive and heteroskedastic linear regression at the computational threshold

Authors: Spencer ComptonTselil Schramm

Organizations: Stanford University

Abstract

We study finite-sample linear regression in the presence of varied and unknown label noise, focusing on the heteroskedastic and adaptive linear regression models. Heteroskedastic linear regression models settings where the labels are of varying quality. We receive nn pairs (Xi,Yi)(X_i,Y_i) with labels Yi=Xiβ+εiY_i=X_i^\topβ+\varepsilon_i, where εiN(0,σi2)\varepsilon_i\sim N(0,σ_i^2) and the variances are unknown to the estimator. One natural measurement of the difficulty of this problem is the number of samples mm for which σi21σ_i^2\le1 (larger mm is easier). We obtain a polynomial-time estimator with rate O~((nd3/m4)1/6)\tilde{O}((nd^3/m^4)^{1/6}) when md3/4n1/4m\gg d^{3/4}n^{1/4}, as well as nearly-matching lower bounds. For d=O(1)d=O(1), our estimator achieves error o(1)o(1) when mn1/4m\gg n^{1/4}, whereas L1L_1 regression and other traditional approaches require mn1/2m\gg n^{1/2}. In adaptive linear regression, the errors are drawn i.i.d. from an unknown distribution pp, and our goal is to design a generic estimator that performs nearly as well as the best custom estimator that knows pp. We introduce a (computationally inefficient) adaptive estimator that, so long as pp is a mixture of kk symmetric log-concave densities, achieves error comparable with the optimal estimator that knows pp and has Θ~(n/k)\tildeΘ(n/k) samples. For k=1k=1, we show that LqL_q regression (with data-dependent qq) gives a polynomial-time estimator. Finally, to study the computational limits of both problems, we introduce the planted linear regression problem, where XiN(0,Id)X_i\sim N(0,I_d), mm unknown samples are noiseless, and the rest have error εiN(0,1)\varepsilon_i\sim N(0,1). We conjecture that recovering ββ up to error d/n\ll\sqrt{d/n} (or exactly) may have an information-computation gap between m=d+1m=d+1 and md3/4n1/4m\sim d^{3/4}n^{1/4}, as is suggested by our near-matching polynomial-time estimator and statistical query (SQ) lower bound.

Explore similar work

May 16, 2026stat.ML

Multi-task Linear Regression without Eigenvalue Lower Bounds: Adaptivity, Robustness, and Safety

We study the multi-task linear regression problem in the presence of contaminated tasks. We address the setting where the unknown parameters of a majority of tasks are close in the 2\ell_2-norm, while a fraction of tasks are arbitrary outliers. Existing theoretical frameworks for this problem rely heavily on the assumption that the empirical second moment of each task has a minimum eigenvalue bounded away from zero (order Ω(1)Ω(1)). Crucially, this assumption fails in many high-dimensional scenarios, rendering prior guarantees vacuous. To overcome this limitation, we propose an estimator based on matrix-weighted norm regularization. We also introduce a relative balancedness condition, quantified by a balancedness constant, that compares each task's second moment with the average inlier geometry and relaxes the need for taskwise second-moment lower bounds. In favorable regimes with moderate balancedness, our prediction MSE bounds match the rate of Duan and Wang (2023) under substantially weaker spectral assumptions; the resulting task-overall MSE is minimax optimal up to logarithmic factors. Furthermore, we demonstrate that our estimator enjoys a safety guarantee: when the relevant balancedness constant is large or infinite, or when tasks are unrelated, the method performs no worse than independent task learning.
Seok-Jin Kim
Sep 23, 2025cs.DS

Linear Regression under Missing or Corrupted Coordinates

We study multivariate linear regression under Gaussian covariates in two settings, where data may be erased or corrupted by an adversary under a coordinate-wise budget. In the incomplete data setting, an adversary may inspect the dataset and delete entries in up to an ηη-fraction of samples per coordinate; a strong form of the Missing Not At Random model. In the corrupted data setting, the adversary instead replaces values arbitrarily, and the corruption locations are unknown to the learner. Despite substantial work on missing data, linear regression under such adversarial missingness remains poorly understood, even information-theoretically. Unlike the clean setting, where estimation error vanishes with more samples, here the optimal error remains a positive function of the problem parameters. Our main contribution is to characterize this error up to constant factors across essentially the entire parameter range. Specifically, we establish novel information-theoretic lower bounds on the achievable error that match the error of (computationally efficient) algorithms. A key implication is that, perhaps surprisingly, the optimal error in the missing data setting matches that in the corruption setting-so knowing the corruption locations offers no general advantage.
Ilias Diakonikolas, Jelena Diakonikolas, Daniel M. Kane +2
Jun 22, 2026stat.ME

Target-Aware Linear Regression Under Distribution Shift

Distribution shift between training and deployment is a pervasive challenge for modern AI systems. In many cases, the target marginals of covariates and response are known or specified through population-level observations, boundary conditions, properties of simulator configurations, or alignment-time distributional constraints. Such knowledge may provide valuable side information for regression estimation. We study this problem in the multivariate linear regression setting with a stable conditional mean E[YX]E[Y\mid X] across source and target, and identify the hybrid-loss estimator, which jointly incorporates both target marginals, as a benchmark target-aware estimator. Its direct computation, however, requires solving a coupled nonlinear optimization that is expensive at scale. Our main contribution is to develop and evaluate two computationally tractable alternatives: a constrained moment-matching estimator and a two-stage estimator that augments ordinary least squares with a calibration step. For all three estimators, we derive and compare closed-form asymptotic mean squared errors, yielding conditions under which the tractable alternatives match or closely approximate the hybrid benchmark, and regimes in which they do not. Monte Carlo experiments across three controlled shift regimes validate the theoretical results, investigate the accuracy-runtime tradeoffs among the three estimators, and translate into guidance on estimator choice. In particular, the two-stage estimator nearly matches the hybrid benchmark in the high signal-to-noise regime at essentially no additional cost, providing theoretical grounding for empirical observations in nonlinear settings.
Zhewen Hou, Tian Zheng