paper-with-me

Papers

Near-Optimal Linear Regression under Distribution Shift

2021-06-23 · Qi Lei, Wei Hu, Jason D. Lee

Transfer learning is essential when sufficient data comes from the source domain, with scarce labeled data from the target domain. We develop estimators that achieve minimax linear risk for linear regression problems under distribution shift. Our algorithms cover different transfer learning settings including covariate shift and model shift. We also consider when data are generated from either linear or general nonlinear models. We show that linear minimax estimators are within an absolute constant of the minimax risk even among nonlinear estimators for various source/target distributions.

📄 PDF Abstract BibTeX arXiv:2106.12108

Code (0)

등록된 구현이 없습니다.

Tasks

regressionTransfer Learning

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 제목 키워드 기반

One Step of Gradient Descent is Provably the Optimal In-Context Learner with One Layer of Linear Self-Attention

2023-07-07 · Arvind Mahankali, Tatsunori B. Hashimoto, Tengyu Ma

Recent works have empirically analyzed in-context learning and shown that transformers trained on synthetic linear regression tasks can learn to implement ridge regression, which is the Bayes-optimal predictor, given suf…

In-Context Learningregression

Distribution-Free Robust Linear Regression

2021-02-25 · Jaouad Mourtada, Tomas Vaškevičius, Nikita Zhivotovskiy

We study random design linear regression with no assumptions on the distribution of the covariates and with a heavy-tailed response variable. In this distribution-free regression setting, we show that boundedness of the …

regression

Transformers Learn Robust In-Context Regression under Distributional Uncertainty

2026-03-19 · Hoang T. H. Cao, Hai D. V. Trinh, Tho Quan, Lan V. Truong arxiv

Recent work has shown that Transformers can perform in-context learning for linear regression under restrictive assumptions, including i.i.d. data, Gaussian noise, and Gaussian regression coefficients. However, real-worl…

Optimal Algorithms in Linear Regression under Covariate Shift: On the Importance of Precondition

2025-02-13 · Yuanshi Liu, Haihan Zhang, Qian Chen, Cong Fang

A common pursuit in modern statistical learning is to attain satisfactory generalization out of the source data distribution (OOD). In theory, the challenge remains unsolved even under the canonical setting of covariate …

Learning Mixtures of Linear Regressions with Nearly Optimal Complexity

2018-02-22 · Yuanzhi Li, YIngyu Liang

Mixtures of Linear Regressions (MLR) is an important mixture model with many applications. In this model, each observation is generated from one of the several unknown linear regression components, where the identity of …