Designing recurrent neural networks by unfolding an l1-l1 minimization algorithm
2019-02-18Code Available0· sign in to hype
Hung Duy Le, Huynh Van Luong, Nikos Deligiannis
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/dhungle/L1-L1-RNNpytorch★ 0
Abstract
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.