paper-with-me

Papers

Efficient Truncated Linear Regression with Unknown Noise Variance

2022-08-25 · NeurIPS 2021 12 · Constantinos Daskalakis, Patroklos Stefanou, Rui Yao, Manolis Zampetakis

Truncated linear regression is a classical challenge in Statistics, wherein a label, $y = w^T x + \varepsilon$, and its corresponding feature vector, $x \in \mathbb{R}^k$, are only observed if the label falls in some subset $S \subseteq \mathbb{R}$; otherwise the existence of the pair $(x, y)$ is hidden from observation. Linear regression with truncated observations has remained a challenge, in its general form, since the early works of~\citet{tobin1958estimation,amemiya1973regression}. When the distribution of the error is normal with known variance, recent work of~\citet{daskalakis2019truncatedregression} provides computationally and statistically efficient estimators of the linear model, $w$. In this paper, we provide the first computationally and statistically efficient estimators for truncated linear regression when the noise variance is unknown, estimating both the linear model and the variance of the noise. Our estimator is based on an efficient implementation of Projected Stochastic Gradient Descent on the negative log-likelihood of the truncated sample. Importantly, we show that the error of our estimates is asymptotically normal, and we use this to provide explicit confidence regions for our estimates.

📄 PDF Abstract BibTeX arXiv:2208.12042

Code (1)

pstefanou12/truncated-regression-with-unknown-noise-variance-neurips-2021 공식 구현

Tasks

regression

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

Non-Asymptotic Guarantees for Robust Statistical Learning under Infinite Variance Assumption

2022-01-10 · Lihu Xu, Fang Yao, Qiuran Yao, Huiming Zhang

There has been a surge of interest in developing robust estimators for models with heavy-tailed and bounded variance data in statistics and machine learning, while few works impose unbounded variance. This paper proposes…

quantile regressionregression

Truncated Linear Regression in High Dimensions

2020-07-29 · NeurIPS 2020 12 · Constantinos Daskalakis, Dhruv Rohatgi, Manolis Zampetakis

As in standard linear regression, in truncated linear regression, we are given access to observations $(A_i, y_i)_i$ whose dependent variable equals $y_i= A_i^{\rm T} \cdot x^* + \eta_i$, where $x^*$ is some fixed unknow…

compressed sensingregressionVocal Bursts Intensity Prediction

Online Linear Regression with Paid Stochastic Features

2025-11-11 · Nadav Merlis, Kyoungseok Jang, Nicolò Cesa-Bianchi arxiv

We study an online linear regression setting in which the observed feature vectors are corrupted by noise and the learner can pay to reduce the noise level. In practice, this may happen for several reasons: for example, …

Adversarial robust weighted Huber regression

2021-02-22 · Takeyuki Sasai, Hironori Fujisawa

We consider a robust estimation of linear regression coefficients. In this note, we focus on the case where the covariates are sampled from an $L$-subGaussian distribution with unknown covariance, the noises are sampled …

regression

Linear Regression with Unknown Truncation Beyond Gaussian Features

2026-02-13 · Alexandros Kouridakis, Anay Mehrotra, Alkis Kalavasis, Constantine Caramanis arxiv

In truncated linear regression, samples $(x,y)$ are shown only when the outcome $y$ falls inside a certain survival set $S^\star$ and the goal is to estimate the unknown $d$-dimensional regressor $w^\star$. This problem …