Replicating Kernels with a Short Stride Allows Sparse Reconstructions with Fewer Independent Kernels
Peter F. Schultz, Dylan M. Paiton, Wei Lu, Garrett T. Kenyon

TL;DR
This paper demonstrates that in deconvolutional neural networks, using fewer kernels with a short stride can achieve similar sparse image reconstructions as many kernels with a larger stride, highlighting efficiency in kernel usage.
Contribution
The study shows that a small number of kernels with a short stride can replicate the performance of many kernels with a larger stride in sparse coding, revealing a new approach to efficient kernel design.
Findings
Fewer kernels with a short stride can produce comparable reconstruction quality to many kernels with a large stride.
Patch size does not significantly impact reconstruction quality for a given stride and kernel count.
Learned convolution kernels have a natural support radius independent of patch size.
Abstract
In sparse coding it is common to tile an image into nonoverlapping patches, and then use a dictionary to create a sparse representation of each tile independently. In this situation, the overcompleteness of the dictionary is the number of dictionary elements divided by the patch size. In deconvolutional neural networks (DCNs), dictionaries learned on nonoverlapping tiles are replaced by a family of convolution kernels. Hence adjacent points in the feature maps (V1 layers) have receptive fields in the image that are translations of each other. The translational distance is determined by the dimensions of V1 in comparison to the dimensions of the image space. We refer to this translational distance as the stride. We implement a type of DCN using a modified Locally Competitive Algorithm (LCA) to investigate the relationship between the number of kernels, the stride, the receptive field…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Sparse and Compressive Sensing Techniques
MethodsConvolution
