LGMLApr 18, 2019

Deep Residual Autoencoders for Expectation Maximization-inspired Dictionary Learning

arXiv:1904.08827v314 citations
Originality Incremental advance
AI Analysis

This work addresses dictionary learning for applications like image denoising and neural spike sorting, offering a novel neural network-based method that is incremental in combining existing techniques.

The authors tackled the problem of convolutional dictionary learning by introducing a neural network architecture called constrained recurrent sparse autoencoder (CRsAE), which links dictionary learning to neural networks through an Expectation-Maximization-inspired approach, resulting in a 900x speedup in identifying spike times from brain recordings compared to convex optimization methods.

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 neural networks. Specifically, we leverage the interpretation of the alternating-minimization algorithm for dictionary learning as an approximate Expectation-Maximization algorithm to develop autoencoders that enable the simultaneous training of the dictionary and regularization parameter (ReLU bias). The forward pass of the encoder approximates the sufficient statistics of the E-step as the solution to a sparse coding problem, using an iterative proximal gradient algorithm called FISTA. The encoder can be interpreted either as a recurrent neural network or as a deep residual network, with two-sided ReLU non-linearities in both cases. The M-step is implemented via a two-stage back-propagation. The first stage relies on a linear decoder applied to the encoder and a norm-squared loss. It parallels the dictionary update step in dictionary learning. The second stage updates the regularization parameter by applying a loss function to the encoder that includes a prior on the parameter motivated by Bayesian statistics. We demonstrate in an image-denoising task that CRsAE learns Gabor-like filters, and that the EM-inspired approach for learning biases is superior to the conventional approach. In an application to recordings of electrical activity from the brain, we demonstrate that CRsAE learns realistic spike templates and speeds up the process of identifying spike times by 900x compared to algorithms based on convex optimization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes