Is the deconvolution layer the same as a convolutional layer?
Wenzhe Shi, Jose Caballero, Lucas Theis, Ferenc Huszar, Andrew Aitken,, Christian Ledig, Zehan Wang

TL;DR
This paper clarifies the relationship between deconvolution and sub-pixel convolution layers, demonstrating that low-resolution space convolutions offer better representation power at the same computational cost.
Contribution
It provides a detailed analysis of different convolutional layers, especially the efficient sub-pixel convolutional layer, and compares their effectiveness in low-resolution versus high-resolution spaces.
Findings
Low-resolution space convolutions have more representation power.
Efficient sub-pixel convolutional layer is distinct from standard deconvolution.
Networks with LR space convolutions outperform high-resolution upsampling at fixed complexity.
Abstract
In this note, we want to focus on aspects related to two questions most people asked us at CVPR about the network we presented. Firstly, What is the relationship between our proposed layer and the deconvolution layer? And secondly, why are convolutions in low-resolution (LR) space a better choice? These are key questions we tried to answer in the paper, but we were not able to go into as much depth and clarity as we would have liked in the space allowance. To better answer these questions in this note, we first discuss the relationships between the deconvolution layer in the forms of the transposed convolution layer, the sub-pixel convolutional layer and our efficient sub-pixel convolutional layer. We will refer to our efficient sub-pixel convolutional layer as a convolutional layer in LR space to distinguish it from the common sub-pixel convolutional layer. We will then show that for a…
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.
Code & Models
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
