Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Artificial Intelligence/Machine Learning/Neural Network/Neural Network Structure/CNN/
UpConvolution
Search

UpConvolution

Creator
Creator
Seonglae Cho
Created
Created
2025 Mar 24 22:36
Editor
Editor
Seonglae Cho
Edited
Edited
2025 Mar 24 23:26
Refs
Refs

Transposed Convolution

notion image
 
 
 
 
 
 
14.10. Transposed Convolution — Dive into Deep Learning 1.0.3 documentation
The CNN layers we have seen so far, such as convolutional layers (Section 7.2) and pooling layers (Section 7.5), typically reduce (downsample) the spatial dimensions (height and width) of the input, or keep them unchanged. In semantic segmentation that classifies at pixel-level, it will be convenient if the spatial dimensions of the input and output are the same. For example, the channel dimension at one output pixel can hold the classification results for the input pixel at the same spatial position.
14.10. Transposed Convolution — Dive into Deep Learning 1.0.3 documentation
https://d2l.ai/chapter_computer-vision/transposed-conv.html
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Artificial Intelligence/Machine Learning/Neural Network/Neural Network Structure/CNN/
UpConvolution
Copyright Seonglae Cho