paper-with-me

Papers

Blended Matching Pursuit

2019-04-28 · NeurIPS 2019 12 · Cyrille W. Combettes, Sebastian Pokutta

Matching pursuit algorithms are an important class of algorithms in signal processing and machine learning. We present a blended matching pursuit algorithm, combining coordinate descent-like steps with stronger gradient descent steps, for minimizing a smooth convex function over a linear space spanned by a set of atoms. We derive sublinear to linear convergence rates according to the smoothness and sharpness orders of the function and demonstrate computational superiority of our approach. In particular, we derive linear rates for a wide class of non-strongly convex functions, and we demonstrate in experiments that our algorithm enjoys very fast rates of convergence and wall-clock speed while maintaining a sparsity of iterates very comparable to that of the (much slower) orthogonal matching pursuit.

📄 PDF Abstract BibTeX arXiv:1904.12335

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Theory of matching pursuit

2008-12-01 · NeurIPS 2008 12 · Zakria Hussain, John S. Shawe-Taylor

We analyse matching pursuit for kernel principal components analysis by proving that the sparse subspace it produces is a sample compression scheme. We show that this bound is tighter than the KPCA bound of Shawe-Taylor …

Simultaneous Optimized Orthogonal Matching Pursuit with Application to ECG Compression

2024-06-05 · Laura Rebollo-Neira

A greedy pursuit strategy which finds a common basis for approximating a set of similar signals is proposed. The strategy extends the Optimized Orthogonal Matching Pursuit approach to selecting the subspace containing th…

Analysis of the Self Projected Matching Pursuit Algorithm

2016-08-31 · Laura Rebollo-Neira, Miroslav Rozloznik, Pradip Sasmal

The convergence and numerical analysis of a low memory implementation of the Orthogonal Matching Pursuit greedy strategy, which is termed Self Projected Matching Pursuit, is presented. This approach renders an iterative …

On Matching Pursuit and Coordinate Descent

2018-03-26 · ICML 2018 7 · Francesco Locatello, Anant Raj, Sai Praneeth Karimireddy, Gunnar Rätsch 외

Two popular examples of first-order optimization methods over linear spaces are coordinate descent and matching pursuit algorithms, with their randomized variants. While the former targets the optimization by moving alon…

Sharp Convergence Rates for Matching Pursuit

2023-07-15 · Jason M. Klusowski, Jonathan W. Siegel

We study the fundamental limits of matching pursuit, or the pure greedy algorithm, for approximating a target function $ f $ by a linear combination $f_n$ of $n$ elements from a dictionary. When the target function is co…