paper-with-me

Papers

Understanding the Learned Iterative Soft Thresholding Algorithm with matrix factorization

2017-06-02 · Thomas Moreau, Joan Bruna

Sparse coding is a core building block in many data analysis and machine learning pipelines. Typically it is solved by relying on generic optimization techniques, such as the Iterative Soft Thresholding Algorithm and its accelerated version (ISTA, FISTA). These methods are optimal in the class of first-order methods for non-smooth, convex functions. However, they do not exploit the particular structure of the problem at hand nor the input data distribution. An acceleration using neural networks, coined LISTA, was proposed in Gregor and Le Cun (2010), which showed empirically that one could achieve high quality estimates with few iterations by modifying the parameters of the proximal splitting appropriately. In this paper we study the reasons for such acceleration. Our mathematical analysis reveals that it is related to a specific matrix factorization of the Gram kernel of the dictionary, which attempts to nearly diagonalise the kernel with a basis that produces a small perturbation of the $\ell_1$ ball. When this factorization succeeds, we prove that the resulting splitting algorithm enjoys an improved convergence bound with respect to the non-adaptive version. Moreover, our analysis also shows that conditions for acceleration occur mostly at the beginning of the iterative process, consistent with numerical experiments. We further validate our analysis by showing that on dictionaries where this factorization does not exist, adaptive acceleration fails.

📄 PDF Abstract BibTeX arXiv:1706.01338

Code (1)

tomMoral/AdaptiveOptim 공식 구현 tf

Similar Papers 제목 키워드 기반

Filtered Iterative Denoising for Linear Inverse Problems

2023-02-15 · Danica Fliss, Willem Marais, Robert D. Nowak

Iterative denoising algorithms (IDAs) have been tremendously successful in a range of linear inverse problems arising in signal and image processing. The classic instance of this is the famous Iterative Soft-Thresholding…

Denoising

Between hard and soft thresholding: optimal iterative thresholding algorithms

2018-04-24 · Haoyang Liu, Rina Foygel Barber

Iterative thresholding algorithms seek to optimize a differentiable objective function over a sparsity or rank constraint by alternating between gradient steps that reduce the objective, and thresholding steps that enfor…

Adaptive Iterative Soft-Thresholding Algorithm with the Median Absolute Deviation

2025-07-02 · Yining Feng, Ivan Selesnick arxiv

The adaptive Iterative Soft-Thresholding Algorithm (ISTA) has been a popular algorithm for finding a desirable solution to the LASSO problem without explicitly tuning the regularization parameter $λ$. Despite that the ad…

Dictionary learning for fast classification based on soft-thresholding

2014-02-09 · Alhussein Fawzi, Mike Davies, Pascal Frossard

Classifiers based on sparse representations have recently been shown to provide excellent results in many visual recognition and classification tasks. However, the high cost of computing sparse representations at test ti…

ClassificationDictionary LearningGeneral Classification

Learned Block Iterative Shrinkage Thresholding Algorithm for Photothermal Super Resolution Imaging

2020-12-07 · Samim Ahmadi, Jan Christian Hauffen, Linh Kästner, Peter Jung 외

Block-sparse regularization is already well-known in active thermal imaging and is used for multiple measurement based inverse problems. The main bottleneck of this method is the choice of regularization parameters which…

Super-Resolution