paper-with-me

Papers

Sparse Coding with Gated Learned ISTA

2020-05-01 · ICLR 2020 1 · Kailun Wu, Yiwen Guo, Ziang Li, Chang-Shui Zhang

In this paper, we study the learned iterative shrinkage thresholding algorithm (LISTA) for solving sparse coding problems. Following assumptions made by prior works, we first discover that the code components in its estimations may be lower than expected, i.e., require gains, and to address this problem, a gated mechanism amenable to theoretical analysis is then introduced. Specific design of the gates is inspired by convergence analyses of the mechanism and hence its effectiveness can be formally guaranteed. In addition to the gain gates, we further introduce overshoot gates for compensating insufficient step size in LISTA. Extensive empirical results confirm our theoretical findings and verify the effectiveness of our method.

📄 PDF Abstract BibTeX

Code (1)

wukailun/GLISTA 공식 구현 tf

Similar Papers 제목 키워드 기반

Learned Interpretable Residual Extragradient ISTA for Sparse Coding

2021-06-22 · Lin Kong, Wei Sun, Fanhua Shang, Yuanyuan Liu 외

Recently, the study on learned iterative shrinkage thresholding algorithm (LISTA) has attracted increasing attentions. A large number of experiments as well as some theories have proved the high efficiency of LISTA for s…

Learning step sizes for unfolded sparse coding

2019-05-27 · NeurIPS 2019 12 · Pierre Ablin, Thomas Moreau, Mathurin Massias, Alexandre Gramfort

Sparse coding is typically solved by iterative optimization techniques, such as the Iterative Shrinkage-Thresholding Algorithm (ISTA). Unfolding and learning weights of ISTA using neural networks is a practical way to ac…

Learned Convolutional Sparse Coding

2017-11-01 · Hillel Sreter, Raja Giryes

We propose a convolutional recurrent sparse auto-encoder model. The model consists of a sparse encoder, which is a convolutional extension of the learned ISTA (LISTA) method, and a linear convolutional decoder. Our strat…

DecoderDenoisingImage DenoisingImage Inpainting

Learning Sparse Representations in Reinforcement Learning with Sparse Coding

2017-07-26 · Lei Le, Raksha Kumaraswamy, Martha White

A variety of representation learning approaches have been investigated for reinforcement learning; much less attention, however, has been given to investigating the utility of sparse coding. Outside of reinforcement lear…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

SC-VAE: Sparse Coding-based Variational Autoencoder with Learned ISTA

2023-03-29 · Pan Xiao, Peijie Qiu, Sungmin Ha, Abdalla Bani 외

Learning rich data representations from unlabeled data is a key challenge towards applying deep learning algorithms in downstream tasks. Several variants of variational autoencoders (VAEs) have been proposed to learn com…

Image GenerationImage ReconstructionImage SegmentationQuantization+3