Deconvolution Layer


Deconvolution Layer

Deconvolution layer is a very unfortunate name and should rather be called a transposed convolutional layer.

Visually, for a transposed convolution with stride one and no padding, we just pad the original input (blue entries) with zeroes (white entries) (Figure 1).

Figure 1

In case of stride two and padding, the transposed convolution would look like this (Figure 2):

Figure 2

All credits for the great visualisations go to

You can find more visualisations of convolutional arithmetics here.


文章作者: Terence Cai
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Terence Cai !
  目录