paper-with-me

Papers

Scalable Convolutional Dictionary Learning with Constrained Recurrent Sparse Auto-encoders

2018-07-12 · Bahareh Tolooshams, Sourav Dey, Demba Ba

Given a convolutional dictionary underlying a set of observed signals, can a carefully designed auto-encoder recover the dictionary in the presence of noise? We introduce an auto-encoder architecture, termed constrained recurrent sparse auto-encoder (CRsAE), that answers this question in the affirmative. Given an input signal and an approximate dictionary, the encoder finds a sparse approximation using FISTA. The decoder reconstructs the signal by applying the dictionary to the output of the encoder. The encoder and decoder in CRsAE parallel the sparse-coding and dictionary update steps in optimization-based alternating-minimization schemes for dictionary learning. As such, the parameters of the encoder and decoder are not independent, a constraint which we enforce for the first time. We derive the back-propagation algorithm for CRsAE. CRsAE is a framework for blind source separation that, only knowing the number of sources (dictionary elements), and assuming sparsely-many can overlap, is able to separate them. We demonstrate its utility in the context of spike sorting, a source separation problem in computational neuroscience. We demonstrate the ability of CRsAE to recover the underlying dictionary and characterize its sensitivity as a function of SNR.

📄 PDF Abstract BibTeX arXiv:1807.04734

Code (1)

ds2p/crsae 공식 구현

Tasks

blind source separationDecoderDictionary LearningSpike Sorting

Similar Papers 제목 키워드 기반

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

Deep Residual Autoencoders for Expectation Maximization-inspired Dictionary Learning

2019-04-18 · Bahareh Tolooshams, Sourav Dey, Demba Ba

We introduce a neural-network architecture, termed the constrained recurrent sparse autoencoder (CRsAE), that solves convolutional dictionary learning problems, thus establishing a link between dictionary learning and ne…

DenoisingDictionary LearningImage Denoising

Scalable Block-Diagonal Locality-Constrained Projective Dictionary Learning

2019-05-25 · Zhao Zhang, Weiming Jiang, Zheng Zhang, Sheng Li 외

We propose a novel structured discriminative block-diagonal dictionary learning method, referred to as scalable Locality-Constrained Projective Dictionary Learning (LC-PDL), for efficient representation and classificatio…

Dictionary Learning

Dynamically Hierarchy Revolution: DirNet for Compressing Recurrent Neural Network on Mobile Devices

2018-06-04 · Jie Zhang, Xiaolong Wang, Dawei Li, Yalin Wang

Recurrent neural networks (RNNs) achieve cutting-edge performance on a variety of problems. However, due to their high computational and memory demands, deploying RNNs on resource constrained mobile devices is a challeng…

Dictionary LearningLanguage ModelingLanguage ModellingModel Compression

Scalable Online Convolutional Sparse Coding

2017-06-21 · Yaqing Wang, Quanming Yao, James T. Kwok, Lionel M. Ni

Convolutional sparse coding (CSC) improves sparse coding by learning a shift-invariant dictionary from the data. However, existing CSC algorithms operate in the batch mode and are expensive, in terms of both space and ti…