paper-with-me

홈 › Papers

Online Sparse Linear Regression

2016-03-07 · Dean Foster, Satyen Kale, Howard Karloff

We consider the online sparse linear regression problem, which is the problem of sequentially making predictions observing only a limited number of features in each round, to minimize regret with respect to the best sparse linear regressor, where prediction accuracy is measured by square loss. We give an inefficient algorithm that obtains regret bounded by $\tilde{O}(\sqrt{T})$ after $T$ prediction rounds. We complement this result by showing that no algorithm running in polynomial time per iteration can achieve regret bounded by $O(T^{1-\delta})$ for any constant $\delta > 0$ unless $\text{NP} \subseteq \text{BPP}$. This computational hardness result resolves an open problem presented in COLT 2014 (Kale, 2014) and also posed by Zolghadr et al. (2013). This hardness result holds even if the algorithm is allowed to access more features than the best sparse linear regressor up to a logarithmic factor in the dimension.

📄 PDF Abstract BibTeX arXiv:1603.02250

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

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

Learning Fast Approximations of Sparse Nonlinear Regression

2020-10-26 · Yuhai Song, Zhong Cao, Kailun Wu, Ziang Yan 외

The idea of unfolding iterative algorithms as deep neural networks has been widely applied in solving sparse coding problems, providing both solid theoretical analysis in convergence rate and superior empirical performan…

regression

Adaptive Feature Selection: Computationally Efficient Online Sparse Linear Regression under RIP

2017-06-14 · ICML 2017 8 · Satyen Kale, Zohar Karnin, Tengyuan Liang, Dávid Pál

Online sparse linear regression is an online problem where an algorithm repeatedly chooses a subset of coordinates to observe in an adversarially chosen feature vector, makes a real-valued prediction, receives the true l…

feature selectionregression

System Identification through Online Sparse Gaussian Process Regression with Input Noise

2016-01-29 · Hildo Bijl, Thomas B. Schön, Jan-Willem van Wingerden, Michel Verhaegen

There has been a growing interest in using non-parametric regression methods like Gaussian Process (GP) regression for system identification. GP regression does traditionally have three important downsides: (1) it is com…

regression

A Priori Denoising Strategies for Sparse Identification of Nonlinear Dynamical Systems: A Comparative Study

2022-01-29 · Alexandre Cortiella, Kwang-Chun Park, Alireza Doostan

In recent years, identification of nonlinear dynamical systems from data has become increasingly popular. Sparse regression approaches, such as Sparse Identification of Nonlinear Dynamics (SINDy), fostered the developmen…

DenoisingModel Selectionregression