paper-with-me

Papers

Variational Sparse Coding with Learned Thresholding

2022-05-07 · Kion Fallah, Christopher J. Rozell

Sparse coding strategies have been lauded for their parsimonious representations of data that leverage low dimensional structure. However, inference of these codes typically relies on an optimization procedure with poor computational scaling in high-dimensional problems. For example, sparse inference in the representations learned in the high-dimensional intermediary layers of deep neural networks (DNNs) requires an iterative minimization to be performed at each training step. As such, recent, quick methods in variational inference have been proposed to infer sparse codes by learning a distribution over the codes with a DNN. In this work, we propose a new approach to variational sparse coding that allows us to learn sparse distributions by thresholding samples, avoiding the use of problematic relaxations. We first evaluate and analyze our method by training a linear generator, showing that it has superior performance, statistical efficiency, and gradient estimation compared to other sparse distributions. We then compare to a standard variational autoencoder using a DNN generator on the Fashion MNIST and CelebA datasets

📄 PDF Abstract BibTeX arXiv:2205.03665

Code (2)

kfallah/variational-sparse-coding 공식 구현 pytorch
kfallah/manifold-contrastive pytorch

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

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

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 est…

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…

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

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…