stat.MLMay 7, 2026

Locally Near Optimal Piecewise Linear Regression in High Dimensions via Difference of Max-Affine Functions

Authors: Haitham KanjKiryung Lee

Organizations: Department of Electrical and Computer Engineering The Ohio State University, Columbus, OH, USA

Abstract

This paper presents a parametric solution to piecewise linear regression through the Adaptive Block Gradient Descent (ABGD) algorithm. The heart of the method is the parametrization of piecewise linear functions as the difference of max-affine (DoMA) functions. A non-asymptotic local convergence analysis for ABGD is provided under sub-Gaussian covariate and noise distributions. To initialize ABGD, we adapt a prior algorithm originally developed for the simpler setting of max-affine functions. When suitably initialized, ABGD converges linearly to an εε-accurate estimate given O~(dmax(σz/ε,1)2)\tilde{\mathcal{O}}(d\max(σ_z/ε,1)^2) observations where σz2σ_z^2 denotes the noise variance. This implies exact recovery given O~(d)\tilde{\mathcal{O}}(d) samples in the noiseless case. Also, such a rate is shown to be minimax optimal up to logarithmic factors. Synthetic numerical results corroborate the theoretical guarantees for ABGD. We also observe competitive performance compared to the state-of-the-art methods on real-world datasets.

Explore similar work

Aug 19, 2026math.ST

Algorithms for adaptive and heteroskedastic linear regression at the computational threshold

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.
Spencer Compton, Tselil Schramm
May 4, 2026math.OC

A Parameter-Free First-Order Algorithm for Non-Convex Optimization with \tilde{\mkern1mu O}(ε^{-5/3}) Global Rate

We introduce PF-AGD, the first parameter-free, deterministic, accelerated first-order method to achieve O(ε5/3log(1/ε))O(ε^{-5/3}\log(1/ε)) oracle complexity bound when minimizing sufficiently smooth, non-convex functions; this is the best-known bound for first-order methods on smooth non-convex objectives. Unlike existing methods possessing this rate that require a priori knowledge of smoothness constants, we use an adaptive backtracking scheme and a gradient-based restart mechanism to estimate local curvature. This yields a practical algorithm that matches best-known theoretical rates. Empirically, PF-AGD outperforms the practical variant of AGD-Until-Guilty (Carmon et al., 2017), as well as other parameter-free variants, and is a viable alternative to nonlinear conjugate gradient methods.
Sichao Xiong, Sadok Jerad, Coralia Cartis
May 27, 2026cs.LG

Optimal ridge regularization revisited

We consider L2L^2-regularized linear (ridge) regression over a finite data sample XX with bounded covariance and linear prediction targets yy with additive isotropic noise of finite variance. We present an iterative procedure to compute the optimal regularization strength numerically from the generative parameters in the fixed-XX setting and prove its convergence at limited noise levels. Our experimental evaluation over synthetic data shows that the proposed procedure combined with sample-based parameter estimates attains near-optimal random-XX generalization across a wide range of sample sizes, aspect ratios, and noise levels, at an added computational cost equivalent to one preliminary ridge regression in the underparameterized regime and two in the overparameterized case.
Jack Timmermans, Sergio A. Alvarez