Various convolution

Deconvolution (Deconvolution)

Objective: To picture sampling, to obtain larger picture
mode: to fill empty picture
Source: FCN

- original conv without padding:
Here Insert Picture Description

- original conv with padding:
Here Insert Picture Description

Empty / expansion convolution (Dilated / Atrous Convolution)

Objective: To increase the receptive field without reducing the image size, instead of pooling and up-sampling
method: fill the cavity of convolution kernels receptive field exponential growth
Source: Dilated Residual Networks
Here Insert Picture Description

Packet convolution (Group convolutions)

Objective: to reduce the amount of parameters
manner: each convolution of the input and convolved into k groups, respectively, k obtained in ouput group then splicing
Source: AlexNet
Here Insert Picture Description

Depth separable convolution (Depthwise separable convolutions)

Objective: to reduce the amount of parameters
manner: correlation and channel spatial correlation separation
Source: Xception, MobileNet

[Image dump the chain fails, the source station may have security chain mechanism, it is recommended to save the picture down uploaded directly (https://i.loli.net/2020/02/27/4fspQIlxAnZLYTG.png (img-HJkzCAuF-1585486264815) )]

Published 35 original articles · won praise 2 · Views 1408

Guess you like

Origin blog.csdn.net/qq_30776035/article/details/105185894