paper-with-me

Papers

A General Framework for Fast Stagewise Algorithms

2014-08-25 · Ryan J. Tibshirani

Forward stagewise regression follows a very simple strategy for constructing a sequence of sparse regression estimates: it starts with all coefficients equal to zero, and iteratively updates the coefficient (by a small amount $\epsilon$) of the variable that achieves the maximal absolute inner product with the current residual. This procedure has an interesting connection to the lasso: under some conditions, it is known that the sequence of forward stagewise estimates exactly coincides with the lasso path, as the step size $\epsilon$ goes to zero. Furthermore, essentially the same equivalence holds outside of least squares regression, with the minimization of a differentiable convex loss function subject to an $\ell_1$ norm constraint (the stagewise algorithm now updates the coefficient corresponding to the maximal absolute component of the gradient). Even when they do not match their $\ell_1$-constrained analogues, stagewise estimates provide a useful approximation, and are computationally appealing. Their success in sparse modeling motivates the question: can a simple, effective strategy like forward stagewise be applied more broadly in other regularization settings, beyond the $\ell_1$ norm and sparsity? The current paper is an attempt to do just this. We present a general framework for stagewise estimation, which yields fast algorithms for problems such as group-structured learning, matrix completion, image denoising, and more.

📄 PDF Abstract BibTeX arXiv:1408.5801

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage DenoisingMatrix Completionregression

Similar Papers 제목 키워드 기반

Universal Stagewise Learning for Non-Convex Problems with Convergence on Averaged Solutions

2018-08-20 · ICLR 2019 5 · Zaiyi Chen, Zhuoning Yuan, Jin-Feng Yi, Bo-Wen Zhou 외

Although stochastic gradient descent (SGD) method and its variants (e.g., stochastic momentum methods, AdaGrad) are the choice of algorithms for solving non-convex problems (especially deep learning), there still remain …

Stagewise Training Accelerates Convergence of Testing Error Over SGD

2018-12-10 · NeurIPS 2019 12 · Zhuoning Yuan, Yan Yan, Rong Jin, Tianbao Yang

Stagewise training strategy is widely used for learning neural networks, which runs a stochastic algorithm (e.g., SGD) starting with a relatively large step size (aka learning rate) and geometrically decreasing the step …

Automatic Feature Induction for Stagewise Collaborative Filtering

2012-12-01 · NeurIPS 2012 12 · Joonseok Lee, Mingxuan Sun, Seungyeon Kim, Guy Lebanon

Recent approaches to collaborative filtering have concentrated on estimating an algebraic or statistical model, and using the model for predicting missing ratings. In this paper we observe that different models have rela…

Collaborative Filtering

Towards Understanding Why Lookahead Generalizes Better Than SGD and Beyond

2021-12-01 · NeurIPS 2021 12 · Pan Zhou, Hanshu Yan, Xiaotong Yuan, Jiashi Feng 외

To train networks, lookahead algorithm~\cite{zhang2019lookahead} updates its fast weights $k$ times via an inner-loop optimizer before updating its slow weights once by using the latest fast weights. Any optimizer, …

Joint Optimization of Cascade Ranking Models

2019-02-11 · WSDM 2019 2 · Luke Gallagher, Ruey-Chen Chen, Roi Blanco, J. Shane Culpepper

Reducing excessive costs in feature acquisition and model evaluation has been a long-standing challenge in learning-to-rank systems. A cascaded ranking architecture turns ranking into a pipeline of multiple stages, and h…

Ad-Hoc Information RetrievalDocument RankingInformation RetrievalLearning-To-Rank