English

Overparameterized Multiple Linear Regression as Hyper-Curve Fitting

Machine Learning 2026-02-26 v2 Machine Learning

Abstract

This work demonstrates that applying a fixed-effect multiple linear regression (MLR) model to an overparameterized dataset is mathematically equivalent to fitting a hyper-curve parameterized by a single scalar. This reformulation shifts the focus from global coefficients to individual predictors, allowing each to be modeled as a function of a common parameter. We prove that this overparameterized linear framework can yield exact predictions even when the underlying data contains nonlinear dependencies that violate classical linear assumptions. By employing parameterization in terms of the dependent variable and a monomial basis, we validate this approach on both synthetic and experimental datasets. Our results show that the hyper-curve perspective provides a robust framework for regularizing problems with noisy predictors and offers a systematic method for identifying and removing 'improper' predictors that degrade model generalizability.

Keywords

Cite

@article{arxiv.2404.07849,
  title  = {Overparameterized Multiple Linear Regression as Hyper-Curve Fitting},
  author = {E. Atza and N. Budko},
  journal= {arXiv preprint arXiv:2404.07849},
  year   = {2026}
}

Comments

18 pages, 8 figures, version 2 (IOP style, revised), Python code and data available at: https://github.com/the-iterator/hyper-curve-regression-yarn

R2 v1 2026-06-28T15:51:25.411Z