Greedy methods, randomization approaches and multi-arm bandit algorithms for efficient sparsity-constrained optimization
A Rakotomamonjy (LITIS), S Ko\c{c}o (QARMA), Liva Ralaivola (QARMA)

TL;DR
This paper introduces greedy, randomized, and bandit-based methods to accelerate sparsity-constrained optimization algorithms by efficiently estimating the top gradient entry, achieving significant speedups while maintaining accuracy.
Contribution
It proposes novel algorithms leveraging greedy, randomization, and multi-armed bandit techniques to efficiently identify the top gradient component in high-dimensional sparse optimization.
Findings
Achieves an order of magnitude acceleration in algorithms like OMP and Frank-Wolfe.
Maintains comparable accuracy to exact gradient methods.
Provides theoretical guarantees for the inexact algorithms' performance.
Abstract
Several sparsity-constrained algorithms such as Orthogonal Matching Pursuit or the Frank-Wolfe algorithm with sparsity constraints work by iteratively selecting a novel atom to add to the current non-zero set of variables. This selection step is usually performed by computing the gradient and then by looking for the gradient component with maximal absolute entry. This step can be computationally expensive especially for large-scale and high-dimensional data. In this work, we aim at accelerating these sparsity-constrained optimization algorithms by exploiting the key observation that, for these algorithms to work, one only needs the coordinate of the gradient's top entry. Hence, we introduce algorithms based on greedy methods and randomization approaches that aim at cheaply estimating the gradient and its top entry. Another of our contribution is to cast the problem of finding the best…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Advanced Bandit Algorithms Research
