LGMLFeb 18, 2019

Designing recurrent neural networks by unfolding an l1-l1 minimization algorithm

arXiv:1902.06522v115 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reconstructing sequential signals like video frames from compressive measurements, offering a domain-specific improvement for applications in video processing and compression.

The authors tackled the problem of sequential signal reconstruction by designing a recurrent neural network based on unfolding a proximal gradient method for l1-l1 minimization, and showed that it outperforms state-of-the-art RNN models in reconstructing video frames from compressive measurements.

We propose a new deep recurrent neural network (RNN) architecture for sequential signal reconstruction. Our network is designed by unfolding the iterations of the proximal gradient method that solves the l1-l1 minimization problem. As such, our network leverages by design that signals have a sparse representation and that the difference between consecutive signal representations is also sparse. We evaluate the proposed model in the task of reconstructing video frames from compressive measurements and show that it outperforms several state-of-the-art RNN models.

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