Computer Vision¶
Transposed Convolution¶
Ref: https://d2l.ai/chapter_computer-vision/transposed-conv.html
Transposed convolution with a \(2 \times 2\) kernel. The shaded portions are a portion of an intermediate tensor as well as the input and kernel tensor elements used for the computation.¶
Transposed convolution with a \(2 \times 2\) kernel with stride of 2.
Emulated with direct convolution
Ref: https://github.com/vdumoulin/conv_arithmetic/blob/master/README.md
Transposed convolution animations
N.B.: Blue maps are inputs, and cyan maps are outputs.






