LGFeb 18

Transfer Learning of Linear Regression with Multiple Pretrained Models: Benefiting from More Pretrained Models via Overparameterization Debiasing

arXiv:2602.16531v1h-index: 8
Originality Incremental advance
AI Analysis

This work addresses improving transfer learning efficiency in machine learning by mitigating bias from overparameterized models, though it is incremental as it builds on existing linear regression and transfer learning frameworks.

The paper tackles transfer learning for linear regression using multiple overparameterized pretrained models, showing that using more models can improve performance but is hindered by overparameterization bias, and proposes a debiasing method to leverage more models effectively.

We study transfer learning for a linear regression task using several least-squares pretrained models that can be overparameterized. We formulate the target learning task as optimization that minimizes squared errors on the target dataset with penalty on the distance of the learned model from the pretrained models. We analytically formulate the test error of the learned target model and provide the corresponding empirical evaluations. Our results elucidate when using more pretrained models can improve transfer learning. Specifically, if the pretrained models are overparameterized, using sufficiently many of them is important for beneficial transfer learning. However, the learning may be compromised by overparameterization bias of pretrained models, i.e., the minimum $\ell_2$-norm solution's restriction to a small subspace spanned by the training examples in the high-dimensional parameter space. We propose a simple debiasing via multiplicative correction factor that can reduce the overparameterization bias and leverage more pretrained models to learn a target predictor.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes