Convolutions

Pointwise Convolution

Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This kernel has a depth of however many channels the input image has. It can be used in conjunction with depthwise convolutions to produce an efficient class of convolutions known as depthwise-separable convolutions.

Image Credit: Chi-Feng Wang

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 69 10.15%
Object Detection 49 7.21%
Classification 38 5.59%
Quantization 31 4.56%
Semantic Segmentation 31 4.56%
Decoder 12 1.76%
Instance Segmentation 11 1.62%
Management 9 1.32%
Ensemble Learning 8 1.18%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories