paper-with-me

Papers

Feature Adaptation for Sparse Linear Regression

2023-05-26 · NeurIPS 2023 11

Sparse linear regression is a central problem in high-dimensional statistics. We study the correlated random design setting, where the covariates are drawn from a multivariate Gaussian $N(0,\Sigma)$, and we seek an estimator with small excess risk. If the true signal is $t$-sparse, information-theoretically, it is possible to achieve strong recovery guarantees with only $O(t\log n)$ samples. However, computationally efficient algorithms have sample complexity linear in (some variant of) the condition number of $\Sigma$. Classical algorithms such as the Lasso can require significantly more samples than necessary even if there is only a single sparse approximate dependency among the covariates. We provide a polynomial-time algorithm that, given $\Sigma$, automatically adapts the Lasso to tolerate a small number of approximate dependencies. In particular, we achieve near-optimal sample complexity for constant sparsity and if $\Sigma$ has few ``outlier'' eigenvalues. Our algorithm fits into a broader framework of feature adaptation for sparse linear regression with ill-conditioned covariates. With this framework, we additionally provide the first polynomial-factor improvement over brute-force search for constant sparsity $t$ and arbitrary covariance $\Sigma$.

📄 PDF Abstract BibTeX arXiv:2305.16892

Code (0)

등록된 구현이 없습니다.

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

Hardness and Algorithms for Robust and Sparse Optimization

2022-06-29 · Eric Price, Sandeep Silwal, Samson Zhou

We explore algorithms and limitations for sparse optimization problems such as sparse linear regression and robust linear regression. The goal of the sparse linear regression problem is to identify a small number of key …

regression

Efficient Sublinear-Regret Algorithms for Online Sparse Linear Regression with Limited Observation

2017-12-01 · NeurIPS 2017 12 · Shinji Ito, Daisuke Hatano, Hanna Sumita, Akihiro Yabe 외

Online sparse linear regression is the task of applying linear regression analysis to examples arriving sequentially subject to a resource constraint that a limited number of features of examples can be observed. Despite…

regression

Discriminative Noise Robust Sparse Orthogonal Label Regression-based Domain Adaptation

2021-01-09 · Lingkun Luo, Liming Chen, Shiqiang Hu

Domain adaptation (DA) aims to enable a learning model trained from a source domain to generalize well on a target domain, despite the mismatch of data distributions between the two domains. State-of-the-art DA methods h…

Domain Adaptationregression

Optimal Transport-Based Domain Adaptation for Rotated Linear Regression

2025-05-14 · Brian Britos, Mathias Bourel

Optimal Transport (OT) has proven effective for domain adaptation (DA) by aligning distributions across domains with differing statistical properties. Building on the approach of Courty et al. (2016), who mapped source d…

Domain Adaptationregression

Sparse Features for PCA-Like Linear Regression

2011-12-01 · NeurIPS 2011 12 · Christos Boutsidis, Petros Drineas, Malik Magdon-Ismail

Principal Components Analysis~(PCA) is often used as a feature extraction procedure. Given a matrix $X \in \mathbb{R}^{n \times d}$, whose rows represent $n$ data points with respect to $d$ features, the top $k$ right si…

regression