paper-with-me

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, Takuro Fukunaga, Naonori Kakimura, Ken-ichi Kawarabayashi

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 its importance in many practical applications, it has been recently shown that there is no polynomial-time sublinear-regret algorithm unless NP$\subseteq$BPP, and only an exponential-time sublinear-regret algorithm has been found. In this paper, we introduce mild assumptions to solve the problem. Under these assumptions, we present polynomial-time sublinear-regret algorithms for the online sparse linear regression. In addition, thorough experiments with publicly available data demonstrate that our algorithms outperform other known algorithms.

📄 PDF Abstract BibTeX

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

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

Online Learning with Continuous Variations: Dynamic Regret and Reductions

2019-02-19 · Ching-An Cheng, Jonathan Lee, Ken Goldberg, Byron Boots

Online learning is a powerful tool for analyzing iterative algorithms. However, the classic adversarial setup sometimes fails to capture certain regularity in online problems in practice. Motivated by this, we establish …

Linear Bandit Algorithms with Sublinear Time Complexity

2021-03-03 · Shuo Yang, Tongzheng Ren, Sanjay Shakkottai, Eric Price 외

We propose two linear bandits algorithms with per-step complexity sublinear in the number of arms $K$. The algorithms are designed for applications where the arm set is extremely large and slowly changing. Our key realiz…

Movie Recommendation

Decentralized Parameter-Free Online Learning

2025-10-17 · Tomas Ortega, Hamid Jafarkhani arxiv

We propose the first parameter-free decentralized online learning algorithms with network regret guarantees, which achieve sublinear regret without requiring hyperparameter tuning. This family of algorithms connects mult…

Best of Both Worlds in Online Control: Competitive Ratio and Policy Regret

2022-11-21 · Gautam Goel, Naman Agarwal, Karan Singh, Elad Hazan

We consider the fundamental problem of online control of a linear dynamical system from two different viewpoints: regret minimization and competitive analysis. We prove that the optimal competitive policy is well-approxi…