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
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Classification | 68 | 9.46% |
Object Detection | 45 | 6.26% |
Classification | 37 | 5.15% |
Semantic Segmentation | 30 | 4.17% |
Quantization | 29 | 4.03% |
Decoder | 13 | 1.81% |
Management | 10 | 1.39% |
Instance Segmentation | 10 | 1.39% |
Defect Detection | 9 | 1.25% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |