LGCVMLDec 5, 2019

Towards Understanding Residual and Dilated Dense Neural Networks via Convolutional Sparse Coding

arXiv:1912.02605v223 citations
AI Analysis

This work provides a theoretical foundation for widely used neural network architectures like ResNet and MSDNet, which is incremental but clarifies underlying mechanisms for researchers in deep learning.

The paper tackles the lack of theoretical understanding in convolutional neural networks by proposing residual and mixed-scale dense convolutional sparse coding models, which mathematically interpret ResNet and MSDNet structures, and demonstrates their effectiveness through experiments on three datasets.

Convolutional neural network (CNN) and its variants have led to many state-of-art results in various fields. However, a clear theoretical understanding about them is still lacking. Recently, multi-layer convolutional sparse coding (ML-CSC) has been proposed and proved to equal such simply stacked networks (plain networks). Here, we think three factors in each layer of it including the initialization, the dictionary design and the number of iterations greatly affect the performance of ML-CSC. Inspired by these considerations, we propose two novel multi-layer models--residual convolutional sparse coding model (Res-CSC) and mixed-scale dense convolutional sparse coding model (MSD-CSC), which have close relationship with the residual neural network (ResNet) and mixed-scale (dilated) dense neural network (MSDNet), respectively. Mathematically, we derive the shortcut connection in ResNet as a special case of a new forward propagation rule on ML-CSC. We find a theoretical interpretation of the dilated convolution and dense connection in MSDNet by analyzing MSD-CSC, which gives a clear mathematical understanding about them. We implement the iterative soft thresholding algorithm (ISTA) and its fast version to solve Res-CSC and MSD-CSC, which can employ the unfolding operation for further improvements. At last, extensive numerical experiments and comparison with competing methods demonstrate their effectiveness using three typical datasets.

Foundations

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

Your Notes