paper-with-me

Papers

Deep greedy unfolding: Sorting out argsorting in greedy sparse recovery algorithms

2025-05-21 · Sina Mohammad-Taheri, Matthew J. Colbrook, Simone Brugiapaglia

Gradient-based learning imposes (deep) neural networks to be differentiable at all steps. This includes model-based architectures constructed by unrolling iterations of an iterative algorithm onto layers of a neural network, known as algorithm unrolling. However, greedy sparse recovery algorithms depend on the non-differentiable argsort operator, which hinders their integration into neural networks. In this paper, we address this challenge in Orthogonal Matching Pursuit (OMP) and Iterative Hard Thresholding (IHT), two popular representative algorithms in this class. We propose permutation-based variants of these algorithms and approximate permutation matrices using "soft" permutation matrices derived from softsort, a continuous relaxation of argsort. We demonstrate -- both theoretically and numerically -- that Soft-OMP and Soft-IHT, as differentiable counterparts of OMP and IHT and fully compatible with neural network training, effectively approximate these algorithms with a controllable degree of accuracy. This leads to the development of OMP- and IHT-Net, fully trainable network architectures based on Soft-OMP and Soft-IHT, respectively. Finally, by choosing weights as "structure-aware" trainable parameters, we connect our approach to structured sparse recovery and demonstrate its ability to extract latent sparsity patterns from data.

📄 PDF Abstract BibTeX arXiv:2505.15661

Code (1)

sina-taheri/Deep_Greedy_Unfolding 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learned Greedy Method (LGM): A Novel Neural Architecture for Sparse Coding and Beyond

2020-10-14 · Rajaei Khatib, Dror Simon, Michael Elad

The fields of signal and image processing have been deeply influenced by the introduction of deep neural networks. These are successfully deployed in a wide range of real-world applications, obtaining state of the art re…

Differentiable Greedy Networks

2018-10-30 · Thomas Powers, Rasool Fakoor, Siamak Shakeri, Abhinav Sethy 외

Optimal selection of a subset of items from a given set is a hard problem that requires combinatorial optimization. In this paper, we propose a subset selection algorithm that is trainable with gradient-based methods yet…

Claim VerificationCombinatorial OptimizationInformativeness

Info-Greedy sequential adaptive compressed sensing

2014-07-02 · Gabor Braun, Sebastian Pokutta, Yao Xie

We present an information-theoretic framework for sequential adaptive compressed sensing, Info-Greedy Sensing, where measurements are chosen to maximize the extracted information conditioned on the previous measurements.…

compressed sensing

How Optimal is Greedy Decoding for Extractive Question Answering?

2021-08-12 · Or Castel, Ori Ram, Avia Efrat, Omer Levy

Fine-tuned language models use greedy decoding to answer reading comprehension questions with relative success. However, this approach does not ensure that the answer is a span in the given passage, nor does it guarantee…

Extractive Question-AnsweringQuestion AnsweringReading Comprehension

Step-Size Decay and Structural Stagnation in Greedy Sparse Learning

2026-03-08 · Pablo M. Berná arxiv

Greedy algorithms are central to sparse approximation and stage-wise learning methods such as matching pursuit and boosting. It is known that the Power-Relaxed Greedy Algorithm with step sizes $m^{-α}$ may fail to conver…

Sparse Learning